/* Tab Switcher Styles */

.tab-switcher-container {
    padding-top:3rem
}

.tab-switcher {
    display: flex;
    gap: 0;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: fit-content;
    margin: 0 auto;
    background: #fff;
    border-radius: 50px;
    padding: 8px;

}



.tab-button {
    padding: 12px 28px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    border-radius: 40px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    white-space: nowrap;
    outline: none;
}

.tab-button:hover {
    color: #333;
    background: rgba(0, 0, 0, 0.03);
}

@keyframes tab-bg-slide {
    0% {
        background: rgba(0, 0, 0, 0);
    }
    100% {
        background: var(--color-primary);
    }
}

.tab-button.active {
    color: #fff;

    animation: tab-bg-slide 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}


@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* Tab content: use opacity + max-height transitions for smooth animation */
.tab-content {
    display: block; /* keep in flow so transitions work */
    opacity: 0;
    max-height: 0;
    overflow: visible;
    transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab-content.active {
    opacity: 1;
    max-height: 2400px; /* large enough to show content; will animate to natural height */
}
/* Tab Switcher Styles */

/*RAHMAT POS Main styles*/
/* theme-rhmtkassa */
.theme-rhmtkassa .primary-button{
    padding: 8px 16px;
}
.theme-rhmtkassa .primary-button::before{
    content: unset;
}
.theme-rhmtkassa.special .header-desktop-bot .header__buttons .primary-button:first-child,
.theme-rhmtkassa.special .one-screen__buttons .primary-button:nth-child(2) {
    border:none;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.theme-rhmtkassa.special .header-desktop-bot .header__buttons .primary-button:first-child:hover,
.theme-rhmtkassa.special .one-screen__buttons .primary-button:nth-child(2):hover{
    color: var(--color-primary);
    background-color: #fff;
}
.theme-rhmtkassa .header__logo--img {
    max-width: 186px;
}

.theme-rhmtkassa .form-block,
.theme-rhmtkassa .form-steps,
.theme-rhmtkassa .text-w-img-block,
.theme-rhmtkassa .text-with-slider,
.theme-rhmtkassa .info_inGrid .services__item,
.theme-rhmtkassa .mk-grid__item.row:nth-child(2n + 1),
.theme-rhmtkassa .mk-grid__item.row:nth-child(2n + 2),
.theme-rhmtkassa .advantages__item:nth-child(1),
.theme-rhmtkassa .advantages__item:nth-child(2),
.theme-rhmtkassa .advantages__item:nth-child(3),
.theme-rhmtkassa .advantages__item:nth-child(4),
.theme-rhmtkassa .advantages__item:nth-child(5),
.theme-rhmtkassa .our_project-container {
    background-image: none;
    --bg-image: none
}
/*.theme-rhmtkassa .header-desktop-bot__inner{
    justify-content: space-between;
}
.theme-rhmtkassa .flexible-menu {
    flex: none;
}*/
.theme-rhmtkassa .tabs-content,
.theme-rhmtkassa .accordion-item{
    border-radius: 12px;
}
.theme-rhmt .accordion-icon,
.theme-rhmtkassa .accordion-icon {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M12%204V20M20%2012H4%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.theme-rhmtkassa .accordion-item.active .accordion-icon {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%222%22%20viewBox%3D%220%200%2018%202%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M17%201L0.999999%201%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") 50% 50% / auto no-repeat;;
}
.theme-rhmtkassa .grid-with-img-slider .gwis-item .gwis-item__icon {
    background: var(--color-primary-accent-2);
}

.theme-rhmtkassa .info-items-w-i__item_header{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 3rem;
    border-radius: 1rem 1rem 0 0;
    text-align: center;
    padding-top: 0.5rem;
    background: var(--color-secondary);
    color: #ffffff;
    font-size: 24px;
}
.theme-rhmtkassa .mk-grid__item--icon.bg{
    background: var(--color-primary-accent-2);
}
.theme-rhmtkassa .advantages__item--icon{
    background: var(--color-primary-accent-2);
}
.theme-rhmtkassa .link-with-arrow:hover,
.theme-rhmtkassa .menu-dropdown li a:hover{
    color: var(--color-secondary);
}
.theme-rhmtkassa .link-with-arrow::after,
.theme-rhmtkassa .menu-dropdown .main-link::after{
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%228%22%20viewBox%3D%220%200%2016%208%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M15.3536%204.35355C15.5488%204.15829%2015.5488%203.84171%2015.3536%203.64645L12.1716%200.464466C11.9763%200.269204%2011.6597%200.269204%2011.4645%200.464466C11.2692%200.659728%2011.2692%200.976311%2011.4645%201.17157L14.2929%204L11.4645%206.82843C11.2692%207.02369%2011.2692%207.34027%2011.4645%207.53553C11.6597%207.7308%2011.9763%207.7308%2012.1716%207.53553L15.3536%204.35355ZM0%204.5H15V3.5H0V4.5Z%22%20fill%3D%22%23F05039%22%2F%3E%3C%2Fsvg%3E") 50% 50% / contain no-repeat;
}
.theme-rhmtkassa .main-link.icon::after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%228px%22%20height%3D%228px%22%20viewBox%3D%220%200%208%208%22%20version%3D%221.1%22%3E%0A%3Cg%20id%3D%22surface1%22%3E%0A%3Cpath%20style%3D%22%20stroke%3Anone%3Bfill-rule%3Anonzero%3Bfill%3Argb(0%25%2C0%25%2C0%25)%3Bfill-opacity%3A1%3B%22%20d%3D%22M%200.046875%202.726562%20L%203.882812%206.5625%20C%203.945312%206.625%204.054688%206.625%204.113281%206.5625%20L%207.953125%202.726562%20C%207.984375%202.695312%208%202.65625%208%202.613281%20C%208%202.570312%207.984375%202.527344%207.953125%202.496094%20L%206.894531%201.4375%20C%206.863281%201.40625%206.820312%201.390625%206.777344%201.390625%20C%206.738281%201.390625%206.695312%201.40625%206.664062%201.4375%20L%204%204.101562%20L%201.335938%201.4375%20C%201.277344%201.375%201.167969%201.375%201.105469%201.4375%20L%200.046875%202.496094%20C%20-0.015625%202.558594%20-0.015625%202.664062%200.046875%202.726562%20Z%20M%200.046875%202.726562%20%22%2F%3E%0A%3C%2Fg%3E%0A%3Cscript%20xmlns%3D%22%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    top: 53%;
    width: 10px;
    height: 10px;
    right: 5px;
}

/*.theme-rhmtkassa .main-link.icon:not(.header__menu--more-button.main-link.icon):hover::after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%228px%22%20height%3D%228px%22%20viewBox%3D%220%200%208%208%22%20version%3D%221.1%22%3E%0A%3Cg%20id%3D%22surface1%22%3E%0A%3Cpath%20style%3D%22%20stroke%3Anone%3Bfill-rule%3Anonzero%3Bfill%3A%23fff%3Bfill-opacity%3A1%3B%22%20d%3D%22M%200.046875%202.726562%20L%203.882812%206.5625%20C%203.945312%206.625%204.054688%206.625%204.113281%206.5625%20L%207.953125%202.726562%20C%207.984375%202.695312%208%202.65625%208%202.613281%20C%208%202.570312%207.984375%202.527344%207.953125%202.496094%20L%206.894531%201.4375%20C%206.863281%201.40625%206.820312%201.390625%206.777344%201.390625%20C%206.738281%201.390625%206.695312%201.40625%206.664062%201.4375%20L%204%204.101562%20L%201.335938%201.4375%20C%201.277344%201.375%201.167969%201.375%201.105469%201.4375%20L%200.046875%202.496094%20C%20-0.015625%202.558594%20-0.015625%202.664062%200.046875%202.726562%20Z%20M%200.046875%202.726562%20%22%2F%3E%0A%3C%2Fg%3E%0A%3Cscript%20xmlns%3D%22%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    transform: rotateX(180deg);
}*/
.theme-rhmtkassa .main-link.icon:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%228px%22%20height%3D%228px%22%20viewBox%3D%220%200%208%208%22%20version%3D%221.1%22%3E%0A%3Cg%20id%3D%22surface1%22%3E%0A%3Cpath%20style%3D%22%20stroke%3Anone%3Bfill-rule%3Anonzero%3Bfill%3A%23fff%3Bfill-opacity%3A1%3B%22%20d%3D%22M%200.046875%202.726562%20L%203.882812%206.5625%20C%203.945312%206.625%204.054688%206.625%204.113281%206.5625%20L%207.953125%202.726562%20C%207.984375%202.695312%208%202.65625%208%202.613281%20C%208%202.570312%207.984375%202.527344%207.953125%202.496094%20L%206.894531%201.4375%20C%206.863281%201.40625%206.820312%201.390625%206.777344%201.390625%20C%206.738281%201.390625%206.695312%201.40625%206.664062%201.4375%20L%204%204.101562%20L%201.335938%201.4375%20C%201.277344%201.375%201.167969%201.375%201.105469%201.4375%20L%200.046875%202.496094%20C%20-0.015625%202.558594%20-0.015625%202.664062%200.046875%202.726562%20Z%20M%200.046875%202.726562%20%22%2F%3E%0A%3C%2Fg%3E%0A%3Cscript%20xmlns%3D%22%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    transform: rotateX(180deg);
}
.theme-rhmtkassa .main-section__header{
    align-items: center;
}
.theme-rhmtkassa #advantages .advantages__item{
    align-items: start;
    flex-direction: column;
    gap:5rem;
}
.theme-rhmtkassa #advantages .advantages__item .advantages__item--title{
    font-weight: 400;
}
.theme-rhmtkassa .mk-grid__item--desc,
.theme-rhmtkassa .square-iteration__item--desc,
.theme-rhmtkassa .promo__desc,
.theme-rhmtkassa .main-section__desc
{
    color: #8E8E93;
}

