/*Other*/


/*Other end*/

/*Menu start*/
.t450__right_descr[field="descr"] a{
    color:#fff!important;
    font-size:20px;
    
}
.t450__right_descr[field="descr2"]{
    color:#000!important;
    font-size:20px;
    border-radius: 10px;
    background-color: #ffe000!important;
    font-size:18px!important;
    padding: 10px 10px;
    text-align: center;
    
}
/*Menu end*/

/*Projects grid*/
.t-store__card__textwrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.t-store__card__bgimg, .t-store__card__bgimg_second {
    border-radius:10px;
}

.t-store__card__textwrapper .t-store__card__price-wrapper {
  margin-top: 0;
}
.js-product-price.js-store-prod-price-val.t-store__card__price-value::before {
  content: 'от ';
}
.t-store__card .t-typography__title {
    font-size:22px;
}
/*Меняем внешний вид отображения вариантов товара*/
.t-store__card__sku, .t-store__card__descr {
    display:none;
}

/*Делаем значение варианта на одной строке с его свойством*/
.js-product .t-product__option {
    display: flex;
    justify-content: space-between;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}    

/*Убираем отступы у вариантов*/
.js-product .t-product__option-variants_buttons .t-product__option-item_simple{
    margin-bottom: 5px !important;
    padding: 0px !important;
    min-width: auto !important;
    min-height: auto !important;
    border: none !important;
    background-color: transparent !important;
    pointer-events: none;
    font-family: 'Onest';
    font-weight: 400;
}

/*Размер текста названия свойства и их названий*/
/*Название свойства*/
.js-product-edition-option-name{
    font-size: 16px !important;
    padding-left: 22px;
}
/*Значение свойства*/
.t-product__option-title_buttons{
    font-size: 16px !important;
    font-weight: 500;
}

@media screen and (max-width: 480px){
     .t-product__option-title_buttons,
     .js-product-edition-option-name{
        font-size: 14px !important;
    }
    .js-store-prod-name{
       font-size: 24px !important;   
    }
}

/*Отступ вниз от цены*/
.t-store__card__textwrapper{
    margin-bottom: 15px !important;
}

/*Отступ вниз от цены в попапе*/
.t-store__prod-popup__price-wrapper{
    margin-bottom: 15px !important;
}

/*Иконки у вариантов*/

/*Первая иконка ПРОЕКТЫ*/
                                .js-product-controls-wrapper .js-product-edition-option:nth-child(1):before {
                                    content: "";
                                    display: block;
                                    position: absolute;
                                    background-image: url("https://static.tildacdn.com/tild6330-6233-4030-a362-316433363235/Group_135.svg");
                                    background-size: cover;
                                    top: 3px;
                                    width: 16px;
                                    height: 16px;
                                }

                                /*Вторая иконка ПРОЕКТЫ*/
                                .js-product-controls-wrapper .js-product-edition-option:nth-child(2):before {
                                    content: "";
                                    display: block;
                                    position: absolute;
                                    background-image: url("https://static.tildacdn.com/tild3833-3465-4039-b464-643639633864/item-info1.svg");
                                    background-size: cover;
                                    top: 3px;
                                    width: 16px;
                                    height: 16px;
                                }

                                /*Третья иконка ПРОЕКТЫ*/
                                .js-product-controls-wrapper .js-product-edition-option:nth-child(3):before {
                                    content: "";
                                    display: block;
                                    position: absolute;
                                    background-image: url("https://static.tildacdn.com/tild3330-3230-4263-b162-343539626435/item-info2_1.svg");
                                    background-size: cover;
                                    top: 3px;
                                    width: 16px;
                                    height: 16px;
                                }

                                /*Четвертая иконка ПРОЕКТЫ*/
                                .js-product-controls-wrapper .js-product-edition-option:nth-child(4):before {
                                    content: "";
                                    display: block;
                                    position: absolute;
                                    background-image: url("https://static.tildacdn.com/tild3638-3363-4537-a564-396137313932/photo.svg");
                                    background-size: cover;
                                    top: 3px;
                                    width: 16px;
                                    height: 16px;
                                }
                                /*Пятая иконка ГОТОВЫЕ ДОМА*/
                                .js-product-controls-wrapper .js-product-edition-option:nth-child(5):before {
                                    content: "";
                                    display: block;
                                    position: absolute;
                                    background-image: url("https://static.tildacdn.com/tild3236-3936-4239-b362-303834346636/svg-gobbler.svg");
                                    background-size: cover;
                                    top: 3px;
                                    width: 16px;
                                    height: 16px;
                                }

                                /*Шестая иконка ГОТОВЫЕ ДОМА*/
                                .js-product-controls-wrapper .js-product-edition-option:nth-child(6):before {
                                    content: "";
                                    display: block;
                                    position: absolute;
                                    background-image: url("https://static.tildacdn.com/tild3561-6162-4138-b737-653338386435/Frame_7.svg");
                                    background-size: cover;
                                    top: 3px;
                                    width: 16px;
                                    height: 16px;
                                }
/*Projects grid end*/


.pulse {
    border-radius:10px;
    animation: shadow-pulse 2s infinite;
}
@keyframes shadow-pulse {
                    0% {
                      -moz-box-shadow: 0 0 0 0 rgba(225,224,0, 0.4);
                      box-shadow: 0 0 0 0 rgba(225,224,0, 0.4);
                    }
                    70% {
                      -moz-box-shadow: 0 0 0 30px rgba(225,224,0, 0);
                      box-shadow: 0 0 0 30px rgba(225,224,0, 0);
                    }
                    100% {
                      -moz-box-shadow: 0 0 0 0 rgba(225,224,0, 0);
                      box-shadow: 0 0 0 0 rgba(225,224,0, 0);
                    }
                  }


.t704__form-bottom-text {
    color:#fff;
}
.t-feed__col-grid__post-wrapper .t-feed__post-bgimg {
    border-radius:10px;
}


/*Адаптивность*/
@media screen and (max-width: 640px){ 
#rec736545045 .t344__col {
    text-align:center;
}
.t944__btn {
    font-size: 16px;
}
}