body {
    -webkit-font-smoothing: antialiased !important;
}

.top-bar {
    box-shadow: 0 0 30px 0 rgb(71 71 71 / 10%);
    font-family: 'Scada', Arial, sans-serif;
    transition: all .3s ease-in-out;
    min-height: 75px;
    margin-top: -75px;
}


.top-bar.hidden {
    transform: translateY(-75px);
}

.logo {
    background-image: url("../img/logo-eng.png");
    background-size: contain;
    width: 90px;
    height: 48px;
}


@media (max-width: 600px) {
    .top-bar {
        border-radius: 0 !important;
    }

    .logo.logo-mobile {
        background-image: url("https://static.tildacdn.com/tild3436-6139-4639-b764-396565363434/GLORIA_LOGO.svg");
        width: 150px;
        background-position: center;
        background-repeat: no-repeat;
    }

}

.top-bar .nav-link {
    position: relative;
}

.top-bar .nav-link:after {
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    margin: auto;
    margin-bottom: 0px;
    height: 2px;
    background: #bdbdbd;
    opacity: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
}

.top-bar .nav-link:hover:after {
    background: #003b45;
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
}

.nav-link, .nav-link:hover {
    padding-inline: 0 !important;
    padding-block: 3px;
    color: var(--bs-primary)
}


.footer {
    height: 480px;
    position: relative;
    overflow: hidden;
}

.footer .overlay {
    background-image: url(https://static.tildacdn.com/tild3363-3930-4464-b635-373235633266/cccfffdf-1.svg);
    position: absolute;
    left: calc(50% - 800px);
    top: calc(50% - 700px);
    transform: rotate(0);
    height: 1400px;
    width: 1600px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 0;
}

.footer .overlay.animated {
    animation: spinner-border 30s infinite;
}

.footer .overlay.overlay-2 {
    left: calc(50% - 300px);
    top: calc(50% - 264px);
    height: 528px;
    width: 600px;
}

.footer .overlay.overlay-2 {
    left: calc(50% - 300px);
    top: calc(50% - 264px);
    height: 528px;
    width: 600px;
}

.footer-logo-circle {
    width: 170px;
    height: 170px;
    background-image: url("https://static.tildacdn.com/tild6539-6164-4266-b862-353333626639/logoglori333a.svg");
    will-change: transform;
    transform: rotate(0);
    animation: spinner-border 30s linear infinite;
    background-repeat: no-repeat;
}

.footer-logo-letter {
    position: absolute;
    width: 80px;
    height: 62px;
    background-image: url("https://static.tildacdn.com/tild3635-6264-4465-b064-333432356363/logogloria.svg");
}

.uniq-video {
}

.uniq-video .overflow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: linear-gradient(
        117deg, rgba(56, 56, 56, 1) 0%, rgba(0, 0, 0, 1) 91%);
    opacity: 0.6;
}


.fw-16 {
    font-size: 16px;
}

.fw-18 {
    font-size: 18px;
}

.fw-25 {
    font-size: 25px;
    line-height: 45px;
}

.mt-300 {
    margin-top: 150px
}

.pt-100 {
    padding-top: 30px
}

.pt-300 {
    padding-top: 50px
}

.pt-150 {
    padding-top: 30px
}

.home-page-radial-block {
    position: relative;
    padding: 80px 20px;
}

.home-page-radial-block-inner {
    /*width: 666px*/
}

.home-page-radial-block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -160px;
    height: 160px;
    background: var(--bs-primary);
    width: 160px;
    -webkit-mask-image: radial-gradient(circle 10px at 0 0, transparent 0, transparent 160px, black 161px);
}

@media (min-width: 450px) {
    .home-page-radial-block {
        border-top-left-radius: 180px;
        padding: 200px 0 200px 120px;
    }
}


.home-page-block p {
    line-height: 41px;
    font-size: 30px;
    font-weight: 300;
}

.gallery {

}

.gallery .image {
    border-radius: 15px;
    background-color: #dbdbdb;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 220px;
}

.gallery_bg {
    height: 450px;
    background-size: cover;
    background-attachment: scroll;
    background-image: url(&quot;https://thumb.tildacdn.com/tild3866-3931-4937-a566-663366653563/-/format/webp/IMG_04982.jpg&quot;);
}

@media (min-width: 700px) {
    .home-page-radial-block-inner {
        width: 666px
    }

    .pt-150 {
        padding-top: 150px
    }

    .pt-300 {
        padding-top: 300px
    }

    .mt-300 {
        margin-top: 300px
    }

    .gallery .image.fixed {
        background-attachment: fixed;
    }

    .gallery .image {
        height: 400px;
    }
}

.title-container {
    transition: all 0.3s ease-in-out;
}

.title-container.hidden {
    transform: translateY(-50px);
    opacity: 0;
}

.title-container .video-title {
    position: absolute;
    left: calc(50% - 175px);
    width: 350px;
    top: 320px;
    z-index: 100;
}

.title-container .video-title .title-header {
    opacity: 1;
    font-size: 30px;
    line-height: 38px;
}

.title-animated-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    overflow: hidden;
}

