.ever-popup-build {
    position: fixed;
    opacity: 0;
    z-index: -1;
    top: 0;
    left: -9999px;
}

.ever-popup__body.ever-mobile {
    display: none
}

.ever-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 111;
    display: none;
    overflow: auto;
}

.ever-popup__body {
    position: static;
    float: none;
    display: block;
    margin: 0 auto;
    width: auto
}

.ever-popup.show {
    display: block;
    align-items: center;
}

.ever-popup__inner {
    position: relative;
    margin: 0 auto;
    padding-top: 35px
}

.ever-popup__close {
    width: 35px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.ever-popup__close:after,
.ever-popup__close:before {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 35px;
    height: 10px;
    background: #fff;
    transition: all 1s;
}

.ever-popup__close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ever-popup__close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (min-width: 1000px) {
    .ever-popup__body.ever-desktop {
        display: none
    }

    .ever-popup__body.ever-mobile {
        display: block
    }
}

@media screen and (min-width: 1000px) {
    .phoneBtnContainer {
        position: fixed;
        right: 10px;
        bottom: 10px;
        visibility: hidden;
        background-color: transparent;
        width: 200px;
        height: 200px;
        cursor: pointer;
        z-index: 99;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: visibility .5s;
        -moz-transition: visibility .5s;
        -o-transition: visibility .5s;
        transition: visibility .5s
    }

    .cbh-phone.cbh-show {
        visibility: visible
    }

    @-webkit-keyframes fadeInRight {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes fadeInRight {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            -ms-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none
        }
    }

    @-webkit-keyframes fadeInRightBig {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes fadeInRightBig {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @-webkit-keyframes fadeOutRight {
        0% {
            opacity: 1
        }

        100% {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }
    }

    @keyframes fadeOutRight {
        0% {
            opacity: 1
        }

        100% {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            -ms-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }
    }

    .fadeOutRight {
        -webkit-animation-name: fadeOutRight;
        animation-name: fadeOutRight
    }

    .cbh-phone.cbh-static1 {
        opacity: .6
    }

    .cbh-phone.cbh-hover1 {
        opacity: 1
    }

    .cbh-ph-circle {
        width: 160px;
        height: 160px;
        top: 20px;
        left: 20px;
        position: absolute;
        background-color: transparent;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid rgba(30, 30, 30, .4);
        opacity: .1;
        -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
        -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
        -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
        -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
        animation: cbh-circle-anim 1.2s infinite ease-in-out;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    .cbh-phone.cbh-active .cbh-ph-circle1 {
        -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
        -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
        -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
        -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
        animation: cbh-circle-anim 1.1s infinite ease-in-out !important
    }

    .cbh-phone.cbh-static .cbh-ph-circle {
        -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
        -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
        -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
        -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
        animation: cbh-circle-anim 2.2s infinite ease-in-out !important
    }

    .cbh-phone.cbh-hover .cbh-ph-circle {
        border-color: rgba(0, 175, 242, 1);
        opacity: .5
    }

    .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
        border-color: rgba(117, 235, 80, 1);
        opacity: .5
    }

    .cbh-phone.cbh-green .cbh-ph-circle {
        border-color: rgba(0, 175, 242, 1);
        opacity: .5
    }

    .cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
        border-color: rgba(204, 204, 204, 1);
        opacity: .5
    }

    .cbh-phone.cbh-gray .cbh-ph-circle {
        border-color: rgba(117, 235, 80, 1);
        opacity: .5
    }

    .cbh-ph-circle-fill {
        width: 100px;
        height: 100px;
        top: 50px;
        left: 50px;
        position: absolute;
        background-color: #000;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        opacity: .1;
        -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
        -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
        -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
        -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
        animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    .cbh-phone.cbh-active .cbh-ph-circle-fill {
        -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
        -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
        -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
        -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
        animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important
    }

    .cbh-phone.cbh-static .cbh-ph-circle-fill {
        -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
        -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
        -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
        -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
        animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
        opacity: 0 !important
    }

    .cbh-phone.cbh-hover .cbh-ph-circle-fill {
        background-color: rgba(0, 175, 242, .5);
        opacity: .75 !important
    }

    .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
        background-color: rgba(117, 235, 80, .5);
        opacity: .75 !important
    }

    .cbh-phone.cbh-green .cbh-ph-circle-fill {
        background-color: rgba(0, 175, 242, .5);
        opacity: .75 !important
    }

    .cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
        background-color: rgba(204, 204, 204, .5);
        opacity: .75 !important
    }

    .cbh-phone.cbh-gray .cbh-ph-circle-fill {
        background-color: rgba(117, 235, 80, .5);
        opacity: .75 !important
    }

    .cbh-ph-img-circle1 {
        width: 60px;
        height: 60px;
        top: 70px;
        left: 70px;
        position: absolute;
        background-image: url("../images/c329352ae45a42489fce48dcc5594f3db8c52028.png");
        background-color: rgba(30, 30, 30, .1);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        opacity: .7;
        -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
        -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
        -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
        -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
        animation: cbh-circle-img-anim 1s infinite ease-in-out
    }

    .cbh-phone.cbh-active .cbh-ph-img-circle1 {
        -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
        -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
        -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
        -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
        animation: cbh-circle-img-anim 1s infinite ease-in-out !important
    }

    .cbh-phone.cbh-static .cbh-ph-img-circle1 {
        -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
        -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
        -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
        -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
        animation: cbh-circle-img-anim 0s infinite ease-in-out !important
    }

    .cbh-phone.cbh-hover .cbh-ph-img-circle1 {
        background-color: rgba(0, 175, 242, 1)
    }

    .cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
        background-color: rgba(117, 235, 80, 1)
    }

    .cbh-phone.cbh-green .cbh-ph-img-circle1 {
        background-color: rgba(0, 175, 242, 1)
    }

    .cbh-phone.cbh-green .cbh-ph-img-circle1 {
        background-color: rgba(0, 175, 242, 1)
    }

    .cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
        background-color: rgba(204, 204, 204, 1)
    }

    .cbh-phone.cbh-gray .cbh-ph-img-circle1 {
        background-color: rgba(117, 235, 80, 1)
    }

    @-moz-keyframes cbh-circle-anim {
        0% {
            -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
            opacity: .1;
            -moz-opacity: .1;
            -webkit-opacity: .1;
            -o-opacity: .1
        }

        30% {
            -moz-transform: rotate(0deg) scale(.7) skew(1deg);
            opacity: .5;
            -moz-opacity: .5;
            -webkit-opacity: .5;
            -o-opacity: .5
        }

        100% {
            -moz-transform: rotate(0deg) scale(1) skew(1deg);
            opacity: .6;
            -moz-opacity: .6;
            -webkit-opacity: .6;
            -o-opacity: .1
        }
    }

    @-webkit-keyframes cbh-circle-anim {
        0% {
            -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
            -webkit-opacity: .1
        }

        30% {
            -webkit-transform: rotate(0deg) scale(.7) skew(1deg);
            -webkit-opacity: .5
        }

        100% {
            -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            -webkit-opacity: .1
        }
    }

    @-o-keyframes cbh-circle-anim {
        0% {
            -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
            -o-opacity: .1
        }

        30% {
            -o-transform: rotate(0deg) scale(.7) skew(1deg);
            -o-opacity: .5
        }

        100% {
            -o-transform: rotate(0deg) scale(1) skew(1deg);
            -o-opacity: .1
        }
    }

    @keyframes cbh-circle-anim {
        0% {
            transform: rotate(0deg) scale(0.5) skew(1deg);
            opacity: .1
        }

        30% {
            transform: rotate(0deg) scale(.7) skew(1deg);
            opacity: .5
        }

        100% {
            transform: rotate(0deg) scale(1) skew(1deg);
            opacity: .1
        }
    }

    @-moz-keyframes cbh-circle-fill-anim {
        0% {
            -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .2
        }

        50% {
            -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
            opacity: .2
        }

        100% {
            -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .2
        }
    }

    @-webkit-keyframes cbh-circle-fill-anim {
        0% {
            -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .2
        }

        50% {
            -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            opacity: .2
        }

        100% {
            -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .2
        }
    }

    @-o-keyframes cbh-circle-fill-anim {
        0% {
            -o-transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .2
        }

        50% {
            -o-transform: rotate(0deg) scale(1) skew(1deg);
            opacity: .2
        }

        100% {
            -o-transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .2
        }
    }

    @keyframes cbh-circle-fill-anim {
        0% {
            transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .2
        }

        50% {
            transform: rotate(0deg) scale(1) skew(1deg);
            opacity: .2
        }

        100% {
            transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .2
        }
    }

    @keyframes cbh-circle-img-anim {
        0% {
            transform: rotate(0deg) scale(1) skew(1deg)
        }

        10% {
            transform: rotate(-25deg) scale(1) skew(1deg)
        }

        20% {
            transform: rotate(25deg) scale(1) skew(1deg)
        }

        30% {
            transform: rotate(-25deg) scale(1) skew(1deg)
        }

        40% {
            transform: rotate(25deg) scale(1) skew(1deg)
        }

        100%,
        50% {
            transform: rotate(0deg) scale(1) skew(1deg)
        }
    }

    @-moz-keyframes cbh-circle-img-anim {
        0% {
            transform: rotate(0deg) scale(1) skew(1deg)
        }

        10% {
            -moz-transform: rotate(-25deg) scale(1) skew(1deg)
        }

        20% {
            -moz-transform: rotate(25deg) scale(1) skew(1deg)
        }

        30% {
            -moz-transform: rotate(-25deg) scale(1) skew(1deg)
        }

        40% {
            -moz-transform: rotate(25deg) scale(1) skew(1deg)
        }

        100%,
        50% {
            -moz-transform: rotate(0deg) scale(1) skew(1deg)
        }
    }

    @-webkit-keyframes cbh-circle-img-anim {
        0% {
            -webkit-transform: rotate(0deg) scale(1) skew(1deg)
        }

        10% {
            -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
        }

        20% {
            -webkit-transform: rotate(25deg) scale(1) skew(1deg)
        }

        30% {
            -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
        }

        40% {
            -webkit-transform: rotate(25deg) scale(1) skew(1deg)
        }

        100%,
        50% {
            -webkit-transform: rotate(0deg) scale(1) skew(1deg)
        }
    }

    @-o-keyframes cbh-circle-img-anim {
        0% {
            -o-transform: rotate(0deg) scale(1) skew(1deg)
        }

        10% {
            -o-transform: rotate(-25deg) scale(1) skew(1deg)
        }

        20% {
            -o-transform: rotate(25deg) scale(1) skew(1deg)
        }

        30% {
            -o-transform: rotate(-25deg) scale(1) skew(1deg)
        }

        40% {
            -o-transform: rotate(25deg) scale(1) skew(1deg)
        }

        100%,
        50% {
            -o-transform: rotate(0deg) scale(1) skew(1deg)
        }
    }

    .cbh-phone.cbh-green .cbh-ph-circle {
        border-color: rgba(0, 175, 242, 1)
    }

    .cbh-phone.cbh-green .cbh-ph-circle-fill {
        background-color: rgba(0, 175, 242, 1);
    }

    .cbh-phone.cbh-green .cbh-ph-img-circle1 {
        background-color: rgba(0, 175, 242, 1);
    }

    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    nav,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    pre,
    code,
    form,
    fieldset,
    legend,
    input,
    button,
    textarea,
    p,
    blockquote,
    th,
    td,
    a {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center;
    }
}

