@import "action.css";

.info-warning {
  background: #ffc47e;
  padding: 18px;
  color: #000;
  font-size: 19px;
}
.monteka_absolute {
  margin-top: 20px;
  z-index: 2;
}
.new-style {
  height: 250px;
}
.shrink img {
  transition: 1s ease;
}

.shrink img:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: 1s ease;
}
.publicshed-date {
  border-left: 2px solid var(--border-color);
  padding: 5px 0 5px 20px;
  font-weight: 400;
  font-size: 18px;
  margin-left: 20px;
  text-align: right;
}
.publicshed-date .far {
  padding-right: 10px;
}
.wrapper_communication_center .socials {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  margin-top: 25px;
}
.monoblok-block img {
  margin-top: 30px;
  width: 350px;
}
.optionProductItem.option_aa1 {
  display: none !important;
}

.wrapper_communication_center .socials li a i {
  font-size: 37px;
}
.wrapper_communication_center img {
  min-width: 100%;
  padding: 4px;
  border: 1px solid var(--border-color);
}
.wrapper_communication_center .salonTitle {
  font-weight: 400;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 5px;
}
.wrapper_communication_center .top_contact li {
  font-size: 14.5px;
  font-weight: 400;
  margin-bottom: 10px;
  border-bottom: 1px dotted var(--border-color);
  padding-bottom: 2px;
}
.wrapper_communication_center .link-custom {
  width: 100%;
  text-align: center;
}
.dvux_stvor .product_catalog__item {
  width: 33%;
  margin-bottom: 50px;
  text-align: center;
  padding: 30px 20px;
}

