.t-input {
    box-shadow: 0px 0px 15px 0px rgb(86 86 86 / 10%);
}

.t-popup__container {
    border-radius: 25px;
}

.t450 {
    border-radius: 25px 0px 0px 25px;
}

.zero-form button, .btn-hov, .uc-popap-form button{
    transition: ease-in-out 0.4s;
}

.zero-form button:hover, .btn-hov:hover, .uc-popap-form button:hover {
    scale: 105%;
    /*transform: translateY(-8px);*/
}

.zero-form button {
    box-shadow: 0px 0px 20px 0px rgba(86,86,86,0.2);
}


.btn-zero-problem a{
    transition: box-shadow ease-in-out 0.3s !important
}

.btn-zero-problem a:hover {
    box-shadow: 0px 0px 25px 0px rgba(86,86,86,0.3) !important;
}

.t594__img {
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(86,86,86,0.1);
}


/*-------------- Плитка услуг ---------------*/

.t-btn_sm {
    width: 100%;
}

.t774__bgimg {
    border-radius: 15px 15px 25px 25px;
    margin: 20px;
}

.t774__textwrapper {
    padding-top: 5px;
    padding-bottom: 15px;
}

@media screen and (max-width: 960px) {
    .t774__wrapper {
        box-shadow: 0px 0px 20px 0px rgb(86 86 86 / 20%);
    }

}

@media screen and (min-width: 961px) {
    .t774__col {
        transition: all 0.4s ease-in-out;
        box-shadow: 0px 0px 20px 0px rgb(86 86 86 / 20%);
        border-radius: 30px;
    }
    
    .t774__col:hover {
        scale: 105%;
        box-shadow: 0px 5px 20px 0px rgb(86 86 86 / 20%);
    }

}

/*-------------- Слайдер мастеров ---------------*/

.t923__col {
    margin: 15px 20px;
}

.t923__textwrapper .t-card__title {
    text-align: center;
    padding-bottom: 10px;
}

.t923__wrapper {
    box-shadow: 0px 0px 10px 0px rgb(86 86 86 / 10%);
}

.t-card__descr span {
    text-align: left !important;
}

.t-card__descr strong {
    text-align: right !important;
    
}

.t923 .t-card__descr {
    display: grid;
    justify-content: center;
    justify-items: stretch;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
    gap: 10px 0px;
}

.t923 .t-card__descr br{
    display: none;
}

@media screen and (max-width: 960px) {
    .t923__col {
        margin: 8px 0px;
    }

}

/*-------------- Слайдер портфолио ---------------*/
.t603__blockimg {
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgb(86 86 86 / 10%);
}

/*-------------- Цены услуг ---------------*/

.t812__pricelist-item {
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(86,86,86,0.1);
    background: #ffffff;
}

.t812__pricelist-item__row_1 {
    align-items: center;
    padding-bottom: 0px !important;
}

.t812__pricelist-item__price {
    margin-left: 20px;
}