.theme-rhmtkassa .square-iteration__item--image{
    max-width: 100%;
}
.theme-rhmtkassa #promo-agregator .promo__text-wr{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 4rem;
}
.theme-rhmtkassa .tabs.v2 .tabs__button{
    border: none;
    background:var(--color-secondary-2);
    font-weight: 400;
}
.theme-rhmtkassa .scrollable-slider__item{
    background: none;
}
.theme-rhmtkassa .tabs__tab.tabs__tab--selected .tabs__button {
    color: var(--color-white);
    background: var(--color-primary);
}
.theme-rhmtkassa .our-socials-multikassa{
    background: #fff;
}
.theme-rhmtkassa .b24-form-btn{
    background-color:var(--color-secondary);
}
.theme-rhmtkassa .footer {
    background: var(--color-primary-accent);
}
.theme-rhmtkassa .footer__menu--a,
.theme-rhmtkassa .footer__bottom--text,
.theme-rhmtkassa .footer__menu--item--contact,
.theme-rhmtkassa .back-to-top__text
{
    color: #0a0a0a;
}
.theme-rhmtkassa .footer__menu--item--contact:hover{
    color: var(--color-secondary);
}
.theme-rhmtkassa .footer__menu--a:hover  {
    color: var(--color-primary);
}
.theme-rhmtkassa .footer__menu--item--title{
    color: var(--color-primary);
}

