/*НАСТРОЙКИ ПОПАПА-----------------------------------------------------------------------------------*/
/*экран успешного заполнения---------------------------------------*/
/*фон и скругдение попапа*/
.t-form-success-popup_new .t-form-success-popup__wrapper {
    border-radius: 20px;
    background-color: #F6F2EB;
}

/*скрываю иконку*/
.t-form-success-popup_new .t-form-success-popup__content-icon {
    display: none;
}

/*жирность заголовка*/
.t-form-success-popup_new .t-form-success-popup__title {
    font-weight: 400;
    color: #025050;
}

/*цвет текста*/
.t-form-success-popup__text {
    color: #025050;
}

/*настройки кнопки*/
.t-form-success-popup_new .t-form-success-popup__button {
    background-color: #025050;
    border-radius: 30px;
    padding: 14px 44px;
}

/*убираю чёрную полоску у попапа на адаптиве*/
@media screen and (max-width: 480px) {
.t702 .t-popup__block-close {
    background: #F6F2EB;    
}
}

/*филиалы*/
.t-img-select__indicator {
        /*width: 160%;*/
    width: 200px;
    height: 70px;
}

.t-img-select__container {
    gap: 85px;
    padding-top: 10px;
}
.t-img-select__control .t-text {
    font-family: 'Ricordi';
    text-transform: uppercase;
}

.t-img-select__control .t-text_xs {
    font-size: 18px;
}

.t-img-select__text {
    width: 200px;
}
/*НАСТРОЙКИ ПОПАПА-----------------------------------------------------------------------------------*/


/*Баннер---------------------------------------------*/
/*ховер у кнопок с клубами*/
.banner-btn .tn-atom__button-text:hover {
    color: #ffffff9e !important;
}

/*кнопка наверх ------------------------------------------------------------------------------------------*/
/*горизонтальный планшет--------------------*/
@media screen and (max-width: 1199px) {
.t890 {
    right: 0.5% !important;
    bottom: 50px !important;   
}
}

/*вертикальный планшет--------------------*/
@media screen and (max-width: 980px) {
.t890 {
    right: 0.5% !important;
    bottom: 40px !important;   
}
}

/*мобилка------------------------*/
@media screen and (max-width: 480px) {
.t890 {
    right: 0px !important;
    bottom: 5px !important;
}
}
/*кнопка наверх ------------------------------------------------------------------------------------------*/



