:root {
    --primary: #1485ea;
    --primary-rgb: 20, 133, 234;
    --primary-gradient-1: #1485ea;
    --primary-gradient-2: #1574c9;
    --secondary: #e54b3b;
    --secondary-gradient-1: #e54b3b;
    --secondary-gradient-2: #dd2476;
    --danger: #e74c3c;
    --danger-gradient-1: #e74c3c;
    --danger-gradient-2: #dd4131
}

body {
    min-height: 100vh;
    width: 100vw;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 15px !important;
    line-height: 16px !important;
    overflow-x: hidden;
    background: #181718
}

@media (max-width: 1200px),(min-height: 700px) {
    body {
        overflow-y: auto
    }
}

.modal-open {
    overflow: hidden !important
}

.modal-open .map-navigation {
    display: none
}

:root {
    --color-text: #fff;
    --color-bg: #000;
    --color-link: #f9d77e;
    --color-link-hover: #fff;
    --color-info: #efc453;
    --glitch-width: 100vw;
    --glitch-height: 100vh;
    --gap-horizontal: 10px;
    --gap-vertical: 5px;
    --time-anim: 4s;
    --delay-anim: 2s;
    --blend-mode-1: none;
    --blend-mode-2: none;
    --blend-mode-3: none;
    --blend-mode-4: none;
    --blend-mode-5: overlay;
    --blend-color-1: transparent;
    --blend-color-2: transparent;
    --blend-color-3: transparent;
    --blend-color-4: transparent;
    --blend-color-5: #af4949
}

.glitch {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.glitch .glitch__item {
    background: url("../img/main-bg.png") no-repeat 50% 50%/cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.glitch .glitch__item:nth-child(n+2) {
    opacity: 0;
    animation-duration: var(--time-anim);
    animation-delay: var(--delay-anim);
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.glitch .glitch__item:nth-child(2) {
    background-color: var(--blend-color-2);
    background-blend-mode: var(--blend-mode-2);
    animation-name: glitch-anim-2
}

.glitch .glitch__item:nth-child(2) {
    background-color: var(--blend-color-3);
    background-blend-mode: var(--blend-mode-3);
    animation-name: glitch-anim-3
}

.glitch .glitch__item:nth-child(4) {
    background-color: var(--blend-color-4);
    background-blend-mode: var(--blend-mode-4);
    animation-name: glitch-anim-4
}

.glitch .glitch__item:nth-child(5) {
    background-color: var(--blend-color-5);
    background-blend-mode: var(--blend-mode-5);
    animation-name: glitch-anim-flash
}

@keyframes glitch-anim-flash {
    0%, 5% {
        opacity: .2;
        transform: translate3d(var(--glitch-horizontal), var(--glitch-height), 0)
    }
    5.5%, 100% {
        opacity: 0;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes glitch-anim-2 {
    0% {
        opacity: 1;
        transform: translate3d(var(--gap-horizontal), 0, 0);
        -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
        clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%)
    }
    2% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
        clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%)
    }
    4% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
        clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%)
    }
    6% {
        -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
        clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%)
    }
    8% {
        -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
        clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%)
    }
    10% {
        -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
        clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%)
    }
    12% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
        clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%)
    }
    14% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
        clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%)
    }
    16% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
        clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%)
    }
    18% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
        clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%)
    }
    20% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
        clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%)
    }
    21.9% {
        opacity: 1;
        transform: translate3d(var(--gap-horizontal), 0, 0)
    }
    22%, 100% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
        -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
        clip-path: polygon(0 0, 0 0, 0 0, 0 0)
    }
}

@keyframes glitch-anim-3 {
    0% {
        opacity: 1;
        transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
        -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
        clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%)
    }
    3% {
        -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
        clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%)
    }
    5% {
        -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
        clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%)
    }
    7% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
        clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%)
    }
    9% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
        clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%)
    }
    11% {
        -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
        clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%)
    }
    13% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
        clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%)
    }
    15% {
        -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
        clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%)
    }
    17% {
        -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
        clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%)
    }
    19% {
        -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
        clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%)
    }
    20% {
        -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
        clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%)
    }
    21.9% {
        opacity: 1;
        transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0)
    }
    22%, 100% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
        -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
        clip-path: polygon(0 0, 0 0, 0 0, 0 0)
    }
}