.theme-rhmtkassa.special .main-link:not(.multibank_main_top .header__menu--a){
    color: #fff;
}
@media (max-width: 962px ) {
    .theme-rhmtkassa.special .burger-menu__ul .header__menu--li .main-link:not(.multibank_main_top .header__menu--a){
        color: #000;
    }
    .header__menu--li:first-child a {
        color: #000 !important;
    }

}
.theme-rhmtkassa.special .main-link:not(.onActive,.active):hover
{
    color: var(--color-secondary);
}

.theme-rhmtkassa.special .menu-dropdown .header-directions-menu__button.main-link{
    color: #000;
}
.theme-rhmtkassa.special .menu-dropdown .header__menu--li:hover .main-link {
    color: var(--color-secondary);
}
.theme-rhmtkassa.special .header__menu--more-ul.menu-dropdown:hover
.theme-rhmtkassa.special .header__menu--more-button.header__menu--a.main-link{
    color: var(--color-secondary);
}
.theme-rhmtkassa.special  .main-link.icon::after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%228px%22%20height%3D%228px%22%20viewBox%3D%220%200%208%208%22%20version%3D%221.1%22%3E%0A%3Cg%20id%3D%22surface1%22%3E%0A%3Cpath%20style%3D%22%20stroke%3Anone%3Bfill-rule%3Anonzero%3Bfill%3A%23fff%3Bfill-opacity%3A1%3B%22%20d%3D%22M%200.046875%202.726562%20L%203.882812%206.5625%20C%203.945312%206.625%204.054688%206.625%204.113281%206.5625%20L%207.953125%202.726562%20C%207.984375%202.695312%208%202.65625%208%202.613281%20C%208%202.570312%207.984375%202.527344%207.953125%202.496094%20L%206.894531%201.4375%20C%206.863281%201.40625%206.820312%201.390625%206.777344%201.390625%20C%206.738281%201.390625%206.695312%201.40625%206.664062%201.4375%20L%204%204.101562%20L%201.335938%201.4375%20C%201.277344%201.375%201.167969%201.375%201.105469%201.4375%20L%200.046875%202.496094%20C%20-0.015625%202.558594%20-0.015625%202.664062%200.046875%202.726562%20Z%20M%200.046875%202.726562%20%22%2F%3E%0A%3C%2Fg%3E%0A%3Cscript%20xmlns%3D%22%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
}
.theme-rhmtkassa.special .more-menu-button:hover .main-link.icon::after {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%228px%22%20height%3D%228px%22%20viewBox%3D%220%200%208%208%22%20version%3D%221.1%22%3E%0A%3Cg%20id%3D%22surface1%22%3E%0A%3Cpath%20style%3D%22%20stroke%3Anone%3Bfill-rule%3Anonzero%3Bfill%3A%23fff%3Bfill-opacity%3A1%3B%22%20d%3D%22M%200.046875%202.726562%20L%203.882812%206.5625%20C%203.945312%206.625%204.054688%206.625%204.113281%206.5625%20L%207.953125%202.726562%20C%207.984375%202.695312%208%202.65625%208%202.613281%20C%208%202.570312%207.984375%202.527344%207.953125%202.496094%20L%206.894531%201.4375%20C%206.863281%201.40625%206.820312%201.390625%206.777344%201.390625%20C%206.738281%201.390625%206.695312%201.40625%206.664062%201.4375%20L%204%204.101562%20L%201.335938%201.4375%20C%201.277344%201.375%201.167969%201.375%201.105469%201.4375%20L%200.046875%202.496094%20C%20-0.015625%202.558594%20-0.015625%202.664062%200.046875%202.726562%20Z%20M%200.046875%202.726562%20%22%2F%3E%0A%3C%2Fg%3E%0A%3Cscript%20xmlns%3D%22%22%2F%3E%3C%2Fsvg%3E");
    transform: rotateX(180deg);
}
.theme-rhmtkassa #rhmt-kassa-possibilities .f-grid__item,
.theme-rhmtkassa #rhmt-kassa-possibilities .f-grid__column .f-grid__item:nth-child(2n + 1) ,
.theme-rhmtkassa #rhmt-kassa-possibilities .f-grid__column .f-grid__item:nth-child(2n + 2),
.theme-rhmtkassa #rhmt-kassa-possibilities .f-grid__bottom .f-grid__item:nth-child(2n + 1),
.theme-rhmtkassa #rhmt-kassa-possibilities .f-grid__bottom .f-grid__item:nth-child(2n + 2)
{
    background: none;
    background-image: none;
    background-color: var(--color-self-secondary);
}
#rhmt-kassa-possibilities .f-grid__column .f-grid__item--info {
    gap: 4.25rem;
}
#rhmt-kassa-possibilities .f-grid__column .f-grid__item:nth-child(2n + 1) .f-grid__item--title,
#rhmt-kassa-possibilities .f-grid__column .f-grid__item:nth-child(2n + 2) .f-grid__item--title{
    display: flex;
    justify-content: space-between;
}
#rhmt-kassa-possibilities .f-grid__item--title{
    color: #000;
}
#rhmt-smrt-kassa-advantages .reverse-card__desc,
#rhmt-kassa-possibilities .f-grid__item--desc{
    color: #8E8E93;
}
#rahmat-kassa-service-support .form-steps{
    background:var(--color-primary-accent)
}
#rahmat-kassa-service-support .form-steps__right{
    padding: 0;
    background:none
}
#rahmat-kassa-service-support .form-steps__left{
    flex-direction: column;
    display: flex;
    align-items: start;
    color: #8E8E93;
}

