.mobile-open-menu .block-malfunctions {
    z-index: 0;
}

.block-malfunctions {
    position: fixed;
    top: 20%;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    z-index: 999999;
    height: auto;
    margin-top: -402px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.block-malfunctions.position-side .malfunctions {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.block-malfunctions .malfunctions-trigger {
    width: 88px;
    min-height: 144px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120px 120px;
    background-color: var(--wp--preset--color--primary);
    box-sizing: border-box;
    padding: 20px;
    cursor: pointer;
    -webkit-border-top-left-radius: 16px;
    -webkit-border-bottom-left-radius: 16px;
    -moz-border-radius-topleft: 16px;
    -moz-border-radius-bottomleft: 16px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;

}

.block-malfunctions .malfunctions-trigger:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.block-malfunctions.position-side .malfunctions-box {
    width: 776px;
    overflow-y: scroll;
    min-height: 288px;
    padding: 32px;
    background: #fff;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 8px 8px 0px rgba(35, 41, 54, 0.15);
}

.block-malfunctions.position-side {
    right: -850px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.block-malfunctions.position-side.active {
    right: 0;
}


.block-malfunctions.position-side.active .malfunctions-trigger,
.block-malfunctions .malfunctions-trigger:hover {
    height: auto;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.block-malfunctions .malfunctions-trigger .text {
    transform: rotate(-90deg);
    margin: 0 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    visibility: hidden;
    top: -80px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: var(--wp--preset--color--white);
    font-size: 36px;
    width: 0;
    height: 0;
}

.block-malfunctions.position-side.active .malfunctions-trigger .text,
.block-malfunctions .malfunctions-trigger:hover .text {
    top: 0;
    width: 100%;
    height: 120px;
    margin: 20px;
    visibility: visible;

}

.block-malfunctions.position-side.active .malfunctions-trigger.icon-type-alert .text,
.block-malfunctions .malfunctions-trigger.icon-type-alert:hover .text {
    margin: 0;
    padding: 70px;
}



.block-malfunctions .malfunctions-trigger.icon-type-alert {
    background-color: var(--wp--preset--color--primary);
}

.block-malfunctions .malfunctions-trigger.icon-type-alert .icon {
    content: "";
    display: block;
    background-color: var(--wp--preset--color--white);
    -webkit-mask-image: url(../../assets/images/call.svg);
    mask-image: url(../../assets/images/call.svg);
    mask-size: cover;
    mask-repeat: no-repeat;
    width: 48px;
    height: 48px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.block-malfunctions .malfunctions-box .title-telverde {
    font-size: var(--Sizes-4, 32px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Sizes-6, 48px);
    margin-top: 32px;
    margin-bottom: 16px;
}

.block-malfunctions .malfunctions-box .telverde-numbers-list {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
    padding: 32px 0;
    border-bottom: 2px solid var(--wp--preset--color--grey);
}

.block-malfunctions .malfunctions-box .telverde-numbers-list .info,.block-malfunctions .malfunctions-box .standard-rate-numbers-list .info{
    font-size: var(--Sizes-4, 32px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--Sizes-6, 48px);
}
.block-malfunctions .malfunctions-box  .region{
    color: var(--Card-Font-color-Orange, #FF4B00);
}
.block-malfunctions .malfunctions-box  .number a{
    color: var(--Card-Font-color-Dark, #232936);

}
.block-malfunctions .malfunctions-box .standard-rate-numbers-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.block-malfunctions .malfunctions-box .description-telverde {
    color: var(--font-color-dark-75, rgba(35, 41, 54, 0.75));
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: var(--Sizes-5, 40px);
}

.block-malfunctions .malfunctions-box .title-malfunctions {
    color: rgba(13, 13, 13, 0.50);
    font-size: 48px;
    font-weight: 700;
    line-height: 144.444%;
    width: 100%;
}

.block-malfunctions .malfunctions-box .text-malfunctions {
    margin-bottom: 32px;
    color: var(--wp--preset--color--dark-blue);
    font-size: 36px;
    font-weight: 400;
    line-height: 144.444%;
}

.block-malfunctions.position-side .fullmalfunctions {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.block-malfunctions .close {
    position: absolute;
    right: 36px;
    top: 0px;
    width: 72px;
    height: 72px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    cursor: pointer;
    z-index: 999;
}

.block-malfunctions .close:before,
.block-malfunctions .close:after {
    content: '';
    position: absolute;
    width: 36px;
    height: 4px;
    background-color: #000;
    border-radius: 8px;
    top: 54px;
}

.block-malfunctions .close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 18px;
}

.block-malfunctions .close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 18px;
}

.block-malfunctions.position-bottom {
    bottom: 0;
    top: inherit;
    margin-top: 0;
    padding: 0;
    width: 100vw;
    background: #163EE3;
    max-height: 400px;
    overflow: hidden;
    padding: 20px 0;
}

.block-malfunctions.position-top {
    top: 0;
    margin-top: 0;
    padding: 0;
    width: 100vw;
    padding: 20px 0;
    max-height: 400px;
    overflow: hidden;
}

.block-malfunctions.position-alert {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-color: var(--wp--preset--color--dark-blue-third);
}

.block-malfunctions.position-alert .malfunctions {
    width: 1496px;
    position: relative;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    padding: 48px;
    box-sizing: border-box;
}

.block-malfunctions.position-alert .malfunctions .malfunctions-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.block-malfunctions.position-alert.malfunctions-type-alert .malfunctions,
.block-malfunctions.position-top.malfunctions-type-alert,
.block-malfunctions.position-bottom.malfunctions-type-alert {
    background: #FAEBE6;
    border: 2px solid var(--wp--preset--color--primary);
    box-sizing: border-box;
}

.block-malfunctions.position-alert.malfunctions-type-alert .malfunctions-trigger.malfunctions-trigger,
.block-malfunctions.position-top.malfunctions-type-alert .malfunctions-trigger.malfunctions-trigger,
.block-malfunctions.position-bottom.malfunctions-type-alert .malfunctions-trigger.malfunctions-trigger {
    background: transparent;
}

.block-malfunctions.position-alert.malfunctions-type-alert .malfunctions-trigger.malfunctions-trigger:hover .text,
.block-malfunctions.position-top.malfunctions-type-alert .malfunctions-trigger.malfunctions-trigger:hover .text,
.block-malfunctions.position-bottom.malfunctions-type-alert .malfunctions-trigger.malfunctions-trigger:hover .text {
    display: none;
}

.block-malfunctions.position-top .malfunctions,
.block-malfunctions.position-bottom .malfunctions {
    margin: 0 auto;
    width: calc(var(--wp--style--global--content-size) * 2);
}

.block-malfunctions.position-alert .malfunctions-trigger .text,
.block-malfunctions.position-top .malfunctions-trigger .text,
.block-malfunctions.position-bottom .malfunctions-trigger .text {
    display: none;
}

.block-malfunctions.position-top .malfunctions-trigger.icon-type-alert .icon,
.block-malfunctions.position-bottom .malfunctions-trigger.icon-type-alert .icon {
    min-width: 96px;

    height: 96px;
    background-color: var(--wp--preset--color--dark-blue);
}

.block-malfunctions.position-alert .malfunctions-trigger {
    position: absolute;
    left: 48px;
    top: 48px;
    padding: 0;
    height: auto;
    width: auto;
}

.block-malfunctions.position-alert .malfunctions-trigger.icon-type-alert .icon {
    width: 64px;
    height: 64px;
    background-color: var(--wp--preset--color--dark-blue);
}

.block-malfunctions.position-alert .malfunctions-box .title-malfunctions {
    padding: 0 80px;
    box-sizing: border-box;
    border: none;
    color: var(--wp--preset--color--dark-blue);
    font-size: 48px;
}

.block-malfunctions.position-top .malfunctions-trigger.icon-type-alert .icon,
.block-malfunctions.position-bottom .malfunctions-trigger.icon-type-alert .icon {
    background-color: var(--wp--preset--color--primary);
}

.block-malfunctions.position-top .malfunctions-trigger,
.block-malfunctions.position-bottom .malfunctions-trigger {
    min-width: 96px;
}

.block-malfunctions.position-top .fullmalfunctions,
.block-malfunctions.position-bottom .fullmalfunctions {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.block-malfunctions.position-top .title-malfunctions,
.block-malfunctions.position-bottom .title-malfunctions {
    color: var(--wp--preset--color--dark-blue);
    margin: 0 48px;
    border: none;
}

.block-malfunctions.position-top .malfunctions-box,
.block-malfunctions.position-bottom .malfunctions-box {
    padding: 48px 0;
    display: flex;
    align-items: center;
}

.block-malfunctions.position-top .malfunctions-box .global-button.global-button-white,
.block-malfunctions.position-bottom .malfunctions-box .global-button.global-button-white {
    box-sizing: border-box;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border: 2px solid var(--wp--preset--color--dark-blue);
    color: var(--wp--preset--color--dark-blue);
    z-index: 1;
    min-width: 340px
}


.block-malfunctions.position-top .malfunctions-box .global-button.global-button-white:hover,
.block-malfunctions.position-bottom .malfunctions-box .global-button.global-button-white:hover {
    color: var(--wp--preset--color--background);
}

.block-malfunctions.position-top .malfunctions-box .global-button.global-button-white:after,
.block-malfunctions.position-bottom .malfunctions-box .global-button.global-button-white:after {
    display: none;
}

.block-malfunctions.position-top .malfunctions-box .global-button.global-button-white:before,
.block-malfunctions.position-bottom .malfunctions-box .global-button.global-button-white:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: var(--wp--preset--color--dark-blue);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: -1;
}

.block-malfunctions.position-top .malfunctions-box .global-button.global-button-white:hover:before,
.block-malfunctions.position-bottom .malfunctions-box .global-button.global-button-white:hover:before {
    width: 100%;
}

.block-malfunctions.position-top .malfunctions-box .text-malfunctions,
.block-malfunctions.position-bottom .malfunctions-box .text-malfunctions {
    color: var(--wp--preset--color--dark-blue);
    margin: 0 48px;
}

.block-malfunctions.position-top .close:before,
.block-malfunctions.position-top .close:after,
.block-malfunctions.position-bottom .close:before,
.block-malfunctions.position-bottom .close:after {
    background-color: var(--wp--preset--color--dark-blue);
}

.block-malfunctions.position-bottom.hide {
    margin-bottom: -400px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.block-malfunctions.position-top.hide {
    margin-top: -400px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.block-malfunctions.position-alert.hide {
    opacity: 0;
    margin-top: -100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


.block-malfunctions.position-side.malfunctions-type-alert .malfunctions-box .title-malfunctions {
    color: var(--wp--preset--color--primary);
}

.block-malfunctions.position-side.malfunctions-type-alert .close::before,
.block-malfunctions.position-side.malfunctions-type-alert .close::after {
    background-color: var(--wp--preset--color--primary);
}

@media only screen and (max-width: 3000px) {
    .block-malfunctions .malfunctions-trigger {
        width: 44px;
        min-height: 72px;
        padding: 10px;
    }

    .block-malfunctions.position-top .malfunctions-trigger,
    .block-malfunctions.position-bottom .malfunctions-trigger {
        min-width: 48px;
    }

    .block-malfunctions .malfunctions-trigger .text {
        top: -40px;
        width: 0px;
        height: 0px;
        margin: 0px 10px;
        font-size: 18px;
    }

    .block-malfunctions.position-side.active .malfunctions-trigger .text,
    .block-malfunctions .malfunctions-trigger:hover .text {
        height: 66px;
    }

    .block-malfunctions.position-side.active .malfunctions-trigger.icon-type-alert .text,
    .block-malfunctions .malfunctions-trigger.icon-type-alert:hover .text {
        margin: 0;
        padding: 35px;
    }

    .block-malfunctions.position-side .malfunctions-box {
        width: 328px;
        min-height: 144px;
        padding: 16px;
        box-shadow: 0px 4x 4px 0px rgba(35, 41, 54, 0.15);
    }

    .block-malfunctions .malfunctions-box .telverde-numbers-list .info,.block-malfunctions .malfunctions-box .standard-rate-numbers-list .info {
        font-size: var(--Sizes-4, 16px);
        font-style: normal;
        font-weight: 500;
        line-height: var(--Sizes-6, 24px);
    }

    .block-malfunctions.position-side {
        right: -360px;
    }

    .block-malfunctions .malfunctions-box .title-telverde {
        font-size: var(--Sizes-4, 16px);
        font-style: normal;
        font-weight: 400;
        line-height: var(--Sizes-6, 24px);
        margin-top: 16px;
        margin-bottom: 8px;
    }

    .block-malfunctions .malfunctions-box .telverde-numbers-list {
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
        padding: 16px 0;
        border-bottom: 1px solid var(--wp--preset--color--grey);
    }

    .block-malfunctions .malfunctions-box .standard-rate-numbers-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .block-malfunctions .malfunctions-box .description-telverde {
        color: var(--font-color-dark-75, rgba(35, 41, 54, 0.75));
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: var(--Sizes-5, 20px);
    }

    .block-malfunctions .malfunctions-box .title-malfunctions {
        font-size: 24px;

    }

    .block-malfunctions.position-top .title-malfunctions,
    .block-malfunctions.position-bottom .title-malfunctions {
        margin: 0 24px;
        border: none;
    }

    .block-malfunctions .malfunctions-trigger.icon-type-alert .icon {
        width: 24px;
        height: 24px;
    }

    .block-malfunctions.position-top .malfunctions-trigger.icon-type-alert .icon,
    .block-malfunctions.position-bottom .malfunctions-trigger.icon-type-alert .icon {
        min-width: 48px;
        height: 48px;
    }

    .block-malfunctions.position-top .malfunctions-box .global-button.global-button-white,
    .block-malfunctions.position-bottom .malfunctions-box .global-button.global-button-white {
        border: 1px solid var(--wp--preset--color--dark-blue);
        min-width: 170px
    }

    .block-malfunctions .malfunctions-box .text-malfunctions {
        margin-bottom: 16px;
        font-size: 18px;
    }

    .block-malfunctions.position-side .global-button .arrow {
        width: 8px;
        height: 8px;
        border-top: 2px solid #000;
        border-left: 2px solid #000;
        margin-left: 15px;
    }

    .block-malfunctions.position-side .global-button .arrow::after {
        width: 2px;
        height: 16px;
        transform: rotate(-45deg) translate(5px, 2px);
    }

    .block-malfunctions.position-side .global-button:hover .arrow {
        border-top: 2px solid var(--wp--preset--color--primary);
        border-left: 2px solid var(--wp--preset--color--primary);
        margin-left: 20px;
    }

    .block-malfunctions .close {
        right: 18px;
        width: 36px;
        height: 36px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        z-index: 999;
    }

    .block-malfunctions .close:before,
    .block-malfunctions .close:after {
        width: 18px;
        height: 2px;
        border-radius: 4px;
        top: 27px;
    }

    .block-malfunctions .close:before {
        left: 9px;
    }

    .block-malfunctions .close:after {
        right: 9px;
    }

    .block-malfunctions.position-bottom {
        width: 100vw;
        max-height: 200px;
    }

    .block-malfunctions.position-top {
        width: 100vw;
        max-height: 200px;
    }

    .block-malfunctions.position-top .malfunctions,
    .block-malfunctions.position-bottom .malfunctions {
        width: var(--wp--style--global--content-size);
    }

    .block-malfunctions.position-top .malfunctions-box,
    .block-malfunctions.position-bottom .malfunctions-box {
        padding: 24px 0;
    }

    .block-malfunctions.position-top .malfunctions-box .text-malfunctions,
    .block-malfunctions.position-bottom .malfunctions-box .text-malfunctions {
        margin: 0 24px;
    }

    .block-malfunctions.position-bottom.hide {
        margin-bottom: -200px;
    }

    .block-malfunctions.position-top.hide {
        margin-top: -200px;
    }

    .block-malfunctions.position-alert .malfunctions {
        width: 748px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        padding: 24px;
    }

    .block-malfunctions.position-alert .malfunctions-trigger {
        left: 24px;
        top: 24px;
    }

    .block-malfunctions.position-alert .malfunctions-trigger.icon-type-alert .icon {
        width: 32px;
        height: 32px;
    }

    .block-malfunctions.position-alert .malfunctions-box .title-malfunctions {
        padding: 0 40px;
        font-size: 24px;
    }
}

@media only screen and (max-width:1500px) {

    .block-malfunctions.position-top .fullmalfunctions,
    .block-malfunctions.position-bottom .fullmalfunctions {
        padding: 0 5vw;
    }
}

@media only screen and (max-width:1200px) {}

@media only screen and (max-width:800px) {
    .block-malfunctions{
        top: 10%;
    }
    .block-malfunctions.position-bottom,
    .block-malfunctions.position-top {
        width: 100vw;
        max-height: inherit;
        height: auto;
    }

    .block-malfunctions.position-top .title-malfunctions,
    .block-malfunctions.position-bottom .title-malfunctions {
        margin: 0;
    }

    .block-malfunctions.position-top .malfunctions,
    .block-malfunctions.position-bottom .malfunctions {
        padding: 0 24px;
    }

    .block-malfunctions.position-top .fullmalfunctions,
    .block-malfunctions.position-bottom .fullmalfunctions {
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 0;
    }

    .block-malfunctions.position-top .malfunctions-box,
    .block-malfunctions.position-bottom .malfunctions-box {
        flex: 0 0 100%;
        padding: 20px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .block-malfunctions.position-side {
        right: calc(-100vw + 95px);
    }

    .block-malfunctions.position-side .malfunctions-box {
        width: calc(100vw - 130px);
    }

    .block-malfunctions.position-top .malfunctions-box .text-malfunctions,
    .block-malfunctions.position-bottom .malfunctions-box .text-malfunctions {
        margin: 0 0 20px;
    }

    .block-malfunctions.position-top.hide {
        margin-top: -50vh;
    }

    .block-malfunctions.position-bottom.hide {
        margin-bottom: -80vh;
    }

    .block-malfunctions.position-alert .malfunctions {
        width: 90%;
    }
}

@media only screen and (max-width:400px) {
    .block-malfunctions.position-side.malfunctions-type-alert .malfunctions-box .title-malfunctions{
        width: 80%;
    }
    .block-malfunctions.position-side .malfunctions-box{
        height: 70vh;
        overflow-y: scroll;
    }
}

