/* Menu */
.t450 .t-menusub__content {
    padding: 0 0 16px 16px !important;
}

.t450 .t-sociallinks__svg {
    width: 44px;
    height: 44px;
    opacity: 0;
}

.t450 [class*="social_links_item"],
.t450 [class*="sociallinks__item"] {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.t450 [class*="social_links_item"]:nth-child(1),
.t450 [class*="sociallinks__item"]:nth-child(1) {
    background-image: url(https://static.tildacdn.com/tild6139-6162-4463-b364-663436343738/dom-icon-tg_white.svg)
}

.t450 [class*="social_links_item"]:nth-child(2),
.t450 [class*="sociallinks__item"]:nth-child(2) {
    background-image: url(https://static.tildacdn.com/tild6266-6666-4162-a335-373964306363/dom-icon-wa_white.svg)
}

.t450 [class*="social_links_item"]:nth-child(3),
.t450 [class*="sociallinks__item"]:nth-child(3) {
    background-image: url(https://static.tildacdn.com/tild3962-6130-4761-a530-616561626534/dom-icon-youtube_whi.svg)
}


.t450__container {
    padding-top: 20px
}


.t450__menu {
    margin-top: 80px;
}

.t450 .t-menusub__arrow::after {
    border: 0 !important;
    background: url(https://static.tildacdn.com/tild3235-6566-4838-a265-613764663039/dom-icon-down_white.svg);
    width: 10px;
    height: 10px;
    margin-left: -7px;
}

.t450__right_buttons {
    margin-top: 80px;
}

/* Sticky slide */

.uc-h-slide {
    position: sticky;
    top: 0;
    overflow: hidden;
}

.uc-h-slide-end {
    position: relative !important;
    z-index: 100 !important;
}

.uc-h-slide-end+div {
    position: relative;
    z-index: 9999;
    background: #fff;
}


 /* main menu */
 
.wide-screen-menu > .tn-molecule > .t396__group,
.wide-screen-menu > .tn-molecule > .t396__elem {
    transition: opacity 0.5s ease;
}

.wide-screen-menu > .tn-molecule > .t396__group:hover,
.wide-screen-menu > .tn-molecule > .t396__elem:hover {
    opacity: 0.5;
}

.t898__btn:has(.t898__btn_input:checked) {
    z-index: 9999999999;
}

.t-popup__container .t396 .tn-group .tn-molecule {
    transition: filter 0.2s linear !important;
    will-change: filter;
}

.t-popup__container .t396 .tn-group:hover .tn-molecule {
    filter: brightness(0) !important;
}

.t-popup__container .t396 .tn-group {
    cursor: pointer;
}


/* Header */
#t-header .t396 {
    position: fixed;
    /*top: 40px;*/
    left: 0;
    width: 100%;
    z-index: 99999;
}

.t1291 .t-catalog__card {
  overflow: visible !important; 
  background: #fff;
  transform: translateZ(0);
}

.t1291 .t-catalog__card:hover {
  transform: translateZ(0);
}

.t1291 .t-catalog__card > a {
  display: block;
  text-decoration: none;
}

.t1291 .t-catalog__card__imgwrapper {
  margin: 0 !important;
  overflow: visible;
}

.t1291 .t-catalog__card__mark-wrapper {
  top: 16px !important;
  left: -8px !important;
}

.t1291 .t-catalog__card__mark {
  /*padding: 8px 14px;*/
  /*border-radius: 4px;*/
  /*background: rgb(225 225 225 / 50%) !important;*/
  /*color: black !important;*/
  /*font-size: 16px;*/
  /*font-weight: 400;*/
  /*width: auto;*/
  /*height: auto;*/
  padding: 8px 14px;
    border-radius: 0px;
    background: rgb(225 225 225 / 64%) !important;
    color: black !important;
    backdrop-filter: blur(4px);
    box-shadow: 2px 2px 4px #0000001a;
    font-size: 16px;
    font-weight: 400;
    width: auto;
    height: auto;
}

.t1291 .t-catalog__card__mark::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    border-width: 8px 0px 0px 8px;
    border-style: solid;
    border-color: rgba(160, 160, 160, 0.5) transparent transparent transparent; 
}

.t1291 .t-catalog__card__wrap_txt-and-btns {
  position: relative !important;
  padding: 24px 22px 22px !important;
  background: #fff;
}

.t1291 .t-catalog__card__textwrapper {
  position: relative !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  opacity: 1 !important;
  color: inherit !important;
}

.t1291 .t-catalog__card__title {
  margin: 0 0 12px !important;
  color: #2b2926 !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  text-align: left !important;
}

.t1291 .t-catalog__card__descr {
  margin: 0 !important;
  color: #8a857d !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  text-align: left !important;
}

.t1291 .t-catalog__card__descr ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px clamp(6px, 1.2vw, 16px);;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.t1291 .t-catalog__card__descr li {
  display: inline-flex;
  align-items: center;
  gap: clamp(6px, 1.2vw, 16px);;
  margin: 0 !important;
  padding: 0 !important;
}

.t1291 .t-catalog__card__descr li:not(:first-child)::before {
  content: "•";
  display: inline-block;
  color: #c9c2b8;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.t1291 .t-catalog__card__wrap_txt-and-btns::after {
  content: none !important;
}

.t-catalog__card .t-catalog__card__price{
  opacity: 1 !important;
}

.t1291 .t-catalog__card__price-wrapper {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center;
  width: fit-content;
  margin-top: 26px !important;
  visibility: visible !important;
}

.t1291 .t-catalog__card__price {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  margin: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
}

.t1291 .t-catalog__card__price_old,
.t1291 .t-catalog__card__price-value,
.t1291 .t-catalog__card__price-currency {
  display: none !important;
}

.t1291 .t-catalog__card__price::before {
  content: "Подробнее о проекте";
  color: #1d1c1a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  opacity: 0.7;
  transition: opacity .25s ease;
}

.t1291 .t-catalog__card:hover .t-catalog__card__price::before{
  opacity: 1;
}

.t1291 .t-catalog__card:hover .t-catalog__card__price::after {
  opacity: 1;
}

.t1291 .t-catalog__card__price::after {
  content: "";
  display: inline-flex;
  width: 28px;
  height: 28px;
  border: 1px solid #ded8cf;
  opacity: 0.7;
  border-radius: 50%;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235f5a52' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 17px;
  transition: opacity .25s ease;
}

@media screen and (max-width: 960px) {
  .t1291 .t-catalog__card__wrap_txt-and-btns {
    padding: 20px 18px 20px !important;
  }

  .t1291 .t-catalog__card__title {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .t1291 .t-catalog__card__title {
    font-size: 18px !important;
  }

  .t1291 .t-catalog__card__descr {
    font-size: 13px !important;
  }

  .t1291 .t-catalog__card__price-wrapper {
    margin-top: 22px !important;
  }

  .t1291 .t-catalog__card__price::before {
    font-size: 13px;
  }

  .t1291 .t-catalog__card__price::after {
    width: 31px;
    height: 31px;
    background-size: 15px 15px;
  }
}

/* Button */
#rec2358280851 div.t1119__descr.t-descr.t-descr_xl>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none !important;

    width: 170px;
    min-width: 170px;
    height: 170px;
    min-height: 170px;
    border-radius: 50%;
    flex-shrink: 0;

    margin-top: 30px;
    padding: 0 24px;

    background-color: #28282c;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    line-height: 1.3;
    white-space: normal;
    word-break: break-word;

    transition: background-color 0.2s ease-in-out;
}

#rec2358280851 div.t1119__descr.t-descr.t-descr_xl>a:hover {
    background-color: #34343d;
    color: #ffffff;
}

@media screen and (max-width: 960px) {
    #rec2358280851 div.t1119__descr.t-descr.t-descr_xl>a {
        width: 130px;
        min-width: 130px;
        height: 130px;
        min-height: 130px;
        margin-top: 25px;
        font-size: 11px;

        padding: 0 24px;
    }
}

#rec2358280851 .t1119__header-title {
    color: #28282c;
    font-weight: 500;
}

@media screen and (min-width: 900px) {
    #rec2358280851 .t1119__header-title {
        font-size: 40px;
        line-height: 1.05;
    }
}

#rec2358280851 .t1119__text {
    font-size: 18px;
    color: #abb2b9;
}