.footer_menu {
    max-width: 1810px;
    display: none
}

.footer_menu .navbar-nav {
    display: flex;
    list-style: none
}

.footer_menu .navbar-nav .menu-item-has-children {
    padding-left: 20px
}

.footer_menu .navbar-nav .menu-item-has-children .sub-menu li {
    flex-grow: 0
}

.footer_menu .navbar-nav .menu-item-has-children>a::before {
    content: "";
    display: block;
    width: 69px;
    height: 10px;
    margin-bottom: 16px
}

.footer_menu .navbar-nav li {
    list-style: none;
    width: auto;
}

.footer_menu .menu-item-has-children {
    position: relative;
    text-transform: uppercase
}

.footer_menu .menu-item-has-children:not(:last-child)::after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    right: 8%;
    background-color: #fff;
    opacity: .1
}

.footer_menu .menu-item-has-children a,
.footer_menu .menu-item-has-children h4,
.footer_menu .menu-item-has-children h5 {
    position: relative;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.33;
    letter-spacing: -.2px;
    color: #fff;
    margin-right: 25px;
}

.footer_menu .menu-item-has-children a::after,
.footer_menu .menu-item-has-children h4::after,
.footer_menu .menu-item-has-children h5::after {
    animation: gradient 2s linear infinite both;
    background: #fff;
    background-size: 200% 200%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transition: transform .75s cubic-bezier(.19, 1, .22, 1);
    transform-origin: right;
    transform: scaleX(0)
}

.footer_menu .menu-item-has-children a:hover::after,
.footer_menu .menu-item-has-children h4:hover::after,
.footer_menu .menu-item-has-children h5:hover::after {
    transform-origin: left;
    transform: scaleX(1)
}

.footer_menu .sub-menu a,
.footer_menu .sub-menu h4,
.footer_menu .sub-menu h5 {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    text-transform: capitalize;
    opacity: .8
}

.footer_menu .sub-menu a::after,
.footer_menu .sub-menu h4::after,
.footer_menu .sub-menu h5::after {
    animation: gradient 2s linear infinite both;
    background: #fff;
    background-size: 200% 200%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transition: transform .75s cubic-bezier(.19, 1, .22, 1);
    transform-origin: right;
    transform: scaleX(0)
}

.footer_menu .sub-menu a:hover::after,
.footer_menu .sub-menu h4:hover::after,
.footer_menu .sub-menu h5:hover::after {
    transform-origin: left;
    transform: scaleX(1)
}

.footer_menu .sub-menu a span,
.footer_menu .sub-menu h4 span,
.footer_menu .sub-menu h5 span {
    line-height: 1.4;
    display: inline-block
}

.footer_menu h4,
.footer_menu h5 {
    line-height: 1;
    display: inline
}

.footer_menuMobile {
    display: flex;
    flex-direction: column;
    width: 100%
}

.footer_menuMobile .flex-column {
    list-style: none
}

.footer_menuMobile .flex-column .active::after {
    transform: translateY(-50%) rotate(90deg)
}

.footer_menuMobile .flex-column li {
    list-style: none
}

.footer_menuMobile .flex-column>li {
    padding-top: 10px
}

.footer_menuMobile .flex-column>li:not(:last-child) {
    border-bottom: 1px solid rgba(221, 221, 221, .4);
    padding-bottom: 10px
}

.footer_menuMobile .flex-column>li>a {
    padding: 0;
    display: block;
    position: relative
}

.footer_menuMobile .flex-column>li>a::after {
    content: "";
    display: block;
    background-image: url(static/images/arrow.svg);
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: .3s
}

.footer_menuMobile .flex-column>li>a h5 {
    font-size: 13px;
    font-weight: 700;
    line-height: 24px
}

.footer_menuMobile .flex-column .sub-menu {
    display: none
}

.footer_menuMobile .flex-column .sub-menu li {
    font-size: 13px;
    padding-left: 10px
}

.footer_menuMobile .flex-column .sub-menu li:not(:last-child) {
    margin-bottom: 5px
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    color: #fff;
    padding: 0 25.5px;
    background-color: #1c1c20
}

.footer_movingLogo {
    display: none
}

.footer_movingLogo-hidden {
    opacity: 0
}

.footer_movingLogo-logo {
    position: absolute;
    transition: .3s
}

.footer_wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 18px;
    flex-direction: column;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.footer_oneside {
    display: flex;
    justify-content: center;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(221, 221, 221, .3);
    flex-wrap: wrap
}

.footer_oneside-mobile {
    flex-basis: 100%;
    margin-top: 10px
}

.footer_oneside-mobile-address {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #fff;
    opacity: .8;
    display: block;
    text-align: center
}

.footer_oneside-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 100%;
    order: -2;
    margin-bottom: 30px
}