@keyframes glitch-anim-4 {
    0% {
        opacity: 1;
        transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
        -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
        clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%)
    }
    1.5% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
        clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%)
    }
    2% {
        -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
        clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%)
    }
    2.5% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
        clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%)
    }
    3% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
        clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%)
    }
    5% {
        -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
        clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%)
    }
    5.5% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
        clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%)
    }
    7% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
        clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%)
    }
    8% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
        clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%)
    }
    9% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
        clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%)
    }
    10.5% {
        -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
        clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%)
    }
    11% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
        clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%)
    }
    13% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
        clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%)
    }
    14% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
        clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%)
    }
    14.5% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
        clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%)
    }
    15% {
        -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
        clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%)
    }
    16% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
        clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%)
    }
    18% {
        -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
        clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%)
    }
    20% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
        clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%)
    }
    21.9% {
        opacity: 1;
        transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1)
    }
    22%, 100% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
        -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
        clip-path: polygon(0 0, 0 0, 0 0, 0 0)
    }
}

@media (max-width: 1200px),(min-height: 600px) {
    .glitch::before {
        content: "";
        bottom: -5px;
        left: 0;
        position: absolute;
        z-index: 1;
        height: 50%;
        width: 100%;
        background: linear-gradient(to bottom, transparent, #181718)
    }

    .glitch * {
        background-position: 30% 100% !important
    }
}

.btn {
    display: flex !important;
    align-items: center !important;
    padding: 13px 20px !important;
    border-radius: 0 !important;
    border: 0 !important;
    font-size: 14px !important;
    width: max-content
}

.btn svg {
    margin-right: .5rem !important
}

.btn.btn-primary, .btn.btn-secondary {
    background-size: 400%;
    transition: .5s background ease
}

.btn.btn-primary:hover, .btn.btn-secondary:hover {
    background-position: 100% 100%
}

.btn.btn-primary {
    background-image: linear-gradient(96.84deg, var(--primary-gradient-1), var(--primary-gradient-2), var(--primary-gradient-2), var(--primary-gradient-1), var(--primary-gradient-2), var(--primary-gradient-1))
}

.btn.btn-secondary {
    background-image: linear-gradient(96.84deg, var(--secondary-gradient-1), var(--secondary-gradient-2), var(--secondary-gradient-2), var(--secondary-gradient-1), var(--secondary-gradient-2), var(--secondary-gradient-1))
}

.btn.btn-light {
    background-color: #fff !important;
    color: var(--primary) !important;
    font-weight: bold !important;
    font-size: 16px !important
}

.btn.btn-outline-primary {
    background: rgba(var(--primary-rgb), 0.2);
    color: var(--primary);
    border: 1px solid var(--primary) !important;
    padding: 18px 50px !important;
    transition: .3s ease background;
    font-weight: bold;
    font-size: 16px !important;
    position: relative
}

.btn.btn-outline-primary::before {
    content: "";
    background: var(--primary);
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s ease width;
    z-index: -1
}

.btn.btn-outline-primary:hover {
    background: rgba(var(--primary-rgb), 0.3);
    color: #fff;
    border-color: transparent !important
}

.btn.btn-outline-primary:hover::before {
    width: 100%
}

@media (max-width: 1200px) {
    .btn.btn-outline-primary {
        background-image: linear-gradient(97.1deg, var(--primary-gradient-1), var(--primary-gradient-2));
        color: #fff !important
    }

    .btn.btn-outline-primary:hover {
        background-image: linear-gradient(97.1deg, var(--primary-gradient-1), var(--primary-gradient-2));
        color: #fff !important
    }

    .btn.btn-outline-primary::before {
        content: unset !important
    }
}

a:focus, a:active, a:hover, button:focus, button:active, button:hover, .form-control:focus, .form-control:active, .form-control:hover {
    outline: none !important;
    box-shadow: none !important
}

.nav-link:not(.active) .glitch-text, .btn .glitch-text {
    text-decoration: none;
    margin: 0;
    position: relative;
    z-index: 1
}

.nav-link:not(.active) .glitch-text:before, .nav-link:not(.active) .glitch-text:after, .btn .glitch-text:before, .btn .glitch-text:after {
    display: block;
    content: attr(data-glitch);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1
}

.nav-link:not(.active) .glitch-text:after, .btn .glitch-text:after {
    color: #f0f;
    z-index: -2
}

.nav-link:not(.active) .glitch-text:before, .btn .glitch-text:before {
    color: aqua;
    z-index: -1
}

.nav-link:not(.active) .glitch-text:hover:before, .btn .glitch-text:hover:before {
    animation: glitch-text .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 1
}

.nav-link:not(.active) .glitch-text:hover:after, .btn .glitch-text:hover:after {
    animation: glitch-text .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both 1
}

.btn:hover .glitch-text:before {
    animation: glitch-text .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 5
}

.btn:hover .glitch-text:after {
    animation: glitch-text .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both 5
}

@keyframes glitch-text {
    0% {
        transform: translate(0);
        opacity: 0
    }
    20% {
        transform: translate(-2px, 2px);
        opacity: .8
    }
    40% {
        transform: translate(-2px, -2px);
        opacity: .8
    }
    60% {
        transform: translate(2px, 2px);
        opacity: .8
    }
    80% {
        transform: translate(2px, -2px);
        opacity: .8
    }
    to {
        transform: translate(0);
        opacity: 0
    }
}

h1, .h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: left
}

