/*Виджет AppEvent*/
.aeWidgetBtn:not(.aeWidgetBtn-example) .aeWidgetBtn-icon_book {
    font-family: 'Inter', arial, sans-serif !important;
}
@media screen and (max-width: 959px) {
    .aeWidgetBtn {
        right: 10px !important;
        bottom: 10px !important;
        width: 60px !important;
        height: 60px !important;
    }
    .aeWidgetBtn:not(.aeWidgetBtn-example) .aeWidgetBtn-icon_book {
        font-size: 10px !important;
        line-height: 12px !important;
        padding-top: 18px !important;
    }
}

/*Локации*/
.card-cover .t-bgimg {
    border-radius: 20px 20px 0 0 !important;
}
.uc-location .t-zoomable .t-slds__bgimg {
    border-radius: 20px;
}
.uc-location .t-slds__thumbsbullet-border, .uc-location .t-slds__thumbsbullet .t-slds__bgimg {
    border-radius: 5px;
}

/*Скругление углов первого экрана*/
.uc-first-screen .t396__artboard {
    border-radius: 0 0 60px 60px;
}
@media screen and (max-width: 1200px) {
    .uc-first-screen .t396__artboard  {
        border-radius: 0 0 40px 40px;
    }
}
@media screen and (max-width: 640px) {
    .uc-first-screen .t396__artboard {
        border-radius: 0 0 30px 30px;
    }
}

/*Сетка блога*/
.uc-blog .t-feed__col-grid__post-wrapper {
    border: 1px solid #4f0f92;
}
.uc-blog .t-feed__col-grid__wrapper {
    justify-content: space-between;
}
.uc-blog .t-feed__col-grid__wrapper {
    padding: 20px 30px 80px;
}
.uc-blog .t-feed__button-container {
    text-transform: uppercase;
}
.uc-blog .t-feed__buttons-wrapper {
    margin-top: 60px;
}
@media screen and (max-width: 1680px) {
    .uc-blog .js-feed-container {
        width: auto;
    }
    .uc-blog .js-feed-post {
       margin-left: 10px;
       margin-right: 10px;
    }
}
@media screen and (max-width: 1200px) {
    .uc-blog .t-feed__col-grid__wrapper {
        padding: 15px 25px 60px;
    }
    .uc-blog .js-feed-post-title {
        font-size: 18px !important;
    }
    .uc-blog .js-feed-post-descr {
        padding-bottom: 25px !important;
    }
}
@media screen and (max-width: 960px) {
    .uc-blog .js-feed-container {
        gap: 10px;
    }
    .uc-blog .js-feed-post {
       margin-left: 0;
       margin-right: 0;
       padding-right: 0;
       padding-left: 0;
    }
    .uc-blog .t915__container_mobile-flex .t-feed__grid-col:last-child {
       margin-right: 20px;
    }
    .uc-blog .t-feed__buttons-wrapper {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .uc-blog .t-feed__col-grid__wrapper {
        padding: 15px 25px 60px;
    }
    .uc-blog .t915__container_mobile-flex .t-feed__grid-col:first-child {
        margin-left: 20px;
        padding: 0 !important;
    }
    .uc-blog .t915__container_mobile-flex .t-feed__grid-col:last-child {
       margin-right: 20px;
       padding: 0 !important;
    }
    .uc-blog .t915__container_mobile-flex .t-feed__grid-col {
       min-width: 320px;
       max-width: 320px;
       padding: 0 !important;
    }
    .uc-blog .t-feed__col-grid__post-wrapper {
        border-radius: 15px !important;
    }
}