.footer-cta {
    position: relative;
    z-index: 2;
}

.footer-cta__inner {
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    z-index: 1;

    &::after {
        content: "";
        background: white;
        opacity: .4;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    @media (max-width: 992px) {
        padding: 30px 0;
    }
}

.footer-cta__content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 620px;
    margin: 0 auto;
    padding: 20px;
}

.footer-cta__content .contact-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 30px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #555;
}

.footer-cta__content .contact-list li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-cta__content .contact-list li img {
    height: 16px;
    width: auto;
}

.footer-cta__content .btn-contact {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--color-2);
    color: #fff;
    padding: 1px 5px 1px 10px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    border: 1px solid var(--color-2);
}

.footer-cta__content .btn-contact img {
    width: 24px;
    height: 24px;
    transition: all 0.3s;
}

.footer-cta__content .btn-contact:hover {
    background: white;
    color: var(--color-2);
}

.footer-cta__content .btn-contact:hover img {
    transform: rotate(45deg);
}

.main-footer {
    background: #fff;
    padding: 50px 0 20px;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-col {
    margin-bottom: 30px;
}

.footer-col h3 {
    color: var(--color-2);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-links li {
    margin-bottom: 10px;
    margin-left: 13px;
}

.footer-links li a {
    color: #555;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links li a:hover {
    color: var(--color-2);
}

.footer-newsletter {
    border: 1px solid var(--color-2);
    padding: 20px;
    border-radius: 12px;
}

.footer-newsletter h3 {
    color: var(--color-2);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-newsletter p {
    font-size: 13px;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.5;
}

.newsletter-form {
    position: relative;
}

.newsletter-form input {
    width: 100%;
    height: 40px;
    background: var(--color-2);
    border: none;
    border-radius: 6px;
    padding: 0 40px 0 15px;
    color: #fff;
    outline: none;
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.newsletter-form button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.newsletter-form button img {
    width: 14px;
    filter: brightness(0) invert(1);
}

.footer-bottom {
    background: var(--color-2);
    padding: 15px;
    margin-top: 40px;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
}

.footer-bottom__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-bottom .social-media {
    display: flex;
    align-items: center;
    gap: 15px;

    ul {
        display: flex;
        align-items: center;
        gap: 5px;

        li {
            list-style: none;
        }
    }
}

.footer-bottom .social-media span {
    margin-right: 5px;
}

.footer-bottom .social-media a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: var(--color-2);
    border-radius: 50%;
    transition: transform 0.3s;
}

.footer-bottom .social-media a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-bottom .social-media a:hover {
    transform: scale(1.1);
}

/* .copyright a {
    color: var(--color-1);
} */
.backtotop {
    cursor: pointer;
    background: var(--color-2);
    bottom: 32px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    padding: 2px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid white;
    width: 40px;
    z-index: 3;
    border-radius: 50%;
}

.backtotop svg {
    width: 28px;
    height: 22px;
    margin-bottom: -8px;
}

.backtotop svg path {
    stroke: #fff;
}

#button-contact-vr {
    bottom: 55px;
    margin: -10px;
    transform: scale(0.8);
    margin-bottom: 0px !important;
    position: fixed;
    z-index: 3;
    right: 10px;
}

#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s all;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}

#button-contact-vr .button-contact {
    &:nth-child(2) {
        .phone-vr-img-circle {
            background: #2b75e9;
        }

        .phone-vr-circle-fill {
            background: #2196f3;
            box-shadow: 0 0 0 0 #2196f3;
        }
    }

    &:nth-child(3) {
        .phone-vr-img-circle {
            background: #2866ff;
        }

        .phone-vr-circle-fill {
            background: #2865ffe4;
            box-shadow: 0 0 0 0 #2865ffe4;
        }
    }
}

.phone-vr-circle-fill {
    width: 70px;
    height: 70px;
    top: 7px;
    left: 7px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 60px;
    height: 60px;
    line-height: 40px;
    top: 12px;
    left: 12px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#viber-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle svg {
    fill: #ffffff;
    width: 38px;
    height: 44px;
    margin-top: 8px;
}

.phone-vr-img-circle svg path {
    stroke: #fff;
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) 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);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

.phone-vr-img-circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
}

@media (max-width: 992px) {
    #button-contact-vr {
        transform: scale(0.6);
        bottom: 35px;
    }
}

@media (max-width: 768px) {
    .footer-bottom .tag {
        width: calc(25% - 10px);
    }
}

/*# sourceMappingURL=maps/footer.css.map */