p, .p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left
}

.form-control {
    border: 0 !important;
    background-color: #f1f5fc !important;
    padding: 1rem !important;
    border-radius: 0 !important
}

.form-control::placeholder {
    color: #aebdd2
}

.container-max-height {
    height: calc(100vh - 180px - 121px) !important
}

@media (min-width: 1200px)and (max-height: 768px) {
    .container-max-height {
        height: calc(100vh - 121px) !important
    }
}

.navbar {
    z-index: 1000000000000000000;
    padding: 30px 0 !important
}

.navbar .collapse {
    justify-content: flex-end
}

.navbar .navbar-nav {
    align-items: center
}

.navbar .navbar-nav li:last-child a {
    padding-right: 0 !important
}

.navbar .navbar-nav a {
    --padding: 1rem;
    font-weight: 400;
    position: relative;
    padding: 0 var(--padding) !important;
    color: #fff !important
}

.navbar .navbar-nav a::before {
    content: "";
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background-image: linear-gradient(to right, var(--primary-gradient-1), var(--primary-gradient-2));
    transition: .3s ease width;
    width: 0;
    height: 2px
}

.navbar .navbar-nav a.active {
    color: var(--primary) !important;
    font-weight: 900
}

.navbar .navbar-nav a.active::before {
    width: calc(100% - (var(--padding) * 2))
}

.navbar-toggler {
    color: #fff !important;
    border-color: transparent !important
}

.navbar-toggler:not(.close) {
    margin-right: -0.75rem
}

@media (max-width: 1200px) {
    #navbar-content {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 100vw;
        background: rgba(255, 255, 255, .9);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        z-index: 100000000000000;
        display: block !important;
        transition: .3s ease transform
    }

    #navbar-content.collapsing {
        height: 100vh !important
    }

    #navbar-content:not(.show) {
        transform: translateX(100vw)
    }

    .modal-open .navbar {
        visibility: hidden
    }

    .navbar .navbar-nav {
        align-items: flex-start;
        padding-top: 75px
    }

    .navbar .navbar-nav a {
        color: #2c3e50 !important;
        font-size: 22px;
        line-height: 56px;
        font-weight: bold;
        margin: 0 !important;
        padding: 0 30px !important
    }

    .navbar .navbar-nav a::before {
        content: unset !important
    }

    .navbar .navbar-nav .btn {
        background: transparent !important;
        color: #e64b3b !important;
        font-size: 22px !important;
        line-height: 56px !important;
        font-weight: bold !important;
        padding: 0 !important
    }

    .navbar-open {
        overflow: hidden
    }

    .navbar-open footer {
        position: fixed !important;
        bottom: 0 !important;
        z-index: 100000000000000000000;
        color: #2c3e50 !important;
        animation: footerBubble .3s .3s backwards ease
    }

    @keyframes footerBubble {
        0% {
            opacity: 0
        }
        100% {
            opacity: 1
        }
    }.navbar-open footer a {
         color: #2c3e50 !important
     }
}

.header {
    position: relative;
    z-index: 1;
    margin: 50px 0;
    display: flex;
    align-items: center
}

.header-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.header-content h1, .header-content p, .header-content a {
    transition: all .7s ease !important
}

.header-content h1 {
    margin-bottom: 30px
}

.header-content p {
    margin-bottom: 80px
}

.header-slider--dots {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: calc(50% - 8rem);
    left: -3rem !important;
    transform: translateY(-50%);
    height: max-content !important;
    width: max-content !important
}

.header-slider--dots span {
    border: 0 !important;
    background: #fff !important;
    cursor: pointer;
    margin: 3.5px !important;
    height: 7px !important;
    width: 7px !important;
    border-radius: 50% !important;
    padding: 0 !important;
    display: block
}

.header-slider--dots span:not(.swiper-pagination-bullet-active) {
    background-color: rgba(255, 255, 255, .5) !important
}

