/* WRAPPER */
footer {
    background: #002041;
    position: relative;
    color: #fff;
    z-index: 1;
}
.title_cty {
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 50px;
}
.title_cty h2 {
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 18px;
    margin: 0;
}
.title_cty p {
    font-size: 16px;
}
.content_common ._label {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #43a2ff;
    margin-bottom: 15px;
    font-weight: 600;
}
.content_common ._label svg {
    margin-right: 5px;
}
.content_common ._content {
    display: flex;
    flex-wrap: wrap;
    color: white;
    font-size: 15px;
}
.content_common ._content a {
    color: hsla(0, 0%, 100%, .7);
    font-size: 15px;
}

.content_common ._content ._item {
    position: relative;
    width: 50%;
    padding-right: 20px;
    margin-bottom: 26px;
    color: white;
}
.content_common ._content ._item ._title {
    padding-left: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .02em;
    color: #fff;
    margin-bottom: 5px;
}
.footer-new a {
    color: hsla(0, 0%, 100%, .7);
}
.content_common ._content ._item p:nth-child(2) {
    position: absolute;
    left: -22px;
    top: 29px;
}
.content_common ._content ._item p {
    padding-left: 20px;
    padding-bottom: 0;
    line-height: 1.2;
}
.content_common ._content ._item p a {
    color: hsla(0, 0%, 100%, .7);
    font-size: 15px;
}








footer .site-footer {
    background: var(--bg);
    border-top: 1px solid var(--border);
}

footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px;
}

footer .grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    footer .grid {
        grid-template-columns: 1fr 1fr;
        row-gap: 28px;
    }
}

@media (max-width: 640px) {
    footer .grid {
        grid-template-columns: 1fr;
    }
}

footer .brand {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

footer .brand .logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

footer .brand .logo svg {
    width: 44px;
    height: 44px;
}

footer .brand .name {
    font-weight: 700;
    font-size: 22px;
}

footer .brand .slogan {
    margin-top: 16px;
    color: var(--muted);
}

footer .col h4, footer .col h3 {
    margin: 0 0 16px;
    font-size: 20px;
    text-align: center;
}

footer .linklist, footer nav ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

footer .linklist a, footer nav ul li {
    color: #67754c;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
}

footer .linklist a:hover {
    text-decoration: underline;
}

footer .bottom {
    padding: 10px 0;
    background: #00162c;
    color: #cecece;
    text-align: center;
    /* margin-top: 20px; */
}

footer .bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .copy {
    font-size: 14px;
    color: #111;
}

footer .social, footer .social ul {
    display: flex;
    gap: 22px;
    align-items: center;
}

footer .social a, footer .social ul li {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #111;
    text-decoration: none;
    font-size: 14px;
}

footer .social a:hover {
    text-decoration: underline;
}

footer .social svg, footer .social ul li img {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}

footer a:focus-visible {
    outline: 2px dashed var(--red);
    outline-offset: 2px;
    border-radius: 4px;
}

footer .bottom ul li {
    display: inline-block;
    padding: 0 10px;

}

footer .bottom .link ul li:not(:last-child) {
    border-right: 2px solid #fff;
}

footer .bottom ul li a {
    color: #FFF;
}

footer .bottom .app {
    margin-top: 20px;
}

footer .bottom .app img {
    max-width: 150px;
}


#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;
}

.phone-vr-circle-fill {
    width: 70px;
    height: 70px;
    top: 6px;
    left: 6px;
    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: flex;
    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;
    }
}

@media (max-width: 380px) {
    footer .bottom .link {
        font-size: 13px;
    }
}
