.site-footer {
    background-color: #152C3F;
    color: #fff;
    padding: 50px 0;
    border-top-right-radius: 40px;
    position: relative;
    margin-top: auto;
}

.site-footer a {
    color: #fff;
}

.site-footer a:hover {
    color: #00bbd4;
}

.site-footer .footer-top .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.site-footer .footer-top .left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: calc(100% - 400px);
    padding-right: 10px;
}

.site-footer .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.site-footer .footer-nav a {
    text-decoration: none;
    margin-right: 30px;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: block;
    margin-bottom: 20px;
}

.site-footer .social-links {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 26px;
}

.site-footer .social-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 46px;
    height: 46px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.site-footer .social-links svg * {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.site-footer .social-links a:hover {
    border-color: #00bbd4;
}

.site-footer .social-links a:hover svg path {
    fill: #00bbd4;
}

.site-footer .contact-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    width: 400px;
    max-width: 400px;
    padding-left: 10px;
}

.site-footer .contact-info p {
    margin-bottom: 16px;
}

.site-footer .contact-info p:last-child {
    margin-bottom: 0;
}

.site-footer .footer-bottom .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.site-footer .footer-links a {
    color: #AAAAAA;
    text-decoration: none;
    font-size: 15px;
    margin-right: 20px;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.site-footer .footer-links a:hover {
    color: #00bbd4;
}

.site-footer .copyright {
    text-align: left;
    width: 400px;
    font-size: 15px;
    color: #AAAAAA;
    padding-left: 10px;
}

.site-footer .copyright a {
    color: #AAAAAA;
}

.site-footer .copyright a:hover {
    color: #00bbd4;
}

.back-to-top {
    position: absolute;
    right: 25px;
    top: -72px;
    /* position: fixed;
    right: 30px;
    bottom: 370px; */
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    /* opacity: 0;
    pointer-events: none;
    text-shadow: 0 0 2px #fff; */
}

/* .back-to-top.show {
    opacity: 1;
    pointer-events: auto;
} */

.back-to-top a {
    display: block;
    color: #0D1416;
    text-decoration: none;
    font-size: 16px;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    position: relative;
}

.back-to-top a:hover {
    color: #00bbd4;
}

.back-to-top .arrow-up {
    display: block;
    width: 49px;
    height: 1px;
    background: #0D1416;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    position: absolute;
    right: calc(100% + 10px);
    top: 11px;
    /* box-shadow: 0 0 2px #fff; */
}

.back-to-top .arrow-up:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border: 1px solid #0D1416;
    border-right: 0;
    border-bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
    /* box-shadow: -1px -1px 2px #fff; */
}

.back-to-top a:hover .arrow-up {
    background: #00bbd4;
}

.back-to-top a:hover .arrow-up:before {
    border-color: #00bbd4;
}

.chat-button {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #00bbd4;
    background-image: url(../images/livechat.svg);
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: center;
    z-index: 9999;
}

.chat-button:hover {
    transform: scale(1.0833);
}

.grecaptcha-badge {
    display: none !important;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}



@media (max-width: 1419px) and (min-width: 768px) {
    .back-to-top {
        top: -30px;
    }
}

@media (max-width: 1023px) {
    .site-footer .footer-nav a {
        margin-right: 20px;
    }

    .site-footer .social-links {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding: 60px 0;
    }

    .site-footer .footer-top .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .site-footer .contact-info {
        padding-left: 0;
        width: auto;
    }

    .site-footer .footer-bottom .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        margin-top: 40px;
    }

    .site-footer .copyright {
        padding-left: 0;
        width: auto;
    }

    .site-footer .footer-links {
        margin-bottom: 40px;
    }

    .site-footer .footer-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .site-footer .footer-nav a {
        margin-bottom: 16px;
        margin-right: 0;
    }

    .site-footer .footer-top .left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 40px;
        max-width: 100%;
    }

    .site-footer .social-links {
        gap: 26px;
        margin-top: 24px;
    }

    .chat-button {
        right: 16px;
        bottom: 16px;
    }

    .back-to-top {
        top: -30px;
    }
}

@media (max-width: 375px) {
    .site-footer .social-links {
        gap: 12px;
    }
}