/*!
Theme Name: desenexwp
Text Domain: desenexwp
*/

form br {
    display: none;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    margin: -10px 0 15px;
}

.wpcf7-not-valid {
    border-color: red;
}

.default-wrap {
    padding: 50px 0;
}

.default-wrap h1 {
    margin-bottom: 30px;
}

.header-wrap__nav ul li .sub-menu {
    display: none;
}

.header-list {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #FBDB74;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    transform: translateY(-30px);
}

.header-list__active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-list .sub-menu {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0;
}

.header-list .sub-menu .item {
    width: 33%;
    margin-bottom: 30px;
    border-right: solid 1px #D5BA62;
    padding: 0 50px;
    display: flex;
    align-items: center;
}

.header-list .sub-menu .item img {
    max-width: 52px;
    margin-right: 3px;
    transition: .3s;
}

.header-list .sub-menu .item:hover img {
    transform: scale(1.2);
}

.header-list .sub-menu .item span {
    width: 100%;
    display: block;
    max-width: calc(100% - 55px);
    font-size: 18px;
    line-height: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #002F87;
}

.header-list .sub-menu .item:nth-child(3n+3) {
    border-right: none;
}

.header-wrap__nav ul li {
    display: flex;
    align-items: center;
}

.header-wrap__nav ul li .dropdown {
    transition: .3s;
    margin-left: 6px;
    transform: translateY(-3px);
}

@media (max-width: 1100px) {
    .header-list .sub-menu .item {
        padding: 0 0 15px 0;
    }

    .header-list .sub-menu .item span {
        font-size: 16px;
    }
}

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

    .header-wrap__nav ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding-bottom: 20px;
        border-bottom: solid 1px #002F87;
    }

    .header-wrap__link {
        justify-content: flex-start;
    }

    .header-wrap__nav {
        width: 100%;
    }

    .header-wrap__nav ul .open .dropdown {
        transform: rotate(180deg);
    }

    .header-wrap__nav ul .open .sub-menu {
        margin-top: 20px;
        display: block;
        width: 100%;
        order: 10;
        border-top: solid 1px #002F87;
    }

    .header-wrap__nav ul .open {
        border-bottom: none;
    }

    .header-wrap__nav ul .open .sub-menu .item {
        display: flex;
        align-items: center;
        padding: 10px 0;
        border-bottom: solid 1px #B9A150;
    }

    .header-wrap__nav ul .open .sub-menu .item img {
        max-width: 52px;
        margin-right: 3px;
    }

    .header-wrap__nav ul .open .sub-menu .item:last-child {
        border-bottom: none;
    }


    .header-wrap__nav ul .open .sub-menu .item span {
        width: 100%;
        display: block;
        max-width: calc(100% - 55px);
        font-size: 18px;
        line-height: 17px;
        font-weight: 700;
        text-transform: uppercase;
        color: #002F87;
        text-align: left;
    }
.header-list .sub-menu .item span {
    padding-left: 1rem;
}

}