/*БЛОК КОНТАКТЫ-----------------------------------------------------------------------------------------------------------------------------------------*/
/*настройка фрейма------------------------------------------------*/
.contacts iframe {
    border-radius: 20px !important;
    filter: invert(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
.contacts iframe {
    width: 460px !important;
}
}
@media screen and (min-width: 640px) and (max-width: 959px) {
.contacts iframe {
    width: 620px !important;
}
}
@media screen and (max-width: 479px) {
.contacts iframe {
    width: 300px !important;
}
}
/*настройка фрейма------------------------------------------------*/

/*станд блок с картой на адаптиве------------------------------------------------------*/
/*вертикальный планшет-------------------- /*/
@media screen and (min-width: 481px) and (max-width: 980px) {
.t117 {
    padding: 0 1.7%;
}  
}

/*мобилка------------------------*/
@media screen and (max-width: 480px) {
.t117 {
    padding: 0 3%;
}   
}
/*блок с картой на адаптиве------------------------------------------------------*/
/*БЛОК КОНТАКТЫ-----------------------------------------------------------------------------------------------------------------------------------------*/

/*ПОТОКИ АКЦИИ-------------------------------------------------------------------------------------------------------------------------------------------------*/
/*растягиваем по ширине*/
@media (min-width: 961px) {
.uc-promotions .t-feed__container {
    max-width: 94.5%;
}

.uc-promotions .t-col_6 {
    max-width: 47.5% !important;
}

.uc-promotions .t-feed__post {
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(50% - 20px) !important;
    
}
}

/*скругляю картинку*/
.t-feed__col-grid__post-wrapper .t-feed__post-bgimg {
    border-radius: 30px !important;
}

/*доп стилизация--------------------*/
.uc-promotions .t-feed__post-bgimg {
    border-radius: 30px !important;
}

/*добавление обводки*/
.uc-promotions .t-feed__col-grid__post-wrapper .t-feed__post-bgimg {
    border: 15px solid white;
}

/*уменьшение расстояния всерху с учтом обводки*/
.uc-promotions .t-feed__col-grid__post-wrapper .t-feed__post-imgwrapper {
    margin-bottom: 5px;
}

/*стилизация даты*/
.uc-promotions .js-feed-post-descr strong {
    font-weight: 400 !important;
    padding-bottom: 10px;
    display: inline-block;
    color: #81A8A8;
}

/*бейджик Акция*/
.uc-promotions .t-feed__post-label {
    margin-top: 25px;
    margin-left: 10px;
    border-radius: 10px;
}
/*ПОТОКИ АКЦИИ-------------------------------------------------------------------------------------------------------------------------------------------------*/

/*мобилка общая у потоков------------------------*/
@media screen and (max-width: 480px) {
.js-feed-post.t-feed__post.t-item.t-width.t-feed__grid-col.t-col {
    padding-left: 3% !important;
    padding-right: 3% !important;
}
}

/*ХВОЙНЫЕ ЗАМЕТКИ-------------------------------------------------------------------------------------------------------------------------------------------*/
/*новая стилизация*/
.uc-news .t897 .t-feed__col-grid__post-wrapper, 
.uc-tab1 .t897 .t-feed__col-grid__post-wrapper, 
.uc-tab2 .t897 .t-feed__col-grid__post-wrapper, 
.uc-tab3 .t897 .t-feed__col-grid__post-wrapper, 
.uc-tab4 .t897 .t-feed__col-grid__post-wrapper, 
.uc-tab5 .t897 .t-feed__col-grid__post-wrapper {
    background-color: #fff;
    padding: 0 0 20px 0;
    border-radius: 30px;
}

.uc-news .t897 .t-feed__post-title, 
.uc-tab1 .t897 .t-feed__post-title, 
.uc-tab2 .t897 .t-feed__post-title, 
.uc-tab3 .t897 .t-feed__post-title, 
.uc-tab4 .t897 .t-feed__post-title, 
.uc-tab5 .t897 .t-feed__post-title {
    padding: 0 30px;
}

.uc-news .t897 .t-feed__post-descr,
.uc-tab1 .t897 .t-feed__post-descr,
.uc-tab2 .t897 .t-feed__post-descr,
.uc-tab3 .t897 .t-feed__post-descr,
.uc-tab4 .t897 .t-feed__post-descr,
.uc-tab5 .t897 .t-feed__post-descr {
        padding: 0 30px;
}

/*растягиваем по ширине*/
/*десктоп----------------------------------*/
@media (min-width: 1200px) {
.uc-news .t897 .t-feed__container, 
.uc-tab1 .t897 .t-feed__container, 
.uc-tab2 .t897 .t-feed__container, 
.uc-tab3 .t897 .t-feed__container, 
.uc-tab4 .t897 .t-feed__container, 
.uc-tab5  .t897 .t-feed__container {
    max-width: 94.5%;
}

.uc-news .t897 .t-feed__post,
.uc-tab1 .t897 .t-feed__post,
.uc-tab2 .t897 .t-feed__post,
.uc-tab3 .t897 .t-feed__post,
.uc-tab4 .t897 .t-feed__post,
.uc-tab5 .t897 .t-feed__post {
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(25% - 20px);
}
}

/*горизонтальный планшет--------------------*/
@media screen and (min-width: 981px) and (max-width: 1199px) {
.uc-news .t897 .t-feed__container,
.uc-tab1 .t897 .t-feed__container,
.uc-tab2 .t897 .t-feed__container,
.uc-tab3 .t897 .t-feed__container,
.uc-tab4 .t897 .t-feed__container,
.uc-tab5  .t897 .t-feed__container {
    max-width: 100%;
}

.uc-news .t897 .t-feed__post,
.uc-tab1 .t897 .t-feed__post,
.uc-tab2 .t897 .t-feed__post,
.uc-tab3 .t897 .t-feed__post,
.uc-tab4 .t897 .t-feed__post,
.uc-tab5  .t897 .t-feed__post {
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(25% - 20px);
}
}

/*доп стилизация--------------------*/
.uc-news .t897 .t-feed__post-bgimg,
.uc-tab1 .t897 .t-feed__post-bgimg,
.uc-tab2 .t897 .t-feed__post-bgimg,
.uc-tab3 .t897 .t-feed__post-bgimg,
.uc-tab4 .t897 .t-feed__post-bgimg,
.uc-tab5  .t897 .t-feed__post-bgimg {
    border-radius: 30px !important;
}
/*ХВОЙНЫЕ ЗАМЕТКИ-------------------------------------------------------------------------------------------------------------------------------------------*/


/*фиксирую блок с картинкой*/
.uc-image {
    position: relative;
    z-index: -10;
}

/*настройка попапа с услугой*/
.uc-p-usluga .t702 .t702__title {
    margin-bottom: 0px;
}

