/* TOP */

.asptt-block.asptt-block-newsletter-form{
    margin-bottom: 40px;
}

.asptt-footer__top{
    background-color: var(--asptt-footer-top);
    color: #303030;
    padding: 29px 24px;
    padding-top: 23px;
    padding-bottom: 27px;
    text-align: center;
}

.asptt-footer__top__wrapper{
    display: flex;
    justify-content: space-between;   
    align-items: center;
}

.asptt-footer__top__wrapper__left {
    display: flex;
    align-items: center;
    gap: 53px;
}

.asptt-footer__top__col-logo {
    width: 180px;
}

.asptt-footer__top__col-logo-asptt-federal{
    width: 286px;
}

.theme-variant-lssde .asptt-footer__top__col-logo-asptt-federal{
    display: none;
}

.asptt-footer__top__col-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
}

.asptt-footer__top__col-contact__item{
    display: flex;
    align-items: center;
    gap: 9px;
}
a.asptt-footer__top__col-contact__item {
    text-decoration: none;
}
a.asptt-footer__top__col-contact__item:hover span {
    text-decoration: underline;
}

.asptt-footer__top__col-contact__item svg,
.asptt-footer__top__col-contact__item a,
.asptt-footer__top__col-contact__item span {
    font-size: 14px;
    text-decoration: none;
    color: var(--asptt-footer-middle);
    font-weight: 500;
    text-align: left;
}

.asptt-footer__top__col-contact__item > svg ,
.asptt-footer__top__col-contact__item > i {
    color: var( --e-global-color-primary );
}

