/*!
Theme Name: advision
Author: SoundShocking <Artem Chuiko> tg: @soundshocking
Text Domain: advision
 */

.crossplatform__carousel {
    display: none;
}

@media (max-width: 29.9988em) {
    .crossplatform__carousel {
        display: block;
    }

    .step-six__tabs-sub-title {
        margin-bottom: 0;
    }
}

.burger-menu__nav {
    padding: 0 1.875rem 36px;
    height: auto;
}

@media (max-width: 1340px) and (max-height: 820px) {
    .burger-menu__nav {
        min-height: 100%;
        height: auto;
    }
}

.burger-menu__header {
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.burger-menu__buttons-wrapper {
    display: none;
}

.header__list {
    display: none;
}

.header-nav {
    margin-left: 30px;
}

.header-nav__list {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header-nav__list a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    line-height: 2.8;
    text-decoration: none;
    vertical-align: bottom;
    white-space: nowrap;
    outline: none;
}

.header-nav__list a svg.link-svgline {
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 25px;
    transition: stroke-dashoffset 0.3s ease-in-out;
    transform: translateY(-65%);
    fill: none;
    stroke: #e1fc52;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-dasharray: 400px;
    stroke-dashoffset: 400px;
    display: none;
}

.header-nav__list a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 0;
    height: 4px;
    background-color: #E1FC52;
    transition: width 0.3s ease-in-out;
}

.header-nav__list a:hover svg.link-svgline {
    stroke-dashoffset: 0;
}

.header-nav__list a:hover::before {
    width: 100%;
}

.header-nav__list .menu-item.current-menu-item a {
    font-weight: 700;
}

.header-nav__list .menu-item.current-menu-item a svg.link-svgline {
    stroke-dashoffset: 0;
}

.header-nav__list .menu-item.current-menu-item a::before {
    width: 100%;
}

.header {
    position: static;
}

.header-new {
    position: fixed;
    width: 100%;
    padding: 12px 0;
    background-color: #202fb6;
    box-shadow: 0 4px 99px rgba(0, 0, 0, 0.17);
    z-index: 100;
}

.header-new__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

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

.header-mob-nav {
}

.header-mob-nav__list {

}

.header-mob-nav__list a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    line-height: 2.8;
    text-decoration: none;
    vertical-align: bottom;
    white-space: nowrap;
    outline: none;
}

.header-mob-nav__list a svg.link-svgline {
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 25px;
    transition: stroke-dashoffset 0.3s ease-in-out;
    transform: translateY(-65%);
    fill: none;
    stroke: #e1fc52;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-dasharray: 400px;
    stroke-dashoffset: 400px;
}

.header-mob-nav__list .menu-item.current-menu-item a {
    font-weight: 700;
}

.header-mob-nav__list .menu-item.current-menu-item a svg.link-svgline {
    stroke-dashoffset: 0;
}

@media (max-width: 1340px) and (max-height: 820px) {
    .burger-menu__list-wrapper {
        top: 0;
    }

    .burger-menu__contact-box {
        top: 0;
    }
}

@media (max-width: 1340px) {
    .header-nav {
        display: none;
    }

    .header-new .header__button-enters {
        display: none;
    }

    .burger-menu__body .header__button-enters {
        display: inline-block;
    }

    .phone_desktop {
        display: none !important;
    }
}

.presence {
    padding: 80px 0;
    background-color: #202fb6;
}

@media (max-width: 29.99875em) {
    .presence {
        padding: 60px 0;
    }
}

.presence__title {
    margin: 0 auto 4rem;
    text-align: center;
    font-size: 3.5rem;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 29.9988em) {
    .presence__title {
        font-size: 1.75rem;
    }
}

.presence__map {
    margin: 0 auto;
    max-width: 1100px;

    img {
        max-width: 100%;
        height: auto;
    }
}

.page-template-cms .page__faq,
.page-template-dooh-ssp .page__faq,
.page-template-wifi-tracking .page__faq {
    padding-top: 80px;
}
