| Current Path : /var/www/homesaver/www/bitrix/js/ui/popup-with-header/dist/ |
| Current File : /var/www/homesaver/www/bitrix/js/ui/popup-with-header/dist/popup-with-header.bundle.css |
.ui-popup-with-header__skeleton {
margin-top: -17px;
margin-left: -19px;
background-image: url("./images/popup-skeleton.svg");
background-repeat: no-repeat;
background-size: 380px 369px;
height: 342px !important;
border-radius: var(--ui-border-radius-3xl);
}
.ui-popupcomponentmaker__content-wrap {
padding: 0 13px 13px 13px;
}
.active-scroll .ui-popupcomponentmaker__content-wrap {
padding: 0 13px 0 13px;
overflow: hidden;
-webkit-transform: translateZ(0);
border-radius: 0 0 22px 22px;
}
.ui-popup-with-header__content {
height: 0;
overflow: hidden;
scrollbar-width: thin;
scrollbar-color: rgba(82, 92, 105, .2) transparent;
transition: height .5s ease;
}
.active-scroll .ui-popup-with-header__content {
margin: 0 -9px 0 0;
padding: 0 4px 0 0;
}
.active-scroll .ui-popup-with-header__content .ui-popupcomponentmaker__content--section:last-child {
margin-bottom: 13px;
}
.ui-popup-with-header__content::-webkit-scrollbar {
width: 4px;
}
.ui-popup-with-header__content::-webkit-scrollbar-track {
background-color: rgba(82, 92, 105, .05);
margin: 13px 0;
}
.ui-popup-with-header__content::-webkit-scrollbar-thumb {
background-color: rgba(82, 92, 105, .2);
margin: 13px 0;
border-radius: 18px;
}
.ui-popup-with-header__content::-webkit-scrollbar-thumb:hover {
background-color: rgba(82, 92, 105, .5);
}
.ui-popupconstructor-content-item-wrapper {
display: flex;
padding: 12px;
font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
}
.ui-popupconstructor-content-item-wrapper-title {
display: flex;
align-items: center;
margin-bottom: 3px;
overflow: hidden;
}
.ui-popupconstructor-content-item__title {
max-width: 100%;
font-size: var(--ui-font-size-md);
font-weight: var(--ui-font-weight-medium);
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.ui-popupconstructor-content-item__icon {
margin-right: 4px;
}
.ui-popupconstructor-content-item-wrapper_information {
width: 100%;
max-width: 210px;
}
.ui-popupconstructor-content-item-wrapper_information .ui-popupconstructor-content-item__icon {
margin-right: 3px;
margin-left: -3px;
--ui-icon-set__icon-size: 22px;
}
.ui-popupconstructor-content-item__description,
.ui-popupconstructor-content-item__more-link {
display: inline;
font-size: var(--ui-font-size-3xs);
font-weight: var(--ui-font-weight-normal);
margin-top: 6px;
line-height: 13px;
letter-spacing: -.1px;
}
.ui-popupconstructor-content-item__more-link {
margin-top: 0;
border-bottom: 1px solid transparent;
transition: color .3s;
cursor: pointer;
color: var(--ui-color-link-primary-base);
margin-left: 3px;
}
.ui-popupconstructor-content-item__more-link:hover {
color: #083464!important;
}
.ui-popupconstructor-content-item-wrapper_button {
flex: 1;
display: flex;
flex-direction: column;
margin-left: 10px;
}
.ui-popupconstructor-content-item-wrapper_button .ui-btn {
height: 25px;
font-size: var(--ui-font-size-3xs);
color: var(--ui-color-base-default);
}
.ui-popupconstructor-content-item-wrapper_button .ui-btn.ui-btn-light {
transition: opacity .3s;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
}
.ui-popupconstructor-content-item-wrapper_button .ui-btn.ui-btn-light:hover {
opacity: .9;
}
.ui-popupconstructor-content-item__button-description {
text-align: center;
font-size: var(--ui-font-size-4xs);
font-weight: var(--ui-font-weight-normal);
margin-top: 8px;
}
/* region Popup widget skeleton */
.popup-with-header-skeleton__wrap {
width: 344px;
height: 100%;
max-height: 473px;
border-radius: 20px;
background: rgba(247, 248, 249, .88);
box-shadow: 0 12px 27px rgba(0, 0, 0, .14);
-webkit-backdrop-filter: blur(20.387113571166992px);
backdrop-filter: blur(20.387113571166992px);
box-sizing: border-box;
overflow: hidden;
}
.popup-with-header-skeleton__header {
padding: 12px;
height: 184px;
background-color: tomato;
background-position: center top;
background-size: 250% auto;
box-sizing: border-box;
}
.popup-with-header-skeleton__line {
position: relative;
width: 100%;
height: 6px;
border-radius: 20px;
background: rgba(149,156,164,.42);
overflow: hidden;
}
.popup-with-header-skeleton__line:before,
.popup-with-header-skeleton__line:after,
.popup-with-header-skeleton__header-bottom-circle:before,
.popup-with-header-skeleton__header-bottom-circle:after,
.popup-with-header-skeleton__header-circle-inner:before,
.popup-with-header-skeleton__header-circle-inner:after {
content: '';
display: block;
position: absolute;
left: -100%;
top: 0;
height: 100%;
width: 100%;
background: linear-gradient(to right, transparent 0%, #ededed 50%, transparent 100%);
animation: popup-with-header-load 1s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}
.popup-with-header-skeleton__header .popup-with-header-skeleton__line {
background: rgba(255,255,255,.42);
}
.popup-with-header-skeleton__line.--dark-animation:before,
.popup-with-header-skeleton__line.--dark-animation:after,
.popup-with-header-skeleton__header .popup-with-header-skeleton__line:before,
.popup-with-header-skeleton__header .popup-with-header-skeleton__line:after {
background: linear-gradient(to right, transparent 0%, #d9d9d9 50%, transparent 100%);
}
.popup-with-header-skeleton__header-top {
display: flex;
align-items: center;
margin-bottom: 14px;
}
.popup-with-header-skeleton__header-circle {
display: flex;
justify-content: center;
align-items: center;
margin-right: 8px;
min-width: 36px;
height: 36px;
border-radius: 100%;
background: rgba(255,255,255,.2);
}
.popup-with-header-skeleton__header-circle-inner {
position: relative;
width: 14px;
height: 14px;
border-radius: 100%;
background: rgba(255,255,255,.42);
overflow: hidden;
}
.popup-with-header-skeleton__header-bottom {
display: flex;
align-items: center;
padding: 10px 14px;
border-radius: 12px;
background: rgba(255,255,255,.1);
}
.popup-with-header-skeleton__header-bottom-circle-box {
position: relative;
margin-right: 14px;
max-width: 86px;
}
.popup-with-header-skeleton__header-bottom-circle {
position: relative;
min-width: 86px;
width: 86px;
height: 86px;
border-radius: 100%;
background: #d9d9d9;
-webkit-clip-path: polygon( 93.028% 24.517%,93.028% 24.517%,92.541% 24.713%,92.044% 24.891%,91.539% 25.049%,91.025% 25.188%,90.503% 25.306%,89.974% 25.404%,89.438% 25.481%,88.895% 25.536%,88.346% 25.57%,87.791% 25.581%,87.791% 25.581%,85.622% 25.406%,83.564% 24.9%,81.645% 24.089%,79.893% 23.001%,78.335% 21.665%,76.999% 20.107%,75.911% 18.355%,75.1% 16.436%,74.594% 14.378%,74.419% 12.209%,74.419% 12.209%,74.43% 11.654%,74.464% 11.105%,74.519% 10.562%,74.596% 10.026%,74.694% 9.497%,74.812% 8.975%,74.951% 8.461%,75.109% 7.956%,75.287% 7.459%,75.483% 6.972%,75.483% 6.972%,73.207% 5.701%,70.861% 4.546%,68.447% 3.513%,65.97% 2.605%,63.433% 1.825%,60.842% 1.179%,58.198% 0.669%,55.508% 0.3%,52.774% 0.076%,50% 0%,50% 0%,41.89% 0.654%,34.196% 2.549%,27.022% 5.581%,20.471% 9.647%,14.645% 14.645%,9.647% 20.471%,5.581% 27.022%,2.549% 34.196%,0.654% 41.89%,0% 50%,0% 50%,0.654% 58.11%,2.549% 65.804%,5.581% 72.978%,9.647% 79.529%,14.645% 85.355%,20.471% 90.353%,27.022% 94.419%,34.196% 97.451%,41.89% 99.346%,50% 100%,50% 100%,58.11% 99.346%,65.804% 97.451%,72.978% 94.419%,79.529% 90.353%,85.355% 85.355%,90.353% 79.529%,94.419% 72.978%,97.451% 65.804%,99.346% 58.11%,100% 50%,100% 50%,99.924% 47.226%,99.7% 44.492%,99.331% 41.802%,98.821% 39.158%,98.175% 36.567%,97.395% 34.03%,96.487% 31.553%,95.454% 29.139%,94.299% 26.793%,93.028% 24.517% );
clip-path: polygon( 93.028% 24.517%,93.028% 24.517%,92.541% 24.713%,92.044% 24.891%,91.539% 25.049%,91.025% 25.188%,90.503% 25.306%,89.974% 25.404%,89.438% 25.481%,88.895% 25.536%,88.346% 25.57%,87.791% 25.581%,87.791% 25.581%,85.622% 25.406%,83.564% 24.9%,81.645% 24.089%,79.893% 23.001%,78.335% 21.665%,76.999% 20.107%,75.911% 18.355%,75.1% 16.436%,74.594% 14.378%,74.419% 12.209%,74.419% 12.209%,74.43% 11.654%,74.464% 11.105%,74.519% 10.562%,74.596% 10.026%,74.694% 9.497%,74.812% 8.975%,74.951% 8.461%,75.109% 7.956%,75.287% 7.459%,75.483% 6.972%,75.483% 6.972%,73.207% 5.701%,70.861% 4.546%,68.447% 3.513%,65.97% 2.605%,63.433% 1.825%,60.842% 1.179%,58.198% 0.669%,55.508% 0.3%,52.774% 0.076%,50% 0%,50% 0%,41.89% 0.654%,34.196% 2.549%,27.022% 5.581%,20.471% 9.647%,14.645% 14.645%,9.647% 20.471%,5.581% 27.022%,2.549% 34.196%,0.654% 41.89%,0% 50%,0% 50%,0.654% 58.11%,2.549% 65.804%,5.581% 72.978%,9.647% 79.529%,14.645% 85.355%,20.471% 90.353%,27.022% 94.419%,34.196% 97.451%,41.89% 99.346%,50% 100%,50% 100%,58.11% 99.346%,65.804% 97.451%,72.978% 94.419%,79.529% 90.353%,85.355% 85.355%,90.353% 79.529%,94.419% 72.978%,97.451% 65.804%,99.346% 58.11%,100% 50%,100% 50%,99.924% 47.226%,99.7% 44.492%,99.331% 41.802%,98.821% 39.158%,98.175% 36.567%,97.395% 34.03%,96.487% 31.553%,95.454% 29.139%,94.299% 26.793%,93.028% 24.517% );
overflow: hidden;
}
.popup-with-header-skeleton__header-bottom-circle-blue {
position: absolute;
top: 2px;
right: 2px;
width: 17px;
height: 17px;
border-radius: 100%;
background: #2fc6f6;
}
.popup-with-header-skeleton__bottom {
padding: 12px;
background: #fff;
}
.popup-with-header-skeleton__bottom-inner {
display: flex;
padding: 12px;
border-radius: 12px;
background: #fff;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
margin-bottom: 5px;
}
.popup-with-header-skeleton__bottom-left,
.popup-with-header-skeleton__bottom-right {
width: 100%;
}
.popup-with-header-skeleton__bottom-right {
display: flex;
flex-direction: column;
align-items: flex-end;
width: 86px;
}
.popup-with-header-skeleton-btn {
margin-bottom: 14px;
width: 86px;
height: 25px;
border-radius: 34px;
background: #bbed21;
}
@keyframes popup-with-header-load {
0% {
left: -100%;
}
100% {
left: 100%;
}
}
/* endregion */
.ui-popupcomponentmaker {
font-family: var(--ui-font-family-system);
}
.ui-popupcomponentsmaker-header-tariff__wrapper {
padding: 12px;
color: var(--ui-color-on-primary);
font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica)) !important;
}
.ui-popupcomponentsmaker-header-tariff__title-section {
position: relative;
display: flex;
align-items: center;
gap: 12px;
margin: 4px 0 0 5px;
}
.ui-popupcomponentsmaker-header-tariff__icon {
color: var(--ui-color-on-primary);
border-radius: var(--ui-border-radius-circle);
width: 36px;
height: 36px;
background-color: rgba(var(--ui-color-on-primary-rgb), 0.2);
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
}
.ui-popupcomponentsmaker-header-tariff__icon .ui-icon-set {
background-color: rgba(var(--ui-color-on-primary-rgb), var(--ui-opacity-90));
}
.ui-popupcomponentsmaker-header-tariff__message-wrapper .ui-popupcomponentsmaker-header-tariff__icon {
min-width: 57px;
min-height: 57px;
border: 1px solid rgba(var(--ui-color-on-primary-rgb), 0.2);
}
.ui-popupcomponentsmaker-header-tariff__message-wrapper .ui-icon-set {
width: 37px;
height: 37px;
background-color: var(--ui-color-background-primary);
}
.ui-popupcomponentsmaker-header-tariff__title {
margin-top: -1px;
font-family: var(--ui-font-family-system);
font-weight: var( --ui-font-weight-medium);
font-size: var(--ui-font-size-lg);
line-height: 19px;
}
.ui-popupcomponentsmaker-header-tariff__subtitle {
font-family: var(--ui-font-family-system);
font-weight: var(--ui-font-weight-regular);
font-size: var(--ui-font-size-md);
line-height: 17px;
}
.ui-popupcomponentsmaker-header-tariff__message-wrapper {
display: flex;
align-items: center;
padding: 10px 12px;
gap: 9px;
}
.ui-popupcomponentsmaker-header-tariff__message-wrapper .ui-popupcomponentsmaker-header-tariff__title {
font-weight: var(--ui-font-weight-regular);
font-size: var(--ui-font-size-sm);
line-height: 16px;
color: rgba(var(--ui-color-on-primary-rgb), 0.94);
letter-spacing: -.18px;
}
.ui-popupcomponentsmaker-header-tariff__message-wrapper .ui-popupcomponentsmaker-header-tariff__subtitle {
margin-top: 4px;
font-weight: var(--ui-font-weight-regular);
font-size: var(--ui-font-size-3xs);
line-height: 14px;
color: rgba(var(--ui-color-on-primary-rgb), var(--ui-opacity-70));
letter-spacing: -.18px;
}
.ui-popupcomponentsmaker-header-tariff__message-wrapper .ui-popupcomponentsmaker-header-tariff__text {
font-family: var(--ui-font-family-system);
font-weight: var(--ui-font-weight-regular);
font-size: var(--ui-font-size-3xs);
line-height: 14px;
color: rgba(var(--ui-color-on-primary-rgb), var(--ui-opacity-50));
letter-spacing: -.18px;
}
.ui-popupcomponentsmaker-header-tariff__more {
display: inline-flex;
font-family: var(--ui-font-family-system);
line-height: 13px;
font-size: var(--ui-font-size-3xs);
font-weight: var(--ui-font-weight-regular);
color: rgba(var(--ui-color-on-primary-rgb), var(--ui-opacity-70));
transition: color .3s;
cursor: pointer;
}
.ui-popupcomponentsmaker-header-tariff__more:hover {
color: rgba(var(--ui-color-on-primary-rgb), 1);
}
.bitrix24-theme-dark .ui-popupcomponentsmaker-header-tariff__more,
.bitrix24-theme-default .ui-popupcomponentsmaker-header-tariff__more {
color: rgba(var(--ui-color-base-solid-rgb), var(--ui-opacity-50));
}
.bitrix24-theme-dark .ui-popupcomponentsmaker-header-tariff__more:hover,
.bitrix24-theme-default .ui-popupcomponentsmaker-header-tariff__more:hover {
color: rgba(var(--ui-color-base-solid-rgb), 1);
}
.ui-popupcomponentsmaker-header-tariff__more-icon.ui-icon-set {
display: none;
align-self: end;
margin: 0 0 .5px 3px;
width: 10px;
height: 10px;
background-color: rgba(var(--ui-color-on-primary-rgb), var(--ui-opacity-50));
}
.ui-popupcomponentsmaker-header-tariff__more:hover .ui-popupcomponentsmaker-header-tariff__more-icon {
background-color: rgba(var(--ui-color-on-primary-rgb), 1);
}
.bitrix24-theme-dark .ui-popupcomponentsmaker-header-tariff__more-icon,
.bitrix24-theme-default .ui-popupcomponentsmaker-header-tariff__more-icon {
background-color: rgba(var(--ui-color-base-solid-rgb), var(--ui-opacity-50));
}
.bitrix24-theme-dark .ui-popupcomponentsmaker-header-tariff__more:hover .ui-popupcomponentsmaker-header-tariff__more-icon,
.bitrix24-theme-default .ui-popupcomponentsmaker-header-tariff__more:hover .ui-popupcomponentsmaker-header-tariff__more-icon {
background-color: rgba(var(--ui-color-base-solid-rgb), 1);
}
.ui-popupcomponentsmaker-header-tariff__button-bar {
display: flex;
justify-content: center;
}
.ui-popupcomponentsmaker-header-tariff__button {
margin-top: 14px;
color: rgba(var(--ui-color-on-primary-rgb), 1);
background-color: rgba(var(--ui-color-on-primary-rgb), var(--ui-opacity-10));
}
.ui-popupcomponentsmaker-header-tariff__button:hover {
color: rgba(var(--ui-color-on-primary-rgb), 1);
background-color: rgba(var(--ui-color-on-primary-rgb), var(--ui-opacity-10));
}
.ui-popupcomponentsmaker-header-tariff__wrapper .ui-popupcomponentmaker__content--section-item {
margin-right: 0;
}
/* header style */
.ui-popupcomponentsmaker__header {
position: relative;
border-radius: var(--ui-border-radius-3xl) var(--ui-border-radius-3xl) 0 0;
background-position: center top;
background-size: 250% auto;
flex: 1;
overflow: hidden;
}
.ui-popupcomponentmaker__header-content.--empty-content .ui-popupcomponentsmaker__header {
border-radius: var(--ui-border-radius-3xl);
}
.ui-popupcomponentmaker__header-content.--empty-content .ui-popupcomponentsmaker-header-tariff__title-section {
margin-left: 10px;
}
.ui-popupcomponentmaker__header-content.--empty-content .ui-popupcomponentsmaker-header-tariff__message-wrapper,
.ui-popupcomponentmaker__header-content.--without-video .ui-popupcomponentsmaker-header-tariff__message-wrapper {
padding: 10px 14px;
gap: 14px;
}
.ui-popupcomponentmaker__header-content.--empty-content .ui-popupcomponentsmaker-header-tariff__message-wrapper .ui-popupcomponentsmaker-header-tariff__title {
margin: 0 0 6px 0;
}
.ui-popupcomponentmaker__header-content.--empty-content .ui-popupcomponentsmaker-header-tariff__more-icon {
display: block;
}
.ui-popupcomponentmaker__header-content.--empty-content .ui-popupcomponentsmaker-header-tariff__button-bar {
margin-bottom: 5px;
}
.ui-popupcomponentsmaker-header-tariff__button.ui-btn,
.ui-popupcomponentsmaker-header-tariff__button.ui-btn {
height: 30px;
border-color: rgba(var(--ui-color-on-primary-rgb), .44);
}
.ui-popupcomponentsmaker-header-tariff__button.ui-btn:hover,
.ui-popupcomponentsmaker-header-tariff__button.ui-btn:hover {
background: rgba(var(--ui-color-on-primary-rgb), .37);
border-color: rgba(var(--ui-color-on-primary-rgb), .44);
}
.bitrix24-theme-dark .ui-popupcomponentsmaker-header-tariff__button.ui-btn,
.bitrix24-theme-default .ui-popupcomponentsmaker-header-tariff__button.ui-btn {
background: rgba(var(--ui-color-palette-black-solid-rgb), .07);
border-color: rgba(var(--ui-color-palette-black-solid-rgb), .065);
color: #151515;
}
.bitrix24-theme-dark .ui-popupcomponentsmaker-header-tariff__button.ui-btn:hover,
.bitrix24-theme-default .ui-popupcomponentsmaker-header-tariff__button.ui-btn:hover {
background: rgba(var(--ui-color-palette-black-solid-rgb), .1);
border-color: rgba(var(--ui-color-palette-black-solid-rgb), .06);
}
.popup-with-header-skeleton__header:before,
.ui-popupcomponentsmaker__header:before {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: rgba(var(--ui-color-palette-black-solid-rgb), .18);
border-radius: var(--ui-border-radius-3xl) var(--ui-border-radius-3xl) 0 0;
/*backdrop-filter: blur(32px);*/
overflow: hidden;
}
.popup-with-header-skeleton__header:before {
-webkit-backdrop-filter: blur(32px);
backdrop-filter: blur(32px);
}
.popup-with-header-skeleton__header:before {
height: 184px;
}
.ui-popupcomponentmaker.--with-header .popup-window-angly--arrow:before {
content: '';
background-color: rgba(var(--ui-color-palette-black-solid-rgb), .18);
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.ui-popupcomponentsmaker__header-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: var(--ui-border-radius-3xl) var(--ui-border-radius-3xl) 0 0;
background-position: center top;
background-size: 250% auto;
filter: blur(16px);
transform-origin: 50%;
transform: scale(1.2);
overflow: hidden;
z-index: -1;
}
.bitrix24-theme-default.popup-with-header-skeleton__header:before,
.bitrix24-theme-default.ui-popupcomponentsmaker__header:before,
.bitrix24-theme-default.popup-with-header-skeleton__header:before,
.bitrix24-theme-default.ui-popupcomponentsmaker__header:before,
.ui-popupcomponentmaker.--with-header .bitrix24-theme-default.popup-window-angly--arrow:before,
.bitrix24-theme-dark.popup-with-header-skeleton__header:before,
.bitrix24-theme-dark.ui-popupcomponentsmaker__header:before,
.bitrix24-theme-dark.popup-with-header-skeleton__header:before,
.bitrix24-theme-dark.ui-popupcomponentsmaker__header:before,
.ui-popupcomponentmaker.--with-header .bitrix24-theme-dark.popup-window-angly--arrow:before {
background-color: rgba(var(--ui-color-background-primary-rgb), .18);
}
.bitrix24-light-theme .ui-popupcomponentsmaker-header-tariff__section-message-wrapper {
background-color: rgba(var(--ui-color-background-primary-rgb), var(--ui-opacity-10));
}
.ui-popupcomponentmaker.--with-header .ui-popupcomponentsmaker__header:before {
border: none;
}
.bitrix24-theme-dark .ui-popupcomponentsmaker-header-tariff__title,
.bitrix24-theme-default .ui-popupcomponentsmaker-header-tariff__title,
.bitrix24-theme-dark .ui-popupcomponentsmaker-header-tariff__subtitle,
.bitrix24-theme-default .ui-popupcomponentsmaker-header-tariff__subtitle,
.bitrix24-theme-dark .ui-popupcomponentsmaker-header-tariff__text,
.bitrix24-theme-default .ui-popupcomponentsmaker-header-tariff__text {
color: #151515;
}
.bitrix24-theme-dark .ui-popupcomponentsmaker-header-tariff__icon,
.bitrix24-theme-default .ui-popupcomponentsmaker-header-tariff__icon,
.bitrix24-theme-dark .ui-popupcomponentsmaker-header-tariff__section-message-wrapper,
.bitrix24-theme-default .ui-popupcomponentsmaker-header-tariff__section-message-wrapper {
background-color: rgba(var(--ui-color-palette-black-solid-rgb), var(--ui-opacity-10));
border-color: rgba(var(--ui-color-palette-black-solid-rgb), var(--ui-opacity-20));
}
.bitrix24-theme-dark .ui-popupcomponentsmaker-header-tariff__icon .ui-icon-set,
.bitrix24-theme-default .ui-popupcomponentsmaker-header-tariff__icon .ui-icon-set {
background-color: var(--ui-color-base-default);
}
.bitrix24-theme-dark .ui-popupcomponentsmaker-header-tariff__message-wrapper .ui-popupcomponentsmaker-header-tariff__subtitle,
.bitrix24-theme-default .ui-popupcomponentsmaker-header-tariff__message-wrapper .ui-popupcomponentsmaker-header-tariff__subtitle,
.bitrix24-theme-dark .ui-popupcomponentsmaker-header-tariff__message-wrapper .ui-popupcomponentsmaker-header-tariff__text,
.bitrix24-theme-default .ui-popupcomponentsmaker-header-tariff__message-wrapper .ui-popupcomponentsmaker-header-tariff__text {
opacity: var(--ui-opacity-50);
}
/* end header style*/
.ui-popupcomponentsmaker__round-player-box {
position: relative;
}
.ui-popupcomponentmaker__round-player {
overflow: hidden;
border-radius: var(--ui-border-radius-circle);
position: relative;
transition: transform 0.2s ease-out;
background-size: cover;
-webkit-clip-path: none;
clip-path: none;
border: 1px solid rgba(var(--ui-color-background-primary-rgb), .32);
box-sizing: border-box;
}
.ui-popupcomponentmaker__round-player .ui-progressround {
position: absolute;
top: 2px;
}
.ui-popupcomponentmaker__round-player::before {
content: "";
padding-top: 100%;
display: block;
}
.ui-popupcomponentmaker__round-player video {
position: absolute;
left: 50%;
top: 0;
height: 100%;
transform: translateX(-50%);
}
.ui-popupcomponentmaker__round-player-overlay {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: block;
width: 68px;
height: 68px;
background: url(./images/circle-subtract.svg) no-repeat;
background-size: 68px auto;
z-index: 5;
}
.ui-popupcomponentmaker__round-player-btn {
display: none;
position: absolute;
top: 2px;
right: 2px;
width: 17px;
height: 17px;
border-radius: var(--ui-border-radius-circle);
background: var(--ui-color-palette-blue-50) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='none'%3E%3Cg filter='url(%23filter0_d_366_95598)'%3E%3Cpath d='M10.5 5.174c.357.2.357.713 0 .913l-4.944 2.77a.523.523 0 01-.78-.457V2.862c0-.4.43-.652.78-.457l4.944 2.77z' fill='%23fff' fill-opacity='.9' shape-rendering='crispEdges'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_366_95598' x='.777' y='.338' width='13.991' height='14.586' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_366_95598'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_366_95598' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") 1px 3px no-repeat;
cursor: pointer;
z-index: 2;
}
.ui-popupcomponentmaker__round-player-btn.--stop-btn {
display: flex;
justify-content: center;
align-items: center;
top: 50%;
left: 50%;
width: 26px;
height: 26px;
background: rgba(255, 255, 255, .2);
transition: opacity .3s;
transform: translate(-50%,-50%);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
opacity: 0;
cursor: auto;
}
.ui-popupcomponentsmaker__round-player-box:not(.--stop):hover .ui-popupcomponentmaker__round-player-btn.--stop-btn {
opacity: 1;
cursor: pointer;
}
.ui-popupcomponentmaker__round-player-btn.--stop-btn:before {
content: '';
display: block;
width: 10px;
height: 10px;
border-radius: 1px;
background: rgba(255, 255, 255, .94);
}
.ui-popupcomponentsmaker__round-player-box.--stop .ui-popupcomponentmaker__round-player {
-webkit-clip-path: polygon( 93.028% 24.517%,93.028% 24.517%,92.541% 24.713%,92.044% 24.891%,91.539% 25.049%,91.025% 25.188%,90.503% 25.306%,89.974% 25.404%,89.438% 25.481%,88.895% 25.536%,88.346% 25.57%,87.791% 25.581%,87.791% 25.581%,85.622% 25.406%,83.564% 24.9%,81.645% 24.089%,79.893% 23.001%,78.335% 21.665%,76.999% 20.107%,75.911% 18.355%,75.1% 16.436%,74.594% 14.378%,74.419% 12.209%,74.419% 12.209%,74.43% 11.654%,74.464% 11.105%,74.519% 10.562%,74.596% 10.026%,74.694% 9.497%,74.812% 8.975%,74.951% 8.461%,75.109% 7.956%,75.287% 7.459%,75.483% 6.972%,75.483% 6.972%,73.207% 5.701%,70.861% 4.546%,68.447% 3.513%,65.97% 2.605%,63.433% 1.825%,60.842% 1.179%,58.198% 0.669%,55.508% 0.3%,52.774% 0.076%,50% 0%,50% 0%,41.89% 0.654%,34.196% 2.549%,27.022% 5.581%,20.471% 9.647%,14.645% 14.645%,9.647% 20.471%,5.581% 27.022%,2.549% 34.196%,0.654% 41.89%,0% 50%,0% 50%,0.654% 58.11%,2.549% 65.804%,5.581% 72.978%,9.647% 79.529%,14.645% 85.355%,20.471% 90.353%,27.022% 94.419%,34.196% 97.451%,41.89% 99.346%,50% 100%,50% 100%,58.11% 99.346%,65.804% 97.451%,72.978% 94.419%,79.529% 90.353%,85.355% 85.355%,90.353% 79.529%,94.419% 72.978%,97.451% 65.804%,99.346% 58.11%,100% 50%,100% 50%,99.924% 47.226%,99.7% 44.492%,99.331% 41.802%,98.821% 39.158%,98.175% 36.567%,97.395% 34.03%,96.487% 31.553%,95.454% 29.139%,94.299% 26.793%,93.028% 24.517% );
clip-path: polygon( 93.028% 24.517%,93.028% 24.517%,92.541% 24.713%,92.044% 24.891%,91.539% 25.049%,91.025% 25.188%,90.503% 25.306%,89.974% 25.404%,89.438% 25.481%,88.895% 25.536%,88.346% 25.57%,87.791% 25.581%,87.791% 25.581%,85.622% 25.406%,83.564% 24.9%,81.645% 24.089%,79.893% 23.001%,78.335% 21.665%,76.999% 20.107%,75.911% 18.355%,75.1% 16.436%,74.594% 14.378%,74.419% 12.209%,74.419% 12.209%,74.43% 11.654%,74.464% 11.105%,74.519% 10.562%,74.596% 10.026%,74.694% 9.497%,74.812% 8.975%,74.951% 8.461%,75.109% 7.956%,75.287% 7.459%,75.483% 6.972%,75.483% 6.972%,73.207% 5.701%,70.861% 4.546%,68.447% 3.513%,65.97% 2.605%,63.433% 1.825%,60.842% 1.179%,58.198% 0.669%,55.508% 0.3%,52.774% 0.076%,50% 0%,50% 0%,41.89% 0.654%,34.196% 2.549%,27.022% 5.581%,20.471% 9.647%,14.645% 14.645%,9.647% 20.471%,5.581% 27.022%,2.549% 34.196%,0.654% 41.89%,0% 50%,0% 50%,0.654% 58.11%,2.549% 65.804%,5.581% 72.978%,9.647% 79.529%,14.645% 85.355%,20.471% 90.353%,27.022% 94.419%,34.196% 97.451%,41.89% 99.346%,50% 100%,50% 100%,58.11% 99.346%,65.804% 97.451%,72.978% 94.419%,79.529% 90.353%,85.355% 85.355%,90.353% 79.529%,94.419% 72.978%,97.451% 65.804%,99.346% 58.11%,100% 50%,100% 50%,99.924% 47.226%,99.7% 44.492%,99.331% 41.802%,98.821% 39.158%,98.175% 36.567%,97.395% 34.03%,96.487% 31.553%,95.454% 29.139%,94.299% 26.793%,93.028% 24.517% );
}
.ui-popupcomponentsmaker__round-player-box.--stop .ui-popupcomponentmaker__round-player-btn:not(.--stop-btn) {
display: block;
}
.ui-popupcomponentsmaker__round-player-box.--stop .ui-popupcomponentmaker__round-player-btn.--stop-btn {
display: none;
}