.footer_oneside-logo-desktop {
    display: none
}

.footer_oneside-logo img {
    max-width: 135px;
    height: auto
}

.footer_place {
    display: flex;
    align-items: center;
    margin: 8px
}

.footer_place-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: normal;
    color: transparent;
    -webkit-text-stroke: .7px #fff;
    position: relative;
    cursor: pointer
}

.footer_place-title::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background-color: #3bd3fd7d;
    transition: .3s;
    z-index: 0;
    filter: blur(10px);
    border-radius: 1000px
}

.footer_place-title-active::after {
    transform: translate(-50%, -50%) scale(1.3)
}

.footer_place-title-active::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 9px;
    background-image: url(static/images/arrow-bottom-footer.svg);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%)
}

.footer_place-title span {
    position: relative;
    z-index: 1
}

.footer_place-address {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #fff;
    opacity: .8
}

.footer_place-address-inner {
    width: 180px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.footer_anotherside {
    display: flex;
    margin-bottom: 9px;
    padding-bottom: 31px;
    order: -1;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(221, 221, 221, .3)
}

.footer_anotherside a {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    transition: .4s;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer_anotherside a:not(:last-child) {
    margin-right: 20px
}

.footer_anotherside a:hover {
    transform: translateY(-10px)
}

.footer_links {
    display: flex;
    justify-content: center
}

.footer_links-link {
    opacity: .6;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.83;
    text-align: center;
    color: #fff;
    text-decoration: underline;
    position: relative;
    line-height: 1.4
}

.footer_links-link:not(:first-child) {
    margin-left: 15px
}

.footer_links-link:not(:first-child)::after {
    content: "";
    width: 1px;
    height: 50%;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff
}

.footer_links-link:not(:last-child) {
    margin-right: 15px
}

.footer_mobile {
    margin: 8px 0 16px
}

.footer_mobile-text {
    display: block;
    font-size: 11px;
    opacity: .6;
    font-weight: 600;
    line-height: 2;
    text-align: center;
    color: #fff;
    position: relative
}

.footer_mobile-text:first-child {
    margin-right: 10px
}

.footer_mobile-text:last-child {
    margin-left: 10px
}

.footer_desktop {
    display: none;
    width: calc(100% + 51px);
    padding: 24px 25.5px
}

.footer_desktop-wrapper {
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1810px
}

.footer_desktop>* {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.83;
    text-align: center;
    color: #fff
}

.footer_desktop-link {
    position: relative
}

.footer_desktop-link:hover {
    color: white;
}

.footer_desktop-link::after {
    animation: gradient 2s linear infinite both;
    background: #fff;
    background-size: 200% 200%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transition: transform .75s cubic-bezier(.19, 1, .22, 1);
    transform-origin: right;
    transform: scaleX(0)
}

.footer_desktop-link:hover::after {
    transform-origin: left;
    transform: scaleX(1);

}

.footer_desktop-link:not(:last-child) {
    margin-right: 15px
}

.footer_desktop-link:not(:first-child) {
    position: relative;
    margin-left: 15px
}

.footer_desktop-link:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff
}

.footer_desktop-layer a {
    position: relative
}

.footer_desktop-layer a::after {
    animation: gradient 2s linear infinite both;
    background: #fff;
    background-size: 200% 200%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transition: transform .75s cubic-bezier(.19, 1, .22, 1);
    transform-origin: right;
    transform: scaleX(0)
}

.footer_desktop-layer a:hover::after {
    transform-origin: left;
    transform: scaleX(1)
}

.footer .form {
    padding: 0;
    margin: 20px 0;
    max-width: unset
}

.footer .form_wrapper {
    padding: 26px 16px 40px
}

.footer .form .gform_title {
    font-size: 24px;
    font-weight: 800;
    text-align: left;
    margin-bottom: 0;
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.footer .form .gform_title::after {
    content: "";
    width: 3px;
    height: 70%;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(0, -50%);
    background-color: #3bd3fd
}

.footer .form .gform_description {
    font-size: 17px;
    text-align: left
}

.footer .form .form_niches-wrapper {
    margin-bottom: 20px
}

.footer .form .form_niches-wrapper-desktop {
    display: none !important
}

.footer .form .gform_footer {
    box-shadow: 0 2px 11px 0 #3bd3fd;
    background-color: #3bd3fd
}

.form {
    margin: 0 15px;
    margin-top: 10px;
    margin-bottom: 57px;
    z-index: 9;
    position: relative;
    border-radius: 23px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-top-right-radius: 0;
    background-color: rgba(255, 255, 255, .1);
    margin-top: 60px
}

.form_wrapper {
    width: 100%;
    border-radius: 23px;
    border-top-right-radius: 0;
    padding: 35px 15px;
    position: relative;
    overflow: hidden;
    animation: bd 5s infinite linear;
    background-size: 308% 7px, 7px 300%
}

.form_wrapper:before {
    content: "";
    width: 200px;
    height: 1px;
    position: absolute;
    top: 0;
    left: -200px;
    background-color: #fff;
    opacity: .5;
    animation: moveTop 1.5s infinite linear
}



@media (max-width:1199px) {
    .footer_place-address {
        display: none !important
    }
}

footer {
    display: block
}


blockquote footer {
    display: block;
    font-size: 80%;
    line-height: 1.389;
    color: inherit
}

blockquote footer:before {
    content: '\2014 \00A0'
}


@media (min-width:1200px) and (min-width:1600px) {
    .footer_place {
        margin-right: 20px
    }

    .footer .form .form_niches-wrapper {
        margin-bottom: 0
    }
}


@media (min-width:1200px) {
    .footer_menu {
        display: flex;
        width: 100%;
        padding: 40px 0
    }

    .footer_menu .navbar-nav {
        flex-grow: 1
    }

    .footer_menu .navbar-nav .menu-item-has-children {
        display: flex;
        flex-direction: column
    }

    .footer_menu .navbar-nav .menu-item-has-children .sub-menu {
        display: flex;
        flex-direction: column;
        flex-grow: 1
    }

    .footer_menu .navbar-nav li {
        margin-right: auto
    }

    .footer_menuMobile {
        display: none
    }

    .footer {
        background-color: #1c1c20;
        margin-top: 100px
    }

    .footer_movingLogo {
        display: block;
        width: 100%;
        max-width: 1540px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 0
    }

    .footer_wrapper {
        flex-direction: row;
        max-width: 1810px;
        border: none;
        border-bottom: 1px solid rgba(221, 221, 221, .25)
    }

    .footer_head {
        width: calc(100% + 51px);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 25.5px
    }

    .footer_oneside {
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-right: 0;
        flex-grow: 1;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: unset
    }

    .footer_oneside-mobile {
        display: none
    }

    .footer_oneside-mobile-address {
        font-size: 15px
    }

    .footer_oneside-logo {
        margin-bottom: 0;
        flex-basis: auto;
        margin-right: 40px;
        order: unset
    }

    .footer_oneside-logo-mobile {
        display: none
    }

    .footer_oneside-logo-desktop {
        display: flex
    }

    .footer_place {
        margin: 0;
        margin-bottom: 0;
        margin-right: 10px
    }

    .footer_place-first {
        margin-left: auto
    }

    .footer_place-last {
        margin-right: auto !important
    }

    .footer_place-title {
        font-size: 35px;
        margin-right: 20px
    }

    .footer_place-title-active::before {
        display: none
    }

    .footer_place-address {
        font-size: 15px
    }

    .footer_place-address {
        font-size: 13px;
        width: 0;
        transition: .3s;
        overflow: hidden;
        display: flex !important
    }

    .footer_place-address-active {
        width: 180px;
        opacity: 1
    }

    .footer_anotherside {
        flex-direction: row;
        justify-content: flex-start;
        margin-bottom: 0;
        order: unset;
        border-bottom: unset;
        padding-bottom: 0;
        margin-left: 20px
    }

    .footer_anotherside a {
        margin-bottom: 0
    }

    .footer_anotherside a:not(:last-child) {
        margin-right: 20px
    }

    .footer_links {
        justify-content: flex-start
    }

    .footer_links-link {
        display: none
    }

    .footer_mobile {
        display: none
    }

    .footer_desktop {
        display: flex
    }
}

@media (min-width:1600px) {

    .footer_menu .navbar-nav li {
        width: 190px
    }

    .footer_menu .navbar-nav li {
        margin-right: 50px
    }

    .footer_menu .menu-item-has-children:not(:last-child)::after {
        right: -25px
    }

    .footer_menu .menu-item-has-children a,
    .footer_menu .menu-item-has-children h4,
    .footer_menu .menu-item-has-children h5 {
        font-size: 18px
    }

    .footer_menu .sub-menu a,
    .footer_menu .sub-menu h4,
    .footer_menu .sub-menu h5 {
        font-size: 15px
    }

    .footer_oneside-mobile-address {
        font-size: 18px;
        line-height: 1.56
    }

    .footer_place-title {
        font-size: 51.9px
    }

    .footer_place-address {
        font-size: 18px;
        line-height: 1.56
    }

    .footer_place-address {
        font-size: 13px
    }

}



[title^='Important Links']::before {
    background-color: #ffffff;
}

[title^='marketing & security']::before {
    background-color: #ffe43a;
}

[title^='E-commerce & CRM']::before {
    background-color: #bee545;
}

[title^='Cloud & Data']::before {
    background-color: #3bd4ff;
}

[title^='product development']::before {
    background-color: #ff6671;
}