.t-menu-base__maincontainer_12-0,
.t-menu-base__maincontainer_12-20,
.t-menu-base__maincontainer_12-30,
.t-menu-base__maincontainer_12-40 {
    max-width: 1240px;
}
.t966__menu-item-title {
    transition: .2s;
}
.t450__container {
    padding: 40px 25px 38px;
}

.t450__right_buttons_but {
    width: 100%;
    display: flex;
}

.t450__right_buttons_but .t-btn {
    width: 100%;
}
.t-menusub .t-menusub__menu {
    margin-bottom: 10px;
    background: #f3f2f3;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    border-bottom: 0;
}

.t-menusub .t-menusub__menu .t-menusub__content {
    padding-bottom: 0;
}
.t450__close {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
}

.t450__close_icon {
    width: 18px;
    height: 17px;
}
.uc-blog-module li.js-feed-post {
    max-width: 33.3333%;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.uc-blog-module ul.t915__container {
    max-width: 1180px;
}
.t786 .t786__content {
    border: 1px solid #eeeeee;
    border-radius: 15px;
    overflow: hidden;
}

.t786 .t786__textwrapper {
    padding: 10px 30px;
}

.t786 .t786__buttons.t1002__btns-wrapper {
    padding: 0 30px 30px 30px;
}
.t1186__head+.t1186__text {
    margin-top: 15px;
}
.uc-photo-gallery .t1148__img-wrapper {
    height: 250px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.uc-photo-gallery .t1148__controls_gallery {
    top: 50%;
}
.uc-photo-gallery .t1148__img-wrapper img {
    filter: blur(10px);
}

.uc-photo-gallery .t1148__img-wrapper:before {
    content: "Нажмите для просмотра";
    position: absolute;
    left: 50%;
    top: 50%;
    background: rgb(0 0 0 / 55%);
    z-index: 1;
    color: #fff;
    width: 140px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: var(--t-text-font);
    text-align: center;
    line-height: 1.1;
    transform: translate(-50%, -50%);
}
.uc-photo-gallery .t1148__img-wrapper.img-show:before {
    opacity: 0;
}

.uc-photo-gallery .t1148__img-wrapper.img-show img {
    filter: blur(0px);
}
.uc-reviews-slider .t1196__content .t-card__title.t-name {
    position: relative;
}

.uc-reviews-slider .t1196__content .t-card__title.t-name:after {
    content: "";
    background: url(https://static.tildacdn.com/tild3837-3563-4963-b366-663133383438/five-stars.svg);
    position: absolute;
    width: 90px;
    height: 15px;
    right: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.t422__text.t422__text_right {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

.t422__img {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}