button.send-personal-info {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.img-beauty {
    position: relative;
    width: 100%;
    height: 220px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.videos i, .video i {
    position: absolute;
    color: #FFF;
    font-size: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}

.simple-overlay {
    background: url(../images/loader.gif) no-repeat center 40% rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
}

.simple-overlay .popup-container {
    max-width: 900px;
    margin: 10% auto 0;
}

.simple-overlay .popup-content {
    width: 100%;
    position: relative;
}

.simple-overlay .popup-content iframe {
    max-height: 420px;
}

.cta_footer_fix {
    right: 0;
    z-index: 100;
    width: 104px;
    bottom: 10rem
}

.cta_item_image {
    border-radius: 8px;
    display: block;
    padding-top: 7px
}

.cta_item_image_1 {
    background: #ca2215;
    width: 41px;
    height: 41px
}

.cta_item_image_2 {
    background: #e46f12;
    width: 41px;
    height: 41px
}

.cta_item_image_3 {
    background: #ffbc0e;
    width: 41px;
    height: 41px
}

.cta_item {
    background: #fff6ed;
    padding-top: 14px;
    margin-bottom: 15px;
    border-left: 1px solid #da494d;
    border-top: 1px solid #da494d;
    border-bottom: 1px solid #da494d;
    border-right: 1px solid #eea6a3;
    border-radius: 15px 0 0 15px
}

.cta_item a {
    padding-bottom: 10px;
    font-family: SVNGilroyMedium, sans-serif;
    font-size: 14px;
    color: var(--text-black)
}