.title-animated-bg .lines {
    background-image: url(https://static.tildacdn.com/tild3363-3930-4464-b635-373235633266/cccfffdf-1.svg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.4;
    transform-origin: center;
}

.title-animated-bg .lines:nth-child(1) {
    height: 560px;
    width: 540px;
    opacity: 0.5;
    left: calc(50% - 270px);
}

.title-animated-bg .lines:nth-child(2) {
    height: 350px;
    width: 350px;
    left: calc(50% - 175px);
    top: calc(50% - 266px);
    opacity: 0.79;
    animation: bg-title-animate 15s infinite linear;
    background-size: contain;
}

.title-animated-bg .lines:nth-child(3) {
    opacity: 0.6;
    height: 560px;
    width: 540px;
    left: calc(50% - 270px);
    animation: bg-title-animate 40s infinite linear;
}

@keyframes bg-title-animate {
    100% {
        transform: rotate(360deg)
    }

}


.catalog-loop {
    height: 500px;
    position: relative;
    white-space: nowrap;
    animation: cat-loop 30s linear infinite;
    left: -300px;
    width: 1000px;
}

@keyframes cat-loop {

    50% {
        transform: translateX(-600px);
    }

}

.catalog-loop .cat-loop-image {
    display: inline-block;
    height: 400px;
    width: 300px;
    margin: 0 15px;
    background-size: cover;
    background-position: center;
}


/*ABOUT*/
.about-bg {
    height: 477px;
    background-color: #000000;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-color: transparent;
    border-style: solid;
    background-image: url(https://thumb.tildacdn.com/tild3563-6330-4237-a265-376162366165/-/format/webp/_.jpg);
}

.about .about-video-widget {
    width: 100%;
    height: 197px;
    position: relative;
    overflow: hidden;
}

.about .about-video-widget video {
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
}

.about .about-widget {
    padding: 50px 0;
}

.about .about-widget .image-box {
    width: 185px;
    height: 152px;
    margin: 0 auto;
}

.about .about-widget .image-box img {
    width: 100%;
    height: auto;
}

.h2 {
    font-size: 35px;
}

.bg-map {
    position: absolute;
    height: 100vh;
    left: 0;
    right: 0;
    top: 80px;
    pointer-events: none;
    z-index: -1;
}

.bg-map .bg-map-container {
    opacity: 0.5;
    /*transform: translate3d(-28.7395px, -45.9803px, 0px);*/
    background-image: url("https://static.tildacdn.com/tild3161-3461-4263-b534-656464623233/logogfffdd44dd444dfo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 100vh;
    transition: all 0.3s linear;
}

.bg-map .bg-map-container img {
}


/*SERVICES*/

.services-gallery-image {
    background-repeat: no-repeat;
    background-image: url("https://thumb.tildacdn.com/tild3439-6462-4437-a265-326235623435/-/resize/600x500/-/format/webp/IMG_1564-373.jpg");
    width: 100%;
    height: 437px;
    background-position: center;
    background-size: cover;
}

.circle-pulse {
    width: 280px;
    height: 280px;
    background-color: #003b45;
    background-image: url("https://thumb.tildacdn.com/tild3334-3331-4931-b933-346331303732/-/resize/248x/-/format/webp/logo-eng.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 207px auto;
    border-radius: 100%;
    margin: 0 auto;
    animation: circle_pulse 3s infinite linear;
}

@keyframes circle_pulse {
    0% {
        transform: scale(1, 1);
        animation-timing-function: ease-out;
    }
    16% {
        transform: scale(0.95, 0.95);
        animation-timing-function: linear;
    }
    100% {
        transform: scale(1, 1);
    }
}

.pulsed-users {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.pulsed-users .user {
    background-image: url("https://thumb.tildacdn.com/tild3066-3934-4265-b837-353538653132/-/resize/93x/-/format/webp/LABELS_GLORIA.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 78px;
    height: 90px;
    position: absolute;
    opacity: 0.5;
    animation: sbs-530290403-1671361588575 3s infinite linear;
}

@keyframes sbs-530290403-1671361588575 {
    0% {
        opacity: 0;
        animation-timing-function: linear;
    }
    1% {
        opacity: 0;
        animation-timing-function: linear;
    }
    17% {
        opacity: 1;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
    }
}

.pulsed-users .user:nth-child(1) {
    top: 150px;
    transform: scale(0.4);
}

.pulsed-users .user:nth-child(2) {
    top: 50px;
    transform: scale(.6);
    left: 125px;
}

.pulsed-users .user:nth-child(3) {
    left: 270px;
    top: 120px;
}

.pulsed-users .user:nth-child(4) {
    left: 790px;
    top: 90px;
}

.pulsed-users .user:nth-child(5) {
    left: 950px;
    transform: scale(.6);
    top: 160px;
}

.pulsed-users .user:nth-child(6) {
    left: 1040px;
    transform: scale(0.4);
    top: 70px;
}

.pulse-overlay {
    position: absolute;
    border-radius: 3000px;
    opacity: 0.35;
    background-color: #001c21;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    animation: sbs-530290403-1671361136565 3s infinite linear;
    height: 319px;
    width: 319px;
    left: calc(50% - 160px);
    margin-top: -25px;
}

@keyframes sbs-530290403-1671361136565 {
    0% {
        opacity: 1;
        transform: scale(1, 1);
        animation-timing-function: ease-out;
    }
    100% {
        opacity: 0;
        transform: scale(12, 12);
    }
}

.animation-service-pulse {
    z-index: 0;
}

.services-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 15px;
    /* background: linear-gradient(180deg, transparent, #ffffff 99.9%); */
    margin-top: -300px;
}


.services-content .circle-overlay {
    background: white;
    width: 3000px;
    height: 2300px;
    border-radius: 100%;
    left: calc(50% - 1500px);
    top: 0;
    position: absolute;
    z-index: -1;
}

.services-content .services-types {
    height: 220px;
    position: relative;
    margin-bottom: 80px;
}

.services-content .services-types-table {
    animation: sbs-529949692-1671369656113 13.6s infinite linear;
    color: #cb9c4e;
    font-size: 59px;
    font-family: 'Gabriela', Arial, sans-serif;
    /*line-height: 1.2;*/
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    line-height: 75px;
    text-align: center;
    position: relative;
    top: -500px;
}

.services-content .services-types:after, .services-content .services-types:before {
    content: "";
    position: absolute;
    opacity: 0.85;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    width: 100%;
    height: 80px;
    left: 0;
    right: 0;
    z-index: 1;
}

.services-content .services-types:after {
    bottom: 0;
    height: 70px;
}

.services-content .services-types:before {
}


@keyframes sbs-529949692-1671369656113 {
    0% {
        transform: translateY(0px) scale(1, 1);
        animation-timing-function: linear;
    }
    5% {
        transform: translateY(0px) scale(1, 1);
        animation-timing-function: ease-in-out;
    }
    12% {
        transform: translateY(66px) scale(1.05, 1.05);
        animation-timing-function: ease-in-out;
    }
    17% {
        transform: translateY(66px) scale(1.05, 1.05);
        animation-timing-function: ease-in-out;
    }
    24% {
        transform: translateY(148px) scale(1, 1);
        animation-timing-function: ease-in-out;
    }
    29% {
        transform: translateY(148px) scale(1, 1);
        animation-timing-function: ease-in-out;
    }
    36% {
        transform: translateY(213px) scale(1.05, 1.05);
        animation-timing-function: ease-in-out;
    }
    41% {
        transform: translateY(213px) scale(1.05, 1.05);
        animation-timing-function: ease-in-out;
    }
    48% {
        transform: translateY(288px) scale(1, 1);
        animation-timing-function: ease-in-out;
    }
    53% {
        transform: translateY(288px) scale(1, 1);
        animation-timing-function: ease-in-out;
    }
    60% {
        transform: translateY(367px) scale(1.05, 1.05);
        animation-timing-function: ease-in-out;
    }
    65% {
        transform: translateY(367px) scale(1.05, 1.05);
        animation-timing-function: ease-in-out;
    }
    72% {
        transform: translateY(435px) scale(1, 1);
        animation-timing-function: ease-in-out;
    }
    77% {
        transform: translateY(435px) scale(1, 1);
        animation-timing-function: ease-in-out;
    }
    84% {
        transform: translateY(517px) scale(1.05, 1.05);
        animation-timing-function: ease-in-out;
    }
    89% {
        transform: translateY(517px) scale(1.05, 1.05);
        animation-timing-function: ease-in-out;
    }
    100% {
        transform: translateY(579px) scale(1, 1);
    }
}

.animated-images {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    height: 800px;
}

.animated-images .image {
    transition: all .2s linear;
}

.animated-plates .image {
    width: 500px;
    height: 500px;
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 250px);
    border-radius: 100%;
    top: calc(50% - 250px);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.animated-plates .image:nth-child(1) {
    background-image: url("https://thumb.tildacdn.com/tild6366-6561-4661-b633-353238343963/-/resize/500x/-/format/webp/-02-33-.png");
}

.animated-plates .image:nth-child(2) {
    background-image: url("https://thumb.tildacdn.com/tild3665-6635-4262-a161-386663616234/-/resize/500x/-/format/webp/-02-33-.png");

}

.animated-plates .image:nth-child(3) {
    background-image: url("https://thumb.tildacdn.com/tild3136-6162-4463-b639-393532396232/-/resize/500x/-/format/webp/-02-33-.png");

}

.animated-plates .image:nth-child(4) {
    background-image: url("https://thumb.tildacdn.com/tild3464-3966-4135-a266-363335396164/-/resize/500x/-/format/webp/-02-33-.png");

}

.animated-plates .image:nth-child(5) {
    background-image: url("https://thumb.tildacdn.com/tild3938-3264-4432-a639-323033666463/-/resize/500x/-/format/webp/-02-33-.png");

}

.animated-plates .image:nth-child(6) {
    background-image: url("https://thumb.tildacdn.com/tild3636-3365-4363-b265-343635613834/-/resize/500x/-/format/webp/-02-33-.png");
}

.animated-card {
    top: 200px;
}

.animated-card .image {
    width: 566px;
    height: 684px;
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 283px);
    border-radius: 15px;
    top: calc(50% - 342px);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.animated-card .image:nth-child(1) {
    background-image: url("https://thumb.tildacdn.com/tild3066-3836-4334-a333-363633636339/-/cover/566x684/center/center/-/format/webp/IMG_1584-3393_2.jpg")
}

.animated-card .image:nth-child(2) {
    background-image: url("https://thumb.tildacdn.com/tild3664-3133-4162-a636-386363383633/-/cover/566x684/left/top/-/format/webp/IMG_1610-419.jpg")
}

.animated-flat .image {
    width: 566px;
    height: 684px;
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 283px);
    border-radius: 15px;
    top: calc(50% - 342px);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.animated-flat .image:nth-child(1) {
    background-image: url("https://thumb.tildacdn.com/tild6330-6363-4566-a161-343135336630/-/cover/566x684/center/center/-/format/webp/logogfffdd4f4dd3444d.jpg")
}

.animated-flat .image:nth-child(2) {
    background-image: url("https://thumb.tildacdn.com/tild6331-3233-4134-b161-656338333765/-/cover/566x684/left/top/-/format/webp/logogfffdd4fff4dd344.jpg")
}


.text-animated-container {
}

.text-animated-container .overline {
    position: absolute;
    width: 100%;
    height: 41px;
    top: 0;
    right: 0;
}

.text-animated-container .text-animated {
}


.fade-in {
    transition: all 0.4s ease-in-out;
    transform-origin: center;
    transform: translateY(20px);
    opacity: 0;
}

.fade-in.show {
    transform: translateY(0px);
    opacity: 1;
}

.error-404-bg {

}

.error-404-bg .logo {
    width: 234px;
    height: 123px;
    background-image: url("https://static.tildacdn.com/tild3463-3931-4562-a632-373530653338/GLORIA_LOGO_.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 100px auto 0 auto;
}

/*CATALOG*/
.cat-item {
    /*overflow: hidden;*/
}
.cat-item .cat-item-header{
    font-size: 30px;
}

.cat-item .cat-image {
    height: 396px;
    width: 260px;
    background-color: var(--bs-light);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 260px;
    border-radius: 15px;
}

.cat-item .cat-drawing {
    width: 250px;
    height: 250px;
    margin-top: 25px;
}

.cat-item .cat-gallery-item {
    width: 155px;
    height: 155px;
    border-radius: 15px;
    margin-bottom: 15px;
    cursor: zoom-in;
}


@media (min-width: 700px) {
    .title-container .video-title {
        left: calc(50% - 272px);
        width: 555px;
    }

    .title-container .video-title .title-header {
        opacity: 0.6;
        font-size: 18px;
        line-height: 22px;
        top: 355px;
    }

    .services-content {
        padding: 180px 0 0 0;
    }

    .about .about-video-widget {
        width: 540px;
        height: 270px;
        position: relative;
        overflow: hidden;
    }

    .pt-100 {
        padding-top: 100px;
    }
}