#rahmat-kassa-service-support .form-steps__left h2{
    color:#000
}
#rahmat-kassa-service-support .form-steps__left p{
    color: #8E8E93;
}
.theme-rhmtkassa .f-grid__column .f-grid__item .f-grid__item--desc{
    visibility: visible;
    opacity: 1;
}
.theme-rhmtkassa .contact-mini-title:hover{
    color:var(--color-primary)
}
.theme-rhmtkassa .f-grid__item--icon{
    background: none;
}
#one-screen-rahmat-kassa .one-screen__image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right,
    rgba(0,0,0,0.4) 0%,
    rgba(0,0,0,0.4) 20%,
    rgba(0,0,0,0) 80%
    );
}
.theme-rhmtkassa .square-iteration__item--icon{
    background: #fff;
}
.theme-rhmtkassa .square-iteration__item--bottom .service-desc,
.theme-rhmtkassa .square-iteration__item--bottom .tarif-text{
    color: #8E8E93;
}
.theme-rhmtkassa .square-iteration__item--bottom ul li::marker{
    color:var(--color-secondary);
}
#one-screen-rahmat-kassa .one-screen__buttons{
    display: flex;
    gap: 1rem;
}
#rhmt-three-certificates .square-cards__block {
    display: flex;
    justify-content: space-between;
}
#rhmt-three-certificates .square-cards__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}
#rhmt-three-certificates  .square-cards__block .square-cards__item .square-cards__item_img {
    background-color: var(--color-primary-accent);
    border-radius: 25px;
    overflow: hidden;
    max-width: 360px;
    max-height: 344px;
}
#rhmt-three-certificates .square-cards__block .square-cards__item .square-cards__item_img img{
    transition: var(--global-transition);
}
#rhmt-three-certificates .square-cards__block .square-cards__item:hover .square-cards__item_img img{
    transform: scale(1.05);
}
#rhmt-three-certificates .square-cards__item_desc{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    max-width: 319px;
}
#rahmatkassa-reg .reg-info__step{
    position: relative;
}
#rahmatkassa-reg  .reg-info__steps{
    position: relative;
}
#rahmatkassa-reg .step-block-info__space {
    height: 10.5rem;
    position: absolute;
    transform: rotate(270deg);
    left: 100px;
    bottom: 35px;
    margin: 0;
}
#rahmatkassa-reg .reg-info__step--title{
    font-size: 20px;
    font-weight: normal;
    max-width: min-content;
}
#rahmatkassa-reg .reg-info__steps .reg-info__step:not(:first-child) .reg-info__step--title  {
    opacity: 0.7;
}
#rahmatkassa-reg .reg-info{
    gap:8rem;
    background: url('/images/humokassa/bg/Payment Device Ellipses Container.png') 0 0 / auto no-repeat var(--color-primary);
}
#rahmatkassa-reg .reg-info.virtual_kassa{
    background-image: none;
    position: relative;
    overflow: hidden;
}
#rahmatkassa-reg .reg-info .primary-button.application{
    color:var(--color-primary)
}
#rahmatkassa-reg .reg-info .primary-button.application:hover{
    color: #fff;
    border: 1px solid #fff;
}
#rahmatkassa-reg .reg-info .payment_terminal_appl{
    border: 1px solid #000;
}
#rahmatkassa-reg .reg-info .payment_terminal_appl:hover{
    border: 1px solid #fff;
    background: #16171F;
    color:#fff;
}
#rahmatkassa-reg .reg-info.virtual_kassa  .reg-info__img {
    min-height: 543px;
}
#rahmatkassa-reg .reg-info__step {
    align-items: start;
    text-align: start;
}