.order-modal,
.users-online {
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 120px;
    width: 320px;
    background-color: rgba(0, 0, 0, .9);
    color: #fff;
    transition: all 1s;
    font-size: 19px;
    line-height: 22px;
    border-radius: 10px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden
}

.order-modal>div,
.users-online>div {
    margin: 10px
}

.order-modal>div>span,
.users-online>div>span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 75px);
    margin-left: 10px
}

.show-order,
.show-order-last {
    opacity: 1;
    visibility: visible;
    transition: all 1s
}

.blink {
    color: red !important;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    text-decoration: line-through
}

.blink_me {
    font-size: 24px;
    color: red;
    font-weight: 700
}

.show-order-last:before,
.show-order:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.show-order-last:after,
.show-order-last:before,
.show-order:after,
.show-order:before {
    content: "";
    position: absolute;
    right: 0;
    top: -15px;
    width: 15px;
    height: 5px;
    background: red;
    transition: all 1s
}

.show-order-last:after,
.show-order:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.everad-sprite {
    background: url("../images/5c9c4b1226b9818d369a3c558e2e98201afad7da.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    margin-right: 5px
}

.everad-sprite-bucket {
    background-position: -5px -5px
}

.everad-sprite-callback {
    background-position: -65px -5px
}

.everad-sprite-online_user {
    background-position: -5px -65px
}

@media screen and (max-width:767px) {

    .cookie-popup-on .order-modal,
    .cookie-popup-on .users-online {
        top: auto;
        right: 10px;
        bottom: 35px;
        width: 300px
    }
}

@media screen and (max-width:405px) {

    .cookie-popup-on .order-modal,
    .cookie-popup-on .users-online {
        bottom: 45px
    }
}

@media screen and (max-width:335px) {

    .cookie-popup-on .order-modal,
    .cookie-popup-on .users-online {
        bottom: 60px
    }
}

@media screen and (max-width:767px) {

    .order-modal,
    .users-online {
        top: auto;
        right: 10px;
        bottom: 10px;
        width: 300px
    }
}

@-moz-keyframes blinker {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes blinker {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.responsive-image {
    width: 400px; /* Задает ширину в 100% от родительского контейнера */
    height: 450px; /* Поддерживает пропорции изображения */
}

.popup_image {
    /* width: ; */
    height: 550px;
}


/* Стили для всплывающего окна */
.popup-notification {
    display: none;
    position: fixed;
    top: 120px;
    right: 20px;
    width: 320px;
    height: 70px;
    background-color: rgba(0, 0, 0, .9);
    /* Тёмный фон с прозрачностью */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    /* Закруглённые углы */
    line-height: 22px;
    padding: 10px 15px;
    z-index: 9999;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;

}

/* Содержимое окна */
.popup-content {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s ease-in-out;
}

/* Стили для изображения */
.popup-image {
    background-image: url("../images/5c9c4b1226b9818d369a3c558e2e98201afad7da.png");
    width: 55px;
    height: 55px;
    margin-left: -10px;
    margin-top: -5px;
}

/* Текст внутри окна */
.popup-text {
    margin-left: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    transition: font-size 0.5s ease-in-out, line-height 0.5s ease-in-out;
}

.popup-text .highlight {
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

/* Кнопка закрытия окна */
.popup-close {
    position: absolute;
    top: -35px;
    /* Смещаем кнопку выше окна */
    right: -35px;
    /* Смещаем кнопку правее окна */
    width: 24px;
    /* Ширина кнопки */
    height: 24px;
    /* Высота кнопки */
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    transition: all 0.5s ease-in-out;
}

.popup-close::before,
.popup-close::after {
    content: '';
    position: absolute;
    width: 15px;
    /* Длина линии */
    height: 5px;
    /* Толщина линии */
    background-color: red;
    /* Цвет линии */
}

.popup-close::before {
    transform: rotate(45deg);
    /* Поворот первой линии */
}

.popup-close::after {
    transform: rotate(-45deg);
    /* Поворот второй линии */
}


/* Когда окно отображается */
.popup-notification.show {
    opacity: 1;
    display: flex;
}

@media (max-width: 1200px) {
    .responsive-image {
        width: auto;
        height: 200px; 
    }
}

@media (max-width: 1023px) {
    .responsive-image {
        width: 150px;
        height: 170px; 
    }
}

/* Медиа-запрос для изменения стилей при ширине меньше 766px */
@media (max-width: 767px) {
    .responsive-image {
        width: 110px;
        height: 140px; 
    }

    .popup-notification {
        top: auto;
        /* Убираем фиксированное значение для top */
        bottom: 10px;
        /* Устанавливаем отступ от низа 50px */
        right: 10px;
        width: 300px;
        /* Уменьшаем ширину на 40px */
        height: auto;
        /* Убираем фиксированную высоту */
        padding: 10px 10px;
        /* Уменьшаем отступы */
    }

    .popup-content {
        margin-left: 5px;
        flex-direction: row;
        /* Гибкое расположение по горизонтали */
        align-items: flex-start;
        /* Выравнивание элементов по началу */
    }

    .popup-text {
        margin-top: 2px;
        font-size: 19px;
        /* Уменьшаем размер шрифта для лучшей читабельности */
        display: flex;
        /* Используем flex для текстового контейнера */
        flex-direction: column;
        /* Устанавливаем вертикальное направление для текста */
    }

    .popup-text p {
        line-height: 1.2;
        /* Улучшаем читаемость */
    }

    .popup-close {
        position: absolute;
        top: -35px;
        /* Смещаем кнопку выше окна */
        right: -46px;
        /* Смещаем кнопку правее окна */
        width: 24px;
        /* Ширина кнопки */
        height: 24px;
        /* Высота кнопки */
        background: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
}

@media (max-width: 640px) {
    .responsive-image {
        width: 240px;
        height: 210px; 
    }
}

@media (max-width: 479px) {
    .responsive-image {
        width: 120px;
        height: 140px; 
    }
}