.asptt-footer__top__col-social-networks{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.asptt-footer__top__col-social-networks__title{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.asptt-footer__top__col-social-networks__content{
    display: flex;
    gap: 7px;
}

a.asptt-footer__top__col-social-networks__item {
    width: 27px;
    height: 27px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition:background-color 0.2s,color 0.2s;
    text-decoration: none;
    color: #fff;
}
.asptt-footer__top__col-contact__item i {
    text-decoration: none;
}
.asptt-footer__top__col-social-networks__item:hover {
    background-color: #fff;
}

.asptt-footer__top__col-social-networks__item--facebook{
    background-color: #3B5998;
}
.asptt-footer__top__col-social-networks__item:hover.asptt-footer__top__col-social-networks__item--facebook{
    color: #3B5998;
}

.asptt-footer__top__col-social-networks__item--instagram{
    background-color: #E12F67;
}
.asptt-footer__top__col-social-networks__item:hover.asptt-footer__top__col-social-networks__item--instagram{
    color: #E12F67;
}

.asptt-footer__top__col-social-networks__item--youtube{
    background-color: #CD201F;
}
.asptt-footer__top__col-social-networks__item:hover.asptt-footer__top__col-social-networks__item--youtube{
    color: #CD201F;
}

.asptt-footer__top__col-social-networks__item--twitter{
    background-color: #0f1419;
}
.asptt-footer__top__col-social-networks__item:hover.asptt-footer__top__col-social-networks__item--twitter{
    color: #0f1419;
}

.asptt-footer__top__col-social-networks__item--linkedin{
    background-color: #0077B5;
}
.asptt-footer__top__col-social-networks__item:hover.asptt-footer__top__col-social-networks__item--linkedin{
    color: #0077B5;
}

.asptt-footer__top__col-social-networks__item--tiktok{
    background-color: #000;
    color: #fff;
}
.asptt-footer__top__col-social-networks__item:hover.asptt-footer__top__col-social-networks__item--tiktok{
    color: #000;
    background-color: #fff;
}

/* END TOP */

/* MIDDLE */

.asptt-footer__middle{
    background-color: var(--asptt-footer-middle);
    color: #fff;
    padding: 43px 0 31px 0;
    text-align: center;
}

.asptt-footer__middle__wrapper{
    padding: 0 25px;
}

.footer-menu > ul > li > a,
.footer-menu > ul > li > span{
    font-weight: bold;
    color: var(--e-global-color-primary);
}

body.theme-main-color--black .footer-menu > ul > li > a,
body.theme-main-color--black .footer-menu > ul > li > span{
    color: white;
}

.footer-menu > ul{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.footer-menu ul {
    padding: 0;
    margin: 0;
}
.footer-menu > ul li {
    list-style: none;
    text-align: left;
}
.footer-menu > ul > li {
    max-width: 220px;
}
.footer-menu > ul > li,
.footer-menu > ul > li > ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer-menu > ul a:hover {
    text-decoration: underline;
}
.footer-menu li > a,
.footer-menu li > span{
    display: block;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
}

/* END MIDDLE */

/* BOTTOM */

.asptt-footer__bottom {
    color: #fff;
    background-color: var(--asptt-footer-bottom);
    padding: 36px 0;
    font-size: 15px;
}

.asptt-footer__bottom__wrapper {   
    padding: 0 25px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.asptt-footer__bottom__mentions-text {
    width: auto;
}

.asptt-footer__bottom a{ 
    color: #fff;
}

.asptt-footer__bottom a:hover{ 
    text-decoration: underline;
}

.asptt-footer__bottom__mentions-menu ul{
    display: flex;
    gap: 35px;
    margin: 0;
    padding: 0;
}

.asptt-footer__bottom__mentions-menu li a{
    display: flex;
    align-items: center;

    padding: 0;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    white-space: nowrap;
}

.asptt-footer__bottom__mentions-menu li {
    position: relative;
    list-style: none;
}

.asptt-footer__bottom__mentions-menu li:not(:first-child)::before{
    content: '';
    border-left: 1px solid #fff;
    left: -19px;
    position: absolute;
    vertical-align: middle;
    width: 0;
    height: 100%;
    max-height: 21px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.asptt-footer__bottom__mentions-menu li:last-child a{
    padding-right: 0;
}



/* END BOTTOM */

@media screen and (max-width: 1200px) {
    .footer-menu > ul{
        display: flex;
        justify-content: space-between;
        gap: 3px;
    }
    .footer-menu li > a,
    .footer-menu li > span{
        font-size: 12px;
    }
    
    .asptt-footer__top__col-logo {
         width: auto;
    }
    
    .asptt-footer__top__col-social-networks{
        flex-direction: column;
    }
    
    .asptt-footer__top__wrapper{
        gap: 30px;
    }
}

@media screen and (max-width: 768px) {
    .asptt-footer__top__wrapper {
        flex-direction: column;
        gap: 26px;
        max-width: 380px;
    }
    
    .asptt-footer__bottom__mentions-menu ul{
        flex-direction: column;
        align-items: center;
    }
    
    .asptt-footer__bottom__mentions-menu li:not(:first-child)::before{
        display: none;
    }
    
    .asptt-footer__top__wrapper__left {
        flex-direction: column;
        gap: 30px;
    }
    .asptt-footer__top__col-contact {
        align-items: center;
    }
    
    .asptt-footer__top__col-contact__item span {
        text-align: center;
    }

    .asptt-footer__middle__wrapper {
        max-width: 100%;
        padding: 0 27px;
    }

    .footer-menu > ul {
        gap: 26px;
        flex-wrap: wrap;
    }
    .footer-menu > ul > li{
        width:calc(50% - 13px);
    }
    
    .asptt-footer__bottom__wrapper {
        flex-direction: column;
        gap: 24px;
    }

    .asptt-footer__bottom__mentions-text {
        flex-direction: column;
    }

    #menu-menu-mentions {
        justify-content: center;
        padding: 0;
    }

    .asptt-footer__bottom__mentions-menu li {
        display: flex;
        align-items: center;
    }
    
    .asptt-footer__bottom__mentions-menu li a {
        display: flex;
        text-align: center;
        white-space: unset;
    }

    a.asptt-contact-us-btn.ws-asptt__cta {
        right: 15px;
        bottom: 15px;
    }
}