#rhmt-wide-banner .wide_banner_block {
    padding: 60px 40px;
    background-image: url('/images/humokassa/bg/tariffs_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 351px;
    border-radius: var(--medium-border-radius);
}

#rhmt-wide-banner .wide_banner_block_main_title {
    color: #F7482F;
    font-size: 40px;
    font-weight: bolder;
}

#rhmt-wide-banner .wide_banner_block_desc,
#rhmt-wide-banner .wide_banner_block_desc p {
    color: #fff;
}

#rhmt-tariffs-three-blocks .square-iteration__item {
    background-color: #fff;
}
/* Place a tick icon to the left of the desc text */
#rhmt-tariffs-three-blocks .square-iteration__item .square-iteration__item--desc,
.square-iteration__item--desc {
    position: relative;
    padding-left: 20px;
}

#rhmt-tariffs-three-blocks .square-iteration__item .square-iteration__item--desc::before,
.square-iteration__item--desc::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%226%22%20viewBox%3D%220%200%208%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1%203L2.99765%205L7%201%22%20stroke%3D%22%23F7482F%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.95;
}

#rhmt-tariffs-info-block .info_wide_block {
    border-radius: var(--medium-border-radius);
    background-image: url('/images/humokassa/service/Group 2072751735.png');
    background-repeat: no-repeat;
    background-color: #fff;
    background-position-x: 775px;
    background-position-y: 12px;
    background-size: 560px;
    padding: 40px;
}

#rhmt-tariffs-info-block .info_wide_block_main_title {
    font-size: 32px;
    font-weight: bold;
}

#rhmt-tariffs-info-block .info_wide_block_desc {
    display: flex;
    gap: 70px;
}

#rhmt-tariffs-info-block ul {
    flex: 0 0 33%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 18px;
}

#rhmt-tariffs-info-block ul:empty {
    display: none;
}