.communication_center {
  margin-bottom: 20px;
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.doors_secret_bg {
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.paragraf-margin-bottom-30 p {
  margin-bottom: 30px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.table-bordered {
  border: 1px solid #ddd;
}
table,
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

:active,
:focus {
  outline: none !important;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  border: 1px solid #ddd;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.color-w {
  color: #fff !important;
}
.color-oC {
  color: #ffc47e;
}
.titleMin {
  color: #ffc47e;
  font-size: 18px;
  padding: 5px 0;
}
.home-size-font {
  font-size: 0.7em;
}
.v-light .color-oC {
  color: #000;
}
.divider {
  padding: 20px 0;
  border-bottom: 1px solid var(--border-color);
}
.startSync {
  cursor: pointer;
}

.catolog__box .catolog__item a {
  position: relative;
}

.catolog__box .catolog__item .catolog__item__title {
  text-transform: uppercase;
  position: absolute;
  top: 10%;
  left: 10%;
  /* transform: translate(-50%,-50%); */
  color: #23110d;
  letter-spacing: 3px;
  font-size: 2em;
  font-weight: 900;
  text-shadow: 0 0 3px rgb(255 255 255);
}

@media only screen and (max-width: 575px) {
  .monteka_absolute {
    display: none;
  }
  .catolog__box {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr;
  }
  .publicshed-date {
    display: none;
  }
}
.product_catalog {
  display: flex;
  flex-wrap: wrap;
}
.product_catalog__item {
  width: 25%;
  margin-bottom: 50px;
  text-align: center;
}
.product_catalog a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.product_catalog__item img {
  max-width: 100%;
  max-height: 100%;
  transition: all ease 0.2s;
}
.product_catalog__item__box {
  display: inline-block;
  text-align: center;
}
.product_wrapper > div {
}
.product_catalog__item:not(.noHover):hover img {
  transform: translateY(-6px);
}
.product__title {
  max-width: 230px;
}
div.product__title {
  color: var(--font-color);
}
.product_wrapper {
  display: flex;
}
.product__img {
  width: 300px;
  min-width: 300px;
}
.product__info {
  margin-left: 55px;
}
.product_chars {
  margin-bottom: 30px;
}
.product_chars .desc_door_1 {
  color: #a68762;
  font-weight: 400;
  margin-right: 4px;
}
.optionProductItem {
  display: flex;
}
.option_a7,
.option_a9 {
  flex-direction: column;
}
.option_a7 .desc_door_2,
.option_a9 .desc_door_2 {
  display: flex;
  flex-wrap: wrap;
}
.tisItem {
  margin: 6px 15px 0 0;
  font-size: 13px;
  text-align: center;
  color: #a2a2a2;
}
.v-light .tisItem {
  color: #787878;
}
.tisItem img {
  max-width: 110px;
}
.product_chars li {
  margin-bottom: 11px;
}
.product_content {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #33190f;
}
.product_content p {
  margin-bottom: 10px;
}
.product_content p:last-child {
  margin-bottom: 0;
}
.attention {
  font-size: 14px;
  padding: 25px 0;
  font-weight: 300;
  color: #a2a2a2;
  max-width: 1200px;
}
.v-light .attention {
  color: #787878;
}
.mainProductSlider .swiper-button-next,
.mainProductSlider .swiper-button-prev {
  color: #fff;
}
.thumbsProductSlider .swiper-button-next,
.thumbsProductSlider .swiper-button-prev {
  color: #fff;
}

.v-light .mainProductSlider .swiper-button-next,
.v-light .mainProductSlider .swiper-button-prev {
  color: #5c2610;
}
.v-light .thumbsProductSlider .swiper-button-next,
.v-light .thumbsProductSlider .swiper-button-prev {
  color: #5c2610;
}

.thumbsProductSlider,
.thumbsModificationSlider {
  margin-top: 8px !important;
}
.thumbsProductSlider img,
.thumbsModificationSlider img {
  padding: 5px;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: all ease 0.2s;
}
.thumbsProductSlider img:hover,
.thumbsModificationSlider img:hover {
  cursor: pointer;
  border: 1px solid #a68762;
}
.thumbsProductSlider .swiper-slide-thumb-active img,
.thumbsModificationSlider .swiper-slide-thumb-active img {
  border: 1px solid #ffc47e;
}
.v-light .thumbsProductSlider .swiper-slide-thumb-active img,
.v-light .thumbsModificationSlider .swiper-slide-thumb-active img {
  border: 1px solid #5c2610;
}
.error,
.ajax_form .error {
  color: red !important;
  font-weight: 600;
}
.mapYan {
  height: 650px;
  position: relative;
}
.spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ya {
  position: relative;
}
.plitkaSotrudnechestvo {
  display: flex;
  flex-wrap: wrap;
}
.plitkaSotrudnechestvo > div {
  width: 50%;
  padding: 10px;
  margin-bottom: 35px;
}
.plitkaSotrudnechestvo > div h2 {
  position: relative;
  z-index: 4;
}
.plitkaSotrudnechestvo > div img {
  position: relative;
  z-index: 2;
  transition: all ease 0.2s;
}
.v-light .plitkaSotrudnechestvo > div img {
  opacity: 0.2;
}
.plitkaSotrudnechestvo > div a {
  text-decoration: none !important;
}
.plitkaSotrudnechestvo > div a:hover img {
  transform: scale(1.03);
}
.timeline-item {
  display: flex;
  margin-bottom: 40px;
}
.timeline-entry {
  border: 2px solid #ffc47e;
  background-color: transparent;
  z-index: 10;
  width: 64px;
  min-width: 64px;
  height: 64px;
  font-size: 25px;
  text-align: center;
  line-height: 1;
  color: #ffc47e;

  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-itemText {
  padding-left: 20px;
}
.timeline-itemText h2 {
  font-size: 30px;
}
.timeline-itemText img {
  border-radius: 500px;
}
.timeline-itemText .lightbox img {
  border-radius: 0;
}
.timeline-itemText p {
  margin-bottom: 15px;
}
.img_block {
  display: inline-block;
  width: 250px;
  margin: 0 40px 10px 0;
}
.img_block .img {
  width: 250px;
  height: 250px;
  position: relative;
}
.img_block .img img {
  border-radius: 50%;
}
.img_er::after {
  display: block;
  width: 68px;
  height: 68px;
  content: "";
  background: url(../../img/beware-of-imitations/gar_res_er.png) no-repeat
    center center #dcdcdc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -34px;
}
.img_ok::after {
  display: block;
  width: 68px;
  height: 68px;
  content: "";
  background: url(../../img/beware-of-imitations/gar_res_ok.png) no-repeat
    center center #dcdcdc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -34px;
}
.cert_block a {
  display: inline-block;
}
.cert_block img {
  width: 210px;
}
.last-blok > .img > img {
  width: 212px;
  margin-right: 1em;
  margin-bottom: 10px;
}
.last-blok > .img_er::after {
  right: 11px;
  margin-top: -58px;
}
.last-blok.img_block {
  display: inline-block;
  width: 204px;
  height: 220px;
  margin: 0 40px 10px 0;
}
.last-blok.img_block .img {
  height: 220px;
}
.countrysBlock {
  display: flex;
  flex-wrap: wrap;
}
.countryItem {
  background: #33190f;
  padding: 10px 25px;
  margin-right: 20px;
  cursor: pointer;
  transition: all ease 0.2s;
}
.v-light .countryItem {
  background: #f1f1f1;
}
.countryItem:hover {
  background: #603525;
}
.v-light .countryItem:hover {
  background: #d2d2d2;
}
.countryItem.active {
  background: #ffc47e;
  color: #33190f;
}
.citysBlock {
  margin-bottom: 15px;
}
.cityFirstLetter {
  font-size: 20px;
  color: #ffc47e;
  font-weight: 500;
  margin-bottom: 3px;
}
.v-light .cityFirstLetter {
  color: #23110d;
}
.cityItem {
  display: inline-block;
}
.countryCityList {
  flex-wrap: wrap;
}
.citysBlock {
  width: 25%;
}
.countryCityList {
  display: none;
}
.countryCityList.active {
  display: flex;
}
.cityItem:hover {
  cursor: pointer;
  color: #ffc47e;
}
.v-light .cityItem {
  color: #23110d;
}
.img-responsive {
  max-width: 100%;
}
.descriptionCitys {
  color: #ccc;
  font-weight: 300;
  font-size: 15px;
  padding: 25px 0;
}
.v-light .descriptionCitys {
  color: #393939;
}
.citysTabs,
.citysSalonPonts {
  padding-bottom: 25px;
}
.btn-more {
  background: #ffff;
  padding: 15px;
}
.v-light .btn-more {
  background: #f1f1f1;
  box-shadow: 0 0 0 1px;
}
.btn-more:hover {
  background: #ffc47e;
  cursor: pointer;
}

.salonTitle {
  font-weight: 300;
  font-size: 22px;
}
.salonItem {
  margin-bottom: 50px;
}
.top_contact li {
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 7px;
}
button.btn.showOnMap {
  width: 170px;
  padding: 10px;
  margin: 4px auto 0 auto;
  display: inline-block;
  cursor: pointer;
  transition: all ease 0.15s;
}
.btn.showOnMap:hover {
  background: #ffffff29;
}
.v-light .btn.showOnMap:hover {
  background: #ffc47e;
}
.vid,
.link-custom {
  text-decoration: none !important;
}
.video-responsive-1 {
  position: relative;
  padding-bottom: 46%;
  padding-top: 6px;
  height: 0;
  overflow: hidden;
}
div.alert.alert-bordered-dashed {
  padding: 30px 20px;
  border: #ccc 2px dashed;
  margin: 35px 0;
}
.downloadPrintVersion {
  padding: 35px 0 10px 0;
  margin-top: 35px;
  border-top: 1px solid #ccc;
}
.text-red {
  color: #ff4136 !important;
}
.label-danger {
  padding: 0.4em 0.6em 0.4em;
  background-color: #d6ac61;
}
.work-item a {
  text-decoration: none !important;
}
.dsn-show-contact .contact-modal {
  overflow-y: auto;
}
.personalAccept a {
  font-size: 14px;
}
.v3000 {
  display: flex;
  flex-wrap: wrap;
}
.v3000 div {
  width: 20%;
  text-align: center;
  margin-bottom: 20px;
  padding-right: 10px;
}
.v3000 div img {
  height: 450px;
}
.v3000 div p {
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 10px;
}
@media (max-width: 1492px) {
  :root {
    --s-box-left-social: 80px;
    --s-box-left-menu: 80px;
    --s-box-right: 0px;
  }
  .side-box-right {
    display: none;
  }
}
@media (max-width: 992px) {
  .plitkaSotrudnechestvoItem h2 {
    font-size: 22px;
  }
  .v3000 div {
    width: 25%;
    text-align: center;
    margin-bottom: 20px;
  }
  .monteka_absolute {
    display: none;
  }
}
@media (max-width: 768px) {
  .plitkaSotrudnechestvo > div h2 {
    margin: 0 0 -47px 10px;
  }
  .monteka_absolute {
    display: none;
  }
  .v3000 div {
    width: 33%;
    text-align: center;
    margin-bottom: 20px;
  }
  .salonItem {
    margin-bottom: 50px;
    width: 50%;
  }
  .citysBlock {
    width: 33%;
    text-align: center;
    padding: 6px;
  }
  .dvux_stvor .product_catalog__item {
    width: 50%;
    margin-bottom: 50px;
    text-align: center;
    padding: 30px 20px;
  }
}

@media (max-width: 550px) {
  .dvux_stvor .product_catalog__item {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
    padding: 30px 20px;
  }
  .monteka_absolute {
    display: none;
  }
  .v3000 div {
    width: 50%;
    text-align: center;
    margin-bottom: 20px;
  }
  .timeline-entry {
    display: none;
  }
  .timeline-itemText {
    padding-left: 0;
  }
  .wall_panel_wrraper {
    display: block !important;
  }
  .wall_panel__img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .timeline-item {
    margin-bottom: 20px;
  }
  .plitkaSotrudnechestvo > div {
    width: 100%;
  }
  .title {
    font-size: 30px;
    margin-top: 25px;
  }
  .catolog__box .catolog__item .catolog__item__title {
    font-size: 1.44rem;
  }
}
@media (max-width: 480px) {
  .monteka_absolute {
    display: none;
  }
  .salonItem {
    margin-bottom: 30px;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #797979a6;
  }
  .citysBlock {
    width: 50%;
    text-align: center;
    padding: 6px;
  }
  .salonTitle {
    font-weight: 300;
    font-size: 18px;
    margin-top: 13px;
  }
}
@media (max-width: 399px) {
  .title {
    font-size: 30px;
  }
  .cityItem {
    display: inline-block;
    font-size: 14px;
  }
}
@media (max-width: 359px) {
  .monteka_absolute {
    display: none;
  }
  .cityItem {
    font-size: 14px;
  }
}
.product_catalog.decor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product_catalog__item.decor {
  width: 33%;
  margin-bottom: 80px;
  text-align: center;
}
.decor .product__title {
  max-width: 100%;
}
.neighbors-product .neighbors {
  margin: 0 0 40px 0;
}
.neighbors-product .neighbors span a {
  border: 1px solid var(--border-color);
  padding: 10px 20px;
  text-decoration: none;
}
.neighbors-product .neighbors span a:hover {
  background-color: var(--assistant-color);
}
.d-grid.vilm:not(.dsn-isotope):not(.align-items-center) {
  align-items: stretch;
  grid-column: 1;
  grid-template-columns: repeat(3, 1fr);
}
.product__title span {
  font-size: 15px;
}
.pagetitle-menu {
  position: absolute;
  left: 0;
  top: 10%;
}
.panorama a .pagetitle-menu {
  top: 85%;
}
.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.checkbox + label {
  position: relative;
  padding: 0 0 0 60px;
  cursor: pointer;
}
.checkbox + label:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #cdd1da;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
.checkbox + label:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: 0.2s;
}
.checkbox:checked + label:before {
  background: #eeb675;
}
.checkbox:checked + label:after {
  left: 26px;
}
.checkbox:focus + label:before {
  box-shadow:
    inset 0 2px 3px rgba(0, 0, 0, 0.2),
    0 0 0 3px rgba(255, 255, 0, 0.7);
}
.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.checkbox__text {
  position: relative;
  padding: 0 0 0 60px;
  cursor: pointer;
}
.checkbox__text:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #cdd1da;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
.checkbox__text:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: 0.2s;
}
.checkbox input:checked + .checkbox__text:before {
  background: #9fd468;
}
.checkbox input:checked + .checkbox__text:after {
  left: 26px;
}
.checkbox input:focus + .checkbox__text:before {
  box-shadow:
    inset 0 2px 3px rgba(0, 0, 0, 0.2),
    0 0 0 3px rgba(255, 255, 0, 0.7);
}
.phone {
  padding-top: 5px;
  margin-top: 30px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  width: 100%;
}
.phone .fa-phone-square {
  font-size: 17px;
}
.shkafi_cupe_wrapper {
  display: grid;
  align-items: stretch;
  grid-column: 1;
  grid-template-columns: repeat(5, 1fr);
}
.shkafi_cupe_item {
  padding: 20px;
}
.shkafi_cupe_color_profil {
  text-align: center;
  display: grid;
  align-items: stretch;
  grid-column: 1;
  grid-template-columns: repeat(4, 1fr);
}
.shkafi_cupe_color_profil_item {
  padding: 10px;
}
.shkafi_cupe_color_profil img {
  width: 100px;
  height: 90px;
}
.shkafi_cupe_color {
  text-align: center;
  display: grid;
  align-items: stretch;
  grid-column: 1;
  grid-template-columns: repeat(4, 1fr);
  margin-left: -6px;
}
.shkafi_cupe_color_item {
  margin-bottom: 15px;
}
.shkafi_cupe_color_item img {
  padding: 2px;
  width: 170px;
  height: 90px;
  border: 1px solid #eee;
}
.search-result {
  margin-bottom: 30px;
}
.skafi h3 {
  margin-top: 15px;
}
.product_content p {
  margin-bottom: 30px;
}
.product__title {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 15px;
}
.contact strong {
  letter-spacing: 1px;
}
.shkafi_ras {
  display: grid;
  text-align: center;
  grid-template-columns: repeat(3, 1fr);
  font-size: 13px;
}
.shkafi_ras .shkafi_ras_item {
  padding: 15px;
}
.shkafi_ras .shkafi_ras_item p {
  margin-top: 15px;
}
.shkafi_rasp_wrapper {
  display: grid;
  align-items: stretch;
  grid-column: 1;
  grid-template-columns: repeat(7, 1fr);
}
.shkafi_rasp_wrapper .shkafi_rasp_item a {
  padding: 20px;
  height: 400px;
}
.shkafi_rasp_wrapper .shkafi_rasp_item img {
  height: 100%;
}
.shkafi_rasp_dop {
  display: grid;
  align-items: stretch;
  grid-column: 1;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  margin-left: -15px;
}
.shkafi_rasp_dop .shkafi_rasp_dop_item {
  padding: 15px;
}

.menuDesktopText {
  margin-left: -7px;
}
.directory-link {
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.wall_panel_wrraper {
  display: grid;
  align-items: stretch;
  grid-column: 1;
  grid-template-columns: repeat(3, 1fr);
}
.wall_panel_wrraper .wall_panel__img {
  text-align: center;
}
.wall_panel_wrraper .wall_panel__img img {
  max-height: 350px;
}
@media (max-width: 576px) {
  .neighbors-product {
    padding: 0 15px;
    display: none;
  }
  .pogonaj_podcotegori .product_catalog__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .product_wrapper.pogonaj .product__img .img-fluid {
    width: 350px;
    max-width: 350px;
  }
  .shkafi_cupe_wrapper {
    display: grid;
    align-items: stretch;
    grid-column: 1;
    grid-template-columns: repeat(3, 1fr);
  }
  .shkafi_cupe_color_profil {
    text-align: center;
    display: grid;
    align-items: stretch;
    grid-column: 1;
    grid-template-columns: repeat(3, 1fr);
  }
  .shkafi_cupe_color {
    text-align: center;
    display: grid;
    align-items: stretch;
    grid-column: 1;
    grid-template-columns: repeat(3, 1fr);
    margin-left: 0px;
  }
}
h3.sec {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 15px;
}
.img_sxema img {
  padding: 15%;
  padding-bottom: 55px;
  padding-top: 0px;
}
.julia {
  padding: 13%;
}
.dsn-container.reiki {
  padding-left: 0;
  padding-right: 0;
}
.dsn-container.reiki .product__title {
  margin: 0 auto;
}
.top_contact.novosti li {
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 7px;
}
.wood p {
  font-size: 13px;
}
.salon_item {
  margin-bottom: 50px;
}
.salon_item li {
  padding: 7px 0px;
  border-bottom: 1px dotted;
}
.wrapper_pano .pano_item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.timeline {
  position: relative;
  padding-left: 100px;
}
.timeline.timeline-inverse {
  padding-left: 0;
  padding-right: 100px;
}
.timeline .timeline-item {
  position: relative;
  min-height: 150px;
  display: block;
  margin-bottom: 30px;
}
.timeline .timeline-item-bordered {
  border-left: #ccc 1px dashed;
  padding-left: 20px;
}
section.dark .timeline .timeline-item-bordered {
  border-left: var(--border-color) 2px dashed;
}
.timeline.timeline-inverse .timeline-item-bordered {
  border-right: #ccc 1px dashed;
  border-left: 0;
  padding-right: 20px;
  padding-left: 0;
}
.timeline > .timeline-hline {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin-left: 30px;
  width: 1px;
  border-left: rgba(0, 0, 0, 0.1) 1px dashed;
  height: 100%;
}
section.dark .timeline > .timeline-hline {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.timeline.timeline-inverse > .timeline-hline {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: 30px;
  border-left: 0;
  border-right: rgba(0, 0, 0, 0.1) 1px dashed;
}
section.dark .timeline.timeline-inverse > .timeline-hline {
  border-right-color: rgba(255, 255, 255, 0.2);
}
.timeline .timeline-entry {
  display: block;

  padding-top: 16px;
  top: 18px;
  z-index: 10;
  position: absolute;
  left: -120px;
  right: auto;
  width: 82px;
  height: 82px;
  font-size: 26px;
  text-align: center;
  line-height: 1.8;
  color: var(--font-color);
  font-weight: bold;
  font-family: "Lato", "Open Sans", Arial, Helvetica, sans-serif;
}
.timeline .timeline-entry > .timeline-vline {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: -40px;
  width: 37px;
  height: 0;
  border-top: 2px dashed #ccc;
}
.timeline.timeline-inverse .timeline-entry {
  right: -102px;
  left: auto;
}
.timeline.timeline-inverse .timeline-entry > .timeline-vline {
  right: auto;
  left: -40px;
}
.timeline .timeline-entry > span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
section.alternate .timeline .timeline-entry {
  background-color: #f9f9f9;
}
section.dark .timeline .timeline-entry {
  color: var(--theme-color);
  background-color: var(--assistant-color);
  border-color: rgba(255, 255, 255, 0.2);
}
section.dark .timeline .timeline-entry > .timeline-vline {
  border-top-color: var(--border-color);
}
section.dark.alternate .timeline .timeline-entry {
  background-color: #151515;
}
.timeline_center {
  margin: 0;
  position: relative;
  background: url("../images/timeline/timeline_top.png") no-repeat top center;
  padding-top: 9px;
}
.timeline_center:after {
  content: "";
  width: 0px;
  height: 0px;
  border-width: 3px;
  border-style: solid;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -3px;
  display: block;
  z-index: 1;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.timeline_center li {
  padding: 0 0 25px 55%;
  position: relative;
  background: url("../images/timeline/timeline_right.png") no-repeat top center;
}
.timeline_center li:nth-child(even) {
  padding: 0 55% 25px 0;
  background: url("../images/timeline/timeline_left.png") no-repeat top center;
  text-align: right;
}
.timeline_center li h3 {
  font-size: 30px;
  line-height: 35px;
}
.timeline_center li h3 span {
  position: absolute;
  right: 55%;
  top: 0px;
  font-size: 13px;
}
.timeline_center li h3:before {
  content: "";
  width: 15px;
  height: 15px;
  border-width: 4px;
  border-style: solid;
  position: absolute;
  left: 50%;
  top: 11px;
  margin-left: -7px;
  display: block;
  z-index: 1;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.timeline_center li:nth-child(even) h3 {
  text-align: right;
}
.timeline_center li:nth-child(even) h3 span {
  left: 55%;
  right: auto;
}
.timeline_center li .timeline-desc {
  position: relative;
  font-size: 15px;
  line-height: 31px;
}
.timeline_center li .timeline-desc:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -122%;
  top: 0;
}
.timeline_center li .timeline-desc.timeline-desc-line {
  background: url("../images/timeline/textline.png") repeat-y;
}
.timeline_center li:nth-child(even) .timeline-desc:before {
  left: auto;
  right: -122%;
}
.timeline_center li:nth-child(even) .timeline-desc {
  text-align: right;
}
.timeline_center li h3:before,
.timeline_center:after {
  border-color: #333;
}
@media only screen and (max-width: 650px) {
  .timeline_center {
    background-position: 11px top;
  }
  .timeline_center li {
    padding: 0 0 25px 70px !important;
    background: url("../images/timeline/timeline_right.png") no-repeat !important;
    background-position: -30px top !important;
    width: auto;
  }
  .timeline_center li h3 span {
    position: relative;
    display: block;
    right: auto;
    left: auto;
    padding: 5px 0 !important;
    margin: 0;
  }
  .timeline_center li:nth-child(even) h3 span {
    position: relative;
    display: block;
    right: auto;
    left: auto;
    padding: 0;
    margin: 0;
  }
  .timeline_center li h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .timeline_center li h3,
  .timeline_center li:nth-child(even) h3 {
    text-align: left;
  }
  .timeline_center li h3:before {
    left: 13px;
  }
  .timeline_center li .timeline-desc,
  .timeline_center li:nth-child(even) .timeline-desc {
    text-align: left;
  }
  .timeline_center li .timeline-desc:before {
    display: none;
  }
  .timeline_center:after {
    left: 13px;
  }
}
.imgDescription .btnCalc.active:first-child {
  box-shadow: 0 0 0 2px #b37735;
  color: #fff;
  background: rgb(78, 106, 255);
}

.img_block_strong {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 15px;
  grid-column-gap: 15px;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .timeline {
    padding-left: 0px;
  }
}
.align-items-center {
  align-items: center;
}
.about-product .row.align-items-center {
  border: 0;
  background-image: -webkit-linear-gradient(
    left,
    transparent,
    rgba(0, 0, 0, 0.2),
    transparent
  );
  background-image: -moz-linear-gradient(
    left,
    transparent,
    rgba(0, 0, 0, 0.2),
    transparent
  );
  background-image: -ms-linear-gradient(
    left,
    transparent,
    rgba(0, 0, 0, 0.2),
    transparent
  );
  background-image: -o-linear-gradient(
    left,
    transparent,
    rgba(0, 0, 0, 0.2),
    transparent
  );
  background-image: linear-gradient(
    left,
    transparent,
    rgba(0, 0, 0, 0.2),
    transparent
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#d6d6d6',GradientType=0);
}

.container-inner.color-btn svg circle,
.prev-container .container-inner.color-btn svg circle {
  stroke: #b78e3e;
  stroke-dasharray: 95;
  stroke-dashoffset: 0;
}
.kuhni_panel_wrraper {
  display: grid;
  align-items: stretch;
  grid-column: 1;
  grid-template-columns: auto 1fr 1fr;
}

.kuhni_panel_wrraper > div:first-child {
  max-width: 500px;
}
@media (max-width: 767px) {
  .kuhni_panel_wrraper > div:first-child {
    max-width: 400px;
  }
}
.sklad_furnitura_wrapper {
  text-align: center;
  display: grid;
  align-items: stretch;
  grid-column: 1;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media (max-width: 1200px) {
  .sklad_furnitura_wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 575px) {
  .sklad_furnitura_wrapper {
    grid-template-columns: 1fr;
  }
}
.Chalet-product {
  text-align: center;
  display: grid;
  align-items: stretch;
  grid-column: 1;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 10px;
}
.tags_block {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}
.tags_block ul li {
  display: inline-block;
}
.tags_block ul li:first-child a {
  margin-left: 0;
}
.tags_block ul li a {
  text-decoration: none;
  color: var(--assistant-color-1);
  border: 1px solid var(--border-color);
  padding: 10px 20px;
  margin-top: 20px;
  margin-left: 20px;
}
.tags_block ul li a:hover {
  background-color: var(--primary-button-bg-color);
  color: var(--primary-button-color);
  border: 1px solid var(--primary-button-border-color);
}
.tovar_portfolio {
  display: flex;
  flex-wrap: wrap;
}
.tovar_portfolio .img_portfolio {
  width: 20%;
  padding: 10px;
  margin-bottom: 5px;
}
.tovar_portfolio .img_portfolio img {
  padding: 3px;
  border: 1px solid var(--primary-button-border-color);
}
@media (max-width: 768px) {
  .tovar_portfolio .img_portfolio {
    width: 33.333%;
    padding: 10px;
    margin-bottom: 10px;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}
.similar-doors {
  margin-top: 40px;
}
.similar-doors a {
  text-decoration: none;
}
.menu-nav-prod li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.menu-nav-prod {
  margin-bottom: 20px;
}
body .main-root > .side-bar-full .page-active div {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  letter-spacing: 5px;
  font-size: var(--font-size-base);
}
.space-between {
  justify-content: space-between;
}
.nav-old {
  margin-top: 30px;
  margin-bottom: 30px;
}
.nav-old li a {
  border: 1px solid var(--primary-button-border-color);
  padding: 10px 30px;
  color: var(--assistant-color-1);
  font-size: 24px;
}
section.bg-color-white {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
  color: #495057;
}
section.bg-color-white h1,
section.bg-color-white h2,
section.bg-color-white h3,
section.bg-color-white h4,
section.bg-color-white h5 {
  background: #fff;
  color: #495057;
}
section.bg-color-white .border-bottom {
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-top: 30px;
  margin-bottom: 30px;
}
.pageSearchInputBlock > span {
  margin-bottom: 20px;
}
.h4.title-block {
  color: var(--heading-color);
  line-height: var(--line-height-base);
  font-family: var(--heading-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 2px;
}

@media only screen and (max-width: 500px) {
  .breadcrumbs {
    display: none;
  }
  .experience-items h3 {
    font-size: 16px;
  }
  .box-experience .numb-ex {
    font-size: 140px;
    letter-spacing: 4px;
  }
  .item-blog.p-relative.overflow-hidden {
    margin-bottom: 50px;
  }
  .full-width {
    width: 100%;
  }
  .cover-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center !important;
  }
  h2 {
    font-size: 25px;
  }
  .title-block {
    position: relative;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 600;
  }
  .checkbox + label {
    line-height: 35px;
  }
  .new_style .cvetCategory .color {
    width: 50%;
    padding: 15px;
    margin-bottom: 15px;
  }
  .new_style .product_catalog__item {
    width: 50%;
    margin-bottom: 50px;
    text-align: center;
  }
}
.heading-h3 {
  font-size: 26px;
}
.sis.title-block.sec-title,
.sis.sec-title.heading-h2 {
  color: var(--heading-color);
  line-height: var(--line-height-base);
  font-family: var(--heading-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 2px;
}
.sis.sec-title.heading-h2,
.sis.sec-title.heading-h3 {
  color: var(--heading-color);
  line-height: var(--line-height-base);
  font-family: var(--heading-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 2px;
  font-weight: var(--font-weight-heading);
}
.content-bottom .sm-title-block,
.footer-item .sm-title-block {
  font-weight: var(--font-weight-heading);
}
.s-19 {
  color: var(--font-color);
}
a.s-19 {
  color: var(--font-color);
  font-weight: 700;
}
.new_style .cvetCategory .color {
  width: 20%;
  padding: 15px;
  margin-bottom: 15px;
}
.new_style .product_catalog__item {
  width: 20%;
  margin-bottom: 50px;
  text-align: center;
}
.breadcrumbs {
  margin-top: 50px;
}
.breadcrumb {
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  margin-right: 5px;
  display: inline-block;
}
.breadcrumbs li a {
  color: var(--font-color);
}
.peregorodki_info {
  font-family: "Gotham Pro", sans-serif;
  letter-spacing: 1px;
  padding: 10px;
  border-bottom: 1px solid #ffc47e;
}
.pb-150 {
  padding-bottom: 150px;
}
.news_contact.top_contact li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 7px;
}
.h1.title {
  font-weight: 300;
}
.metas span {
  position: relative;
  color: var(--heading-color);
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.color_product fieldset {
  display: flex;
  flex-wrap: wrap;
  border: none;
  margin: 0;
  padding: 0;
}
.color_product fieldset label {
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  display: block;
  border: 1px solid var(--border-color);
  width: 164px;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: 400;
  color: var(--heading-color);
  letter-spacing: 1px;
}
.color_product fieldset label input {
  position: absolute;
  bottom: 8px;
  right: 9px;
  width: 15px;
  cursor: pointer;
}
#mse2_selected {
  background: transparent !important;
  border-left: 2px solid var(--heading-color);
  padding-left: 20px !important;
  border-radius: 0 !important;
  color: var(--heading-color);
  margin-bottom: 40px;
}
#mse2_selected a {
  margin-right: 10px;
}
#mse2_selected a em {
  color: var(--heading-color) !important;
  margin-bottom: 3px;
}
.color_product h3 {
  margin-top: 30px;
}

.bottom-menu h4 {
  margin-bottom: 10px;
  font-weight: 600;
}

.bottom-menu li a {
  color: var(--font-color);
  text-decoration: none;
  margin-bottom: 5px;
}
.bottom-menu li a:hover {
  color: var(--theme-color);
}
.product_catalog__item__box,
.swiper-slide {
  position: relative;
}
.price-block-action {
  background: url(../img/b_price.png) no-repeat 0 0;
  width: 95px;
  height: 27px;
  position: absolute;
  right: -22px;
  top: 6px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.sale_lable {
  width: 250px;
  height: 90px;
  background: linear-gradient(to left, darkred, red, darkred);
  clip-path: polygon(0 50%, 20% 0, 100% 0, 100% 100%, 20% 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-weight: 900;
  font-family: sans-serif;
  color: #fff;
  text-indent: 30px;
}

.sale_lable::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translate(0, -50%);
}
.sekret-table .first-row {
  background-color: var(--bg-color);
}

table {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 14px;
  border-radius: 10px;
  border-spacing: 0;
  text-align: center;
}
th {
  color: white;
  text-shadow: 0 1px 1px #2d2020;
  padding: 10px 20px;
}
th,
td {
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: var(--border-color);
}
th:first-child,
td:first-child {
  text-align: left;
}
th:first-child {
  border-top-left-radius: 10px;
}
th:last-child {
  border-top-right-radius: 10px;
  border-right: none;
}
td {
  padding: 10px 20px;
}
tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
tr td:last-child {
  border-right: none;
}
.falsh-framuga a {
  text-decoration: none;
  color: var(--heading-color);
}
.framuga-title {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  margin-top: 20px;
  background-color: var(--bg-color);
  letter-spacing: 1px;
}
.framuga-title_pogonazh {
  text-align: center;
  font-weight: 500;
  margin-top: 20px;
}
.falsh-framuga_pogonazh {
  padding: 15px;
}
.product__title.mirror {
  font-size: 16px !important;
  font-weight: 600;
}
.monoblok-img img {
  padding: 35px;
}
.footer-columns {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1140px) {
  .add_pictures .thumbsProductSlider,
  .thumbsModificationSlider {
    width: 250px !important;
  }
}

.row_padding_right {
  padding-right: 80px;
}
.row_padding_left {
  padding-left: 80px;
}
.full-bg {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 1000% !important;
  width: 100vw !important;
}
.content-row {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  opacity: 1;
  box-sizing: border-box;
}
article:first-child {
  border-top: 1px solid var(--border-color);
}

article {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid var(--border-color);
}

article::after {
  clear: both;
  content: " ";
  display: table;
}

.light-content article {
  border-bottom: 1px solid var(--border-color);
}

article:first-child {
  border-top: 1px solid var(--border-color);
}

.light-content article:first-child {
  border-top: 1px solid var(--border-color);
}

.article-wrap {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: auto;
  max-width: 70%;
  float: left;
}

.active .article-wrap {
  opacity: 1;
  -webkit-transition: translateY(0px);
  transform: translateY(0px);
}

.article-content {
  display: flex;
  align-items: center;
  position: absolute;
  float: left;
  right: 0;
  height: 100%;
  top: 0;
  justify-content: space-between;
}

article .hover-reveal {
  position: relative;
  width: 0px;
  height: 140px;
  pointer-events: initial;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  top: 0 !important;
  left: 0 !important;
}

article:hover .hover-reveal {
  width: 220px;
}

article .hover-reveal__inner {
  width: 220px;
  height: 140px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
}

article:hover .hover-reveal__inner {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

article .hover-reveal img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
}

article:hover .hover-reveal img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

article .post-title {
  font-weight: 300;
  font-size: calc(1rem + 1vw);
  line-height: calc(1rem + 2.5vw);
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-align: left;
  box-sizing: border-box;
  padding: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  text-transform: uppercase;
  text-decoration: none;
}
article .post-title {
  color: var(--font-color);
}
article:hover .post-title {
  transform: translateX(30px);
  -webkit-transform: translateX(30px);
}

.uppercase-text article .post-title {
  text-transform: uppercase;
  line-height: 110%;
}

.entry-meta-wrap {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: auto;
}

.entry-meta-wrap::after {
  clear: both;
  content: " ";
  display: table;
}

.entry-meta {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  overflow: hidden;
}

.entry-meta.entry-date {
  width: 140px;
  text-align: right;
}

.entry-meta ul {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.entry-meta li {
  position: relative;
  display: inline-flex;
  line-height: 26px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 15px;
  font-size: 14px;
}

.uppercase-text .entry-meta li {
  text-transform: uppercase;
}

.entry-meta li:last-child {
  margin-right: 0;
}

.entry-meta li:hover::after {
  opacity: 1;
}

.entry-meta li a {
  color: #000;
  display: inline-block;
  overflow: hidden;
  opacity: 0.75;
}

.light-content .entry-meta li a,
.dark-section .entry-meta li a {
  color: #fff;
}

.light-content .light-section .entry-meta li a {
  color: #222;
}

.entry-meta li a:hover {
  opacity: 1;
}

.entry-meta li a span {
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transform-origin: 100% 0%;
}

.entry-meta li a span::before {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  content: attr(data-hover);
}

.entry-meta li:hover a span {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transform-origin: 0% 0%;
}

.entry-categories li::after {
  content: "/";
  width: 10px;
  height: 10px;
  top: 0px;
  right: -15px;
  opacity: 1;
  position: absolute;
  border-radius: 10px;
}

.entry-categories li:last-child:after {
  display: none;
}

.entry-tags li:first-child {
  width: 30px;
  position: relative;
  color: transparent;
  margin-right: 10px;
  overflow: hidden;
}

.entry-tags li {
  margin-right: 20px;
}

.entry-tags li:first-child:after {
  font: var(--fa-font-solid);
  content: "\f02b";
  width: 20px;
  height: 28px;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  position: absolute;
  left: 0px;
  top: 2px;
  color: #000;
}

.light-content .entry-tags li:first-child:after {
  color: #fff;
}
.margin-auto {
  margin: 0 auto;
}
.proemi .product__title {
  font-size: 17px;
}
