.HMpopup__action {
    position: fixed;
}
.HMpopup__action--next {
    right: 20px;
}
.HMpopup__action--prev {
    left: 20px;
}

/* На слайдерах рисует обводкой доп кружок желтый */
.t-slds__bullet_active {
	box-shadow: 0 0 0 2px rgb(255 237 0 / 100%);
}


/*Стили для попапа в курсах и разделах "Нужна помощь с выбором?"*/

.t-popup {
    background-color: #8f8f8f99 !important;
    backdrop-filter: blur(4px) !important;
}

.t390__btn {
    height: 35px !important;
    padding: 0 15px !important;
    border: 1px solid #182528 !important;
}

.t390__btn-wrapper {
    margin-top: 16px;
    text-align: right !important;
}

@media screen and (max-width: 640px) {
.t390__btn {
    height: 35px !important;
    padding: 0 15px !important;
}
}


/*Стили для попапа в новостях*/
.t-feed__post-popup__container {
    background-color: #e7e7e7 !important;
}