#rhmt-tariffs-info-block ul li  {
    display: list-item;
    position: relative;
    color: #8E8E93;
}
#rhmt-tariffs-info-block ul li .service-desc{
    max-width: 249px;
    display: block;
}
#rhmt-tariffs-info-block ul li .service-value{
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}
#rhmt-tariffs-three-blocks .square-iteration__item--title{
    font-size: 31px;
}
#rhmt-tariffs-three-blocks .square-iteration__item--desc{
    position: relative;
    padding-left: 18px;
}

#rhmt-tariffs-three-blocks .square-iteration__item--subtitle{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}
#rhmt-tariffs-three-blocks .square-iteration__item--subtitle .real_price{
    color:#F7482F ;
}
#rhmt-tariffs-three-blocks .square-iteration__item--subtitle .old_price{
    text-decoration:line-through ;
}
#rhmt-tariffs-three-blocks  .square-iteration__item .primary-button.shaded{
    padding: 1rem 0;
    text-align: center;
    font-size: 1rem;
}
@keyframes blink-shadow {
    0%, 100% {
        box-shadow: 0 0 16px rgba(29, 201, 75, 0.4), 0 0 24px rgba(29, 201, 75, 0.2);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 32px rgba(29, 201, 75, 0.7), 0 0 40px rgba(29, 201, 75, 0.4);
        transform: scale(1.015);
    }
}

#rhmt-tariffs-three-blocks .square-iteration__item .price_profitable{
    position: absolute;
    color: #fff;
    font-size: 16px;
    background: #1DC94B;
    padding: 16px;
    z-index: 1;
    border-radius: 7px;
    top: -27px;
    left: -17px;
    animation: blink-shadow 1.5s ease-in-out infinite;
}
#rhmt-tariffs-three-blocks .smart_kassa .square-iteration__item:nth-child(1){
    outline: 2px solid var(--color-primary);
}
#rhmt-tariffs-three-blocks .payment_terminal .square-iteration__item:nth-child(2){
    outline: 2px solid var(--color-primary);
}
#rhmt-tariffs-three-blocks .virtual_kassa .square-iteration__item:nth-child(3){
    outline: 2px solid var(--color-primary);
}
#rhmt-tariffs-three-blocks .payment_terminal .square-iteration__item:nth-child(odd),
#rhmt-tariffs-three-blocks .virtual_kassa .square-iteration__item:nth-child(-n+2),
#rhmt-tariffs-three-blocks .smart_kassa .square-iteration__item:nth-child(2),
#rhmt-tariffs-three-blocks .smart_kassa .square-iteration__item:nth-child(3)
{
    background-color: rgba(255, 255, 255, 0.5);
}
#rhmt-tariffs-three-blocks .payment_terminal .price_profitable,
#rhmt-tariffs-three-blocks .virtual_kassa .price_profitable{
    display: none;
}
.theme-rhmtkassa .footer__bottom a{
text-decoration: underline;
}
@media (max-width: 440px) {
    .service-value {
        position: relative !important;
        float: right;

    }
}
@media (max-width: 768px) {
    .tab-switcher {
        padding: 6px;
        gap: 4px;
    }

    .tab-button {
        padding: 10px 20px;
        font-size: 13px;
    }

    #rahmatkassa-reg .step-block-info__space {
        height: 4.5rem;
        position: absolute;
        transform: unset;
        left: 32px;
        bottom: -36px;
        margin: 0;
    }

    #rhmt-wide-banner .wide_banner_block {
        padding: 40px 40px;
    }
}
@media (max-width: 1200px) {
    #rhmt-tariffs-info-block .info_wide_block{
        background-position-x: 625px;
    }
    #rhmt-tariffs-three-blocks .square-iteration__item--title {
        font-size: 24px;
    }
}
@media (max-width: 1000px) {
    #rhmt-tariffs-info-block .info_wide_block_desc{
        display: block;
    }
    #rhmt-tariffs-info-block .info_wide_block{
        background-image: none;
    }
    #rhmt-tariffs-three-blocks .square-iteration__item{
        padding: 1rem;
    }
    #rhmt-tariffs-three-blocks .square-iteration__item .primary-button.shaded{
        padding: 0.5rem 0;
    }
    #rhmt-tariffs-three-blocks .square-iteration__item .price_profitable {
        left: -11px;
        font-size: 14px;
        padding: 10px;
    }
}
.square-iteration__item  iframe {
    width: -webkit-fill-available;

}
/*RAHMAT POS*/