@media (max-width: 1200px) {
    .header {
        height: max-content;
        margin-bottom: 0;
        overflow: hidden;
        margin-top: 0 !important
    }

    .header p {
        margin-bottom: 120px
    }

    .header-slider--dots {
        top: initial !important;
        bottom: 5rem !important;
        left: 0 !important;
        flex-direction: row
    }

    .container-max-height {
        height: max-content !important
    }

    .map-inner {
        margin-top: 0 !important
    }
}

.footer {
    position: absolute;
    bottom: 3rem;
    width: 100vw;
    left: 0;
    z-index: 1;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 22px;
    color: #9cc3d9
}

.footer .social-icons {
    display: flex;
    margin-bottom: 10px
}

.footer .social-icons a {
    color: #9cc3d9;
    transition: .3s ease color
}

.footer .social-icons a:not(:last-child) {
    margin-right: 2rem
}

.footer .social-icons a:hover {
    color: #fff
}

.footer .social-icons a svg {
    font-size: 24px
}

@media (max-width: 1200px) {
    .footer {
        position: relative;
        bottom: 0;
        padding: 1rem 1rem 30px
    }
}

@keyframes article-hover {
    0% {
        width: 2px;
        opacity: 1
    }
    50% {
        transform: translateX(0);
        width: 100%;
        opacity: .5
    }
    75% {
        transform: translateX(100%);
        width: 100%;
        opacity: .5
    }
    76% {
        width: 2px;
        transform: translateX(-100px)
    }
    77% {
        width: 2px;
        opacity: 1;
        transform: translateX(-2px)
    }
    100% {
        width: 2px;
        opacity: 1;
        transform: translateX(0)
    }
}

.last-articles-wrapper {
    position: absolute;
    bottom: 3rem;
    right: 0px;
    z-index: 3;
    overflow: hidden
}

.last-articles {
    display: flex;
    transition: .3s transform ease
}

.last-articles:not(:hover) {
    transform: translateX(3rem)
}

.last-articles-item {
    display: flex;
    height: 130px;
    width: 350px;
    margin-right: .5rem;
    background: rgba(0, 0, 0, .3);
    transition: ease background .3s;
    text-decoration: none;
    color: #fff !important
}

.last-articles-item:hover {
    background: rgba(0, 0, 0, .5)
}

.last-articles-item:hover .article-image:before {
    animation: article-hover 1s ease
}

.last-articles-item .article-image {
    position: relative;
    overflow: hidden
}

.last-articles-item .article-image::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: var(--primary)
}

.last-articles-item .article-image .play-button {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%
}

.last-articles-item .article-image .play-button svg {
    font-size: 30px
}

.last-articles-item .article-image img {
    height: 100%;
    width: 100px;
    object-fit: cover
}

.last-articles-item .article-title {
    padding: 13px;
    flex: 1
}

.last-articles-item .article-title .article-title--heading {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.last-articles-item .article-title .article-title--heading .tag {
    background-image: linear-gradient(97.1deg, var(--primary-gradient-1), var(--primary-gradient-2));
    border-radius: 0 !important;
    font-size: 11px !important;
    line-height: 13px !important;
}

.last-articles-item .article-title .article-title--heading .date {
    color: #9ebbd5;
    font-size: 12px !important
}

.last-articles-item .article-title h2 {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: bold !important
}

.last-articles-item.video .article-image:before {
    background: var(--secondary)
}

.last-articles-item.video .article-title .article-title--heading .tag {
    background-image: linear-gradient(97.1deg, var(--secondary-gradient-1), var(--secondary-gradient-2))
}

@media (max-width: 1200px) {
    .last-articles-wrapper {
        position: relative;
        bottom: 0;
        right: 0
    }

    .last-articles {
        transform: none !important;
        flex-direction: column;
        margin-bottom: 3rem
    }

    .last-articles-item {
        width: 100%;
        margin-bottom: 1rem !important
    }
}

.map {
    position: relative;
    z-index: 100000000;
    display: flex;
    justify-content: flex-end;
    width: 100% !important;
    max-width: 700px
}

.map .map-image {
    transform: translateX(-25%);
    opacity: 0
}

.map .map-image img {
    width: 100%;
    height: initial !important
}

.map.ready .map-image {
    transition: .3s ease transform, .3s ease opacity
}

.map.from-right .map-image {
    transform: translateX(25%) !important
}

.map.active .map-image {
    opacity: 1;
    transform: translateX(0) !important
}

.map.hidden {
    display: none
}

.map-content {
    width: 100%
}

.map-header {
    width: max-content;
    margin-bottom: 1rem;
    padding-right: 10rem
}

.map-header .title {
    display: flex;
    align-items: center
}

.map-header .title .date {
    background-image: linear-gradient(97.1deg, var(--primary-gradient-1), var(--primary-gradient-2));
    padding: 5px 7px;
    width: 40px;
    text-align: center;
    margin-right: 10px
}

.map-header .title .date .day {
    font-size: 23px;
    font-weight: 900;
    line-height: 27px;
    letter-spacing: -0.03em
}

.map-header .title .date .month {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px
}

.map-header .title .subtitle {
    font-size: 16px;
    font-weight: 900;
    line-height: 19px;
    color: var(--primary);
    margin-bottom: 2px
}

.map-header .title .city {
    font-size: 28px;
    font-weight: 900;
    line-height: 33px
}

.map .map-image {
    position: relative;
    width: max-content;
    float: right;
    width: 100%
}

.map .map-field {
    position: absolute;
    padding: 5px;
    font-size: 12px;
    line-height: 12px;
    background: #c4dcf2;
    color: #3d678c
}

.map .map-field.active {
    z-index: 10000
}

.map .map-field.active::before {
    z-index: 100000
}

.map .map-field:before {
    content: "";
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    height: 7px;
    width: 7px;
    border-radius: 50%;
    display: block;
    background-color: #c4dcf2
}

.map .map-field[data-map-modal] {
    background-image: linear-gradient(97.1deg, var(--primary-gradient-1), var(--primary-gradient-2));
    cursor: pointer;
    color: #fff
}

.map .map-field[data-map-modal]:before {
    background: var(--primary)
}

.map .map-modal {
    position: fixed;
    top: 25%;
    right: 5rem;
    z-index: 1000000;
    background: rgba(5, 11, 29, .9);
    box-shadow: 0px 30px 60px rgba(0, 0, 0, .3);
    width: 400px;
    padding: 50px 30px 75px;
    transition: .3s ease transform, .3s ease opacity
}

.map .map-modal:not(.active) {
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%)
}

.map .map-modal h2 {
    font-size: 24px;
    font-weight: 900;
    line-height: 31px
}

.map .map-modal .date {
    color: #9ebbd5;
    font-size: 12px;
    margin-bottom: 30px
}

.map .map-modal-content--images {
    display: flex;
    margin-bottom: 20px
}

.map .map-modal-content--images .swiper-slide {
    width: 80px
}

.map .map-modal-content--images a {
    width: 80px
}

.map .map-modal-content--images img {
    height: 80px;
    width: 80px
}

.map .map-modal-content--images img:not(:last-child) {
    margin-right: 8px;
    display: inline-block
}

.map .map-modal-content .content {
    font-size: 16px
}

.map .map-modal-content .btn {
    position: absolute;
    bottom: 0;
    right: 0
}

.backface {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, .25);
    height: 100vh;
    width: 100vw
}

.backface:not(.active) {
    display: none
}

.close {
    background-image: linear-gradient(97.1deg, var(--danger-gradient-1), var(--danger-gradient-2));
    width: max-content;
    height: 40px !important;
    width: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    border-radius: 0 !important
}

.map-inner {
    position: relative;
    z-index: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: flex-end
}

@media (min-width: 1200px) {
    .map-inner {
        margin-left: 0
    }
}

.map-navigation {
    display: flex;
    position: absolute;
    right: .5rem;
    top: 0;
    z-index: 1000000000000000000000
}

.map-navigation button {
    padding: 0 15px !important;
    background: transparent !important;
    border: 0 !important;
    height: 54px;
    display: flex;
    align-items: center;
    margin-left: .5rem;
    cursor: pointer
}

.map-navigation button:hover {
    background: rgba(255, 255, 255, .05) !important;
    transition: background .3s ease
}

.map-navigation button:hover:hover {
    background: rgba(255, 255, 255, .1) !important
}

.map-navigation button:hover svg {
    color: var(--primary) !important
}

.map-navigation button svg {
    color: #fff;
    font-size: 14px
}

@media (max-width: 1200px) {
    .map {
        width: 100%
    }

    .map-content {
        width: 100%
    }

    .map-modal {
        right: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        top: 0 !important
    }

    .map-modal-content button {
        position: static !important;
        margin-top: 3rem
    }

    .map-image {
        width: 75% !important;
        margin: 0 auto;
        float: initial !important
    }

    .map-image img {
        height: auto !important;
        width: 100% !important
    }

    .map-navigation {
        right: 1rem
    }
}

@media (max-width: 640px) {
    .map-image {
        width: 100% !important
    }
}

.fslightbox-container {
    z-index: 1000000000000000300000000 !important
}

@media (min-width: 576px) {
    .container-article {
        max-width: 530px !important
    }

    .container-contact {
        max-width: 530px !important
    }
}

@media (min-width: 768px) {
    .container-article {
        max-width: 530px !important
    }

    .container-contact {
        max-width: 730px !important
    }
}

@media (min-width: 992px) {
    .container-article {
        max-width: 530px !important
    }

    .container-contact {
        max-width: 830px !important
    }
}

@media (min-width: 1200px) {
    .container-article {
        max-width: 730px !important
    }

    .container-contact {
        max-width: 830px !important
    }
}

@media (min-width: 1400px) {
    .container-article {
        max-width: 830px !important
    }

    .container-contact {
        max-width: 930px !important
    }
}


@media (min-width: 576px) {
    .container-article-ogretici {
        max-width: 530px !important
    }

    .container-contact {
        max-width: 530px !important
    }
}

@media (min-width: 768px) {
    .container-article-ogretici {
        max-width: 530px !important
    }

    .container-contact {
        max-width: 730px !important
    }
}

@media (min-width: 992px) {
    .container-article-ogretici {
        max-width: 530px !important
    }

    .container-contact {
        max-width: 830px !important
    }
}

@media (min-width: 1200px) {
    .container-article-ogretici {
        max-width: 730px !important
    }

    .container-contact {
        max-width: 830px !important
    }
}

@media (min-width: 1400px) {
    .container-article-ogretici {
        max-width: 1080px !important
    }

    .container-contact {
        max-width: 930px !important
    }
}

.page .page-inner p {
    text-align: justify
}

.close {
    height: 50px !important;
    width: 50px !important;
    font-size: 20px !important;
    color: #fff !important
}

.page {
    position: relative;
    width: 100vw;
    background: #f8fbff;
    color: #2c3e50;
    overflow: scroll;
    min-height: 100vh
}

.page-title {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    font-size: 176px;
    font-weight: 900;
    line-height: 169px;
    color: transparent;
    -webkit-text-stroke: 1px #edf5ff;
    text-transform: uppercase
}

.page .close {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10
}

.page .close svg {
    color: #fff
}

.page .page-inner {
    padding: 40px 0;
    position: relative;
    --header-img-height: 400px
}

.page .page-inner h1 {
    font-size: 36px;
    font-weight: 900;
    line-height: 42px;
    margin-bottom: 1rem !important
}

.page .page-inner h2 {
    font-size: 36px;
    font-weight: 900;
    line-height: 42px
}

.page .page-inner h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 2rem 0 1rem 0 !important
}

.page .page-inner .d-flex .ogretici {
    margin-top: 1rem
}

.page .page-inner .d-flex {
    margin-top: 4rem
}

.page .page-inner .d-flex .text {
    margin-right: 3rem
}

.page .page-inner .d-flex .images {
    width: 350px !important;
    min-width: 350px;
    height: 350px
}

.page .page-inner .d-flex .images img {
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important
}

.page .page-inner .d-flex .swiper-pagination-bullet {
    background: #fff !important
}

.page .page-inner .date, .page .page-inner .small, .page .page-inner small {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #95acc2;
    margin-bottom: 30px
}

.page .page-inner p {
    font-size: 16px;
    line-height: 22px
}

.page .page-inner p b {
    font-weight: 900 !important;
    font-size: 22px;
    line-height: 23px;
    color: #2c3e50;
    margin: 2rem 0;
    display: block
}

.page .page-inner blockquote {
    color: var(--primary);
    font-style: italic;
    font-size: 24px;
    line-height: 32px;
    margin: 20px 0 30px
}

.page .page-inner .img-heading, .page .page-inner img {
    margin: 40px -15% 40px;
    width: 130%;
    height: var(--header-img-height);
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1
}

.page .page-social {
    position: absolute;
    padding-top: calc(var(--header-img-height) + 45px + 80px);
    top: 0;
    left: -10%;
    height: 100%
}

.page .page-social--content {
    position: sticky;
    top: 1rem
}

.page .page-social a {
    display: block;
    margin-bottom: 4px;
    --background: rgba(85, 172, 238, 0.1);
    color: rgb(var(--color));
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    transition: ease .3s background;
    font-size: 18px;
    cursor: pointer
}

.page .page-social a:hover {
    background: var(--background)
}

.page .page-social .facebook {
    --color: 57, 81, 133
}

.page .page-social .twitter {
    --color: 85, 172, 238
}

.page .page-social .linked-in {
    --color: 10, 102, 194
}

.page .page-social .copy-url {
    --color: 96, 111, 126
}

.page-navigation--link {
    position: fixed;
    top: 50%;
    color: inherit !important;
    text-decoration: none !important;
    transform: translateY(-50%);
    z-index: 1
}

.page-navigation--link button {
    background: #edf5ff;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    padding: 0 !important;
    transition: transform .3s ease
}

.page-navigation--link:hover button {
    transform: var(--btn-hover-transform) !important
}

.page-navigation--link.next {
    right: 0;
    --btn-hover-transform: translateX(100%);
    --box-hover-transform: translate(100%, -50%)
}

.page-navigation--link.next .hover {
    right: 0
}

.page-navigation--link.prev {
    left: 0;
    --btn-hover-transform: translateX(-100%);
    --box-hover-transform: translate(-100%, -50%)
}

.page-navigation--link:not(:hover) .hover {
    transform: var(--box-hover-transform)
}

.page-navigation--link .hover {
    padding: 1rem;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    transition: transform .3s ease
}

.card-article {
    width: 260px;
    padding: 1rem;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(43, 43, 43, .07);
    border: 0 !important
}

.card-article img {
    width: 100%;
    height: 125px;
    object-fit: cover;
    margin-bottom: 8px
}

.card-article h2 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 1rem
}

.card-article .date {
    font-size: 12px;
    line-height: 14px;
    color: #95acc2
}

.contact-social {
    margin-top: 3rem !important;
    margin-bottom: 2rem;
    flex-direction: row !important
}

.contact-social a {
    color: #95acc2 !important;
    margin-right: 1.5rem;
    transition: .3s ease color;
    font-size: 22px
}

.contact-social a:hover {
    color: var(--primary) !important
}

.contact-field {
    display: flex;
    margin-top: 1rem;
    color: #2c3e50;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left
}

.contact-field svg {
    margin-right: .75rem;
    height: 1rem;
    width: 1rem;
    min-width: 1.25rem;
    margin-top: .25rem
}

.contact-form {
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0px 2px 4px rgba(43, 43, 43, .07);
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.page-other-articles {
    margin-top: 2rem;
    padding-bottom: 2rem
}

.swiper-title {
    color: #1485ea;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 1rem;
    display: none
}

.page.centered {
    height: 100vh
}

.page.centered .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: max-content;
    z-index: 1
}

.page.centered p {
    color: #2c3e50
}

.page.centered .page-inner {
    width: 100%;
    height: 500px
}

@media (max-width: 1200px) {
    .swiper-title {
        display: block
    }

    .card-article {
        width: 100%
    }

    .page .page-inner {
        padding: 1px 0 !important
    }

    .page .page-inner img, .page .page-inner .img-heading {
        margin: 30px 0 0 !important;
        width: 100% !important;
        margin-bottom: 40px !important
    }

    .page .page-inner .d-flex {
        flex-direction: column-reverse
    }

    .page .page-inner .d-flex .text {
        margin-right: 0 !important
    }

    .page .page-inner .d-flex .images {
        width: 100% !important;
        margin-bottom: 2rem
    }

    .page-title {
        display: none !important
    }

    .page-social {
        position: relative !important;
        left: 0 !important;
        padding: 0 !important;
        margin-bottom: 40px
    }

    .page-social--content {
        top: 0 !important;
        display: flex !important
    }

    .page-social--content a {
        background: var(--background);
        margin: 4px
    }

    .page-navigation {
        display: none
    }
}

.top-layer {
    position: fixed;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #324ad4;
    display: flex;
    justify-content: center;
    align-items: center
}

.top-layer img {
    width: 250px
}

@keyframes openingOpen {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(100%)
    }
}

@keyframes openingClose {
    0% {
        transform: translateY(100%)
    }
    100% {
        transform: translateY(0)
    }
}

.top-layer {
    animation: openingOpen .6s cubic-bezier(0.6, 0.05, 0.4, 1) forwards
}

.top-layer--2 {
    background: #3e58ee;
    animation-delay: .5s
}

.top-layer--3 {
    background: #546eff;
    animation-delay: .3s
}

.top-layer--4 {
    background: #4b66ff;
    animation-delay: .1s
}

.top-layer--5 {
    background: #7e92ff;
    animation-delay: 0s
}

.top-layer.active-reverse {
    transform: translateY(-100%);
    animation: openingClose .6s cubic-bezier(0.6, 0.05, 0.4, 1) forwards;
    animation-delay: .7s
}

.top-layer.active-reverse.top-layer--5 {
    animation-delay: .5s
}

.top-layer.active-reverse.top-layer--4 {
    animation-delay: .3s
}

.top-layer.active-reverse.top-layer--3 {
    animation-delay: .2s
}

.top-layer.active-reverse.top-layer--2 {
    animation-delay: .1s
}

.top-layer.disabled {
    transform: translateY(0);
    animation: openingOpen .6s cubic-bezier(0.6, 0.05, 0.4, 1) forwards !important;
    animation-delay: 0s !important
}

.top-layer.disabled.top-layer--2 {
    animation-delay: .5s !important
}

.top-layer.disabled.top-layer--3 {
    animation-delay: .3s !important
}

.top-layer.disabled.top-layer--4 {
    animation-delay: .1s !important
}

.top-layer.disabled.top-layer--5 {
    animation-delay: 0s !important
}

.card-testimonial {
    border: 0 !important;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(43, 43, 43, .07);
    padding: 1rem 0rem !important
}

.card-testimonial .card-header {
    display: flex;
    align-items: center;
    border: 0 !important;
    background-color: transparent !important
}

.card-testimonial .card-body {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #2c3e50
}

.card-testimonial img {
    height: 48px !important;
    width: 48px !important;
    border-radius: 50% !important;
    margin: 0 .75rem 0 0 !important;
    object-fit: cover
}

.card-testimonial .name {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px
}

.card-testimonial .place {
    font-size: 14px;
    line-height: 22px;
    color: #95acc2
}

.testimonial-slider .swiper-wrapper {
    align-items: center
}

.form-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    display: flex;
    justify-content: center;
    overflow-y: auto;
    transition: .3s ease .3s transform
}

@media (min-height: 500px) {
    .form-modal-wrapper {
        align-items: center;
        padding: 1px 5vh
    }
}

@media (min-width: 550px) {
    .form-modal-wrapper {
        padding: 1px 10vh
    }
}

.form-modal {
    background: #fff;
    z-index: 10;
    height: max-content;
    position: relative;
    color: #2c3e50;
    padding: 30px;
    width: 100%;
    max-width: 445px
}

.form-modal h2 {
    font-weight: 900;
    padding-right: 30px;
    margin-bottom: 1rem
}

.form-modal p {
    padding-right: 30px;
    margin-bottom: 3rem
}

.form-modal form {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.form-modal ::placeholder {
    font-weight: 300
}

.form-modal .btn {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.form-modal-wrapper:not(.active) {
    transform: translateY(100vh);
    visibility: hidden
}

@media (max-width: 968px) {
    .form-modal {
        max-width: max-content !important
    }
}

@media (max-width: 468px) {
    .form-modal-wrapper {
        padding: 1px !important;
        align-items: flex-start
    }

    .form-modal {
        height: 100% !important
    }
}

.testimonials .page-inner {
    display: flex;
    align-items: center
}

.testimonials .page-inner .heading {
    width: 400px;
    margin-right: 3rem
}

.testimonials .page-inner img {
    height: 48px !important;
    width: 48px !important;
    border-radius: 50% !important;
    margin: 0 .75rem 0 0 !important;
    object-fit: cover
}

.testimonials .swiper {
    height: 100%
}

.testimonials .swiper .swiper-slide {
    align-items: center;
    display: flex
}

@media (max-width: 1200px) {
    .testimonials {
        position: relative;
        top: 0 !important;
        left: 0;
        padding: 1px 0
    }

    .testimonials .heading {
        margin-bottom: 2rem;
        width: 100% !important;
        padding-top: 4rem
    }

    .testimonials .page-inner {
        display: block;
        height: max-content !important
    }

    .testimonials .swiper {
        height: max-content
    }

    .testimonials .container {
        position: relative !important;
        transform: none !important;
        top: 0 !important;
        left: 0
    }
}

.page-footer {
    position: relative;
    /*width: 100vw;*/
    left: 0;
    z-index: 1;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 22px;
    color: #9cc3d9
}

.page-footer .social-icons {
    display: flex;
    margin-bottom: 10px
}

.page-footer .social-icons a {
    color: #9cc3d9;
    transition: .3s ease color
}

.page-footer .social-icons a:not(:last-child) {
    margin-right: 2rem
}

.page-footer .social-icons a:hover {
    color: #7bb2d9
}

.page-footer .social-icons a svg {
    font-size: 24px
}

@media (max-width: 1200px) {
    .page-footer {
        position: relative;
        bottom: 0;
        padding: 1rem 0rem 30px
    }
}
 /* #nav-tabContent .ogretici .text { margin-top: 50px;} */
.ogretici-videolar-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { background: #1485ea; color: #fff;  }
.ogretici-videolar-tabs .nav-tabs .nav-link {padding: 10px 25px; margin-top: 50px;  }
.ogretici-videolar-tabs .text { margin-top: 40px;}
.page .page-inner h2 { font-size: 36px; font-weight: 900; line-height: 42px; overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
 }