/*.mad-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.43) !important;
    backdrop-filter: blur(15px);
    padding: unset !important;
}

.mad-header .mad-header-section--sticky-xl-1 {
    position: fixed;
    width: 100%;
    visibility: visible;
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgba(0, 0, 0, 0.43) !important;
    backdrop-filter: blur(15px);
    top: 0;
}*/

.border-right-white {
    border-right: 1px solid var(--while);
}

.color-white {
    color: var(--while);
}

.btn-dropdown:focus {
    outline: none !important;
}

.btn-dropdown::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 13px;
}

.mad-actions {
    margin-right: 1.25rem;
}

.mad-header-section--sticked {
    padding: 20px 0 !important;
    max-height: 105px !important;
}

.mad-footer {
    padding: 80px 0 !important;
}

.pb-32 {
    padding-bottom: 32px;
}

.mb-20 {
    margin-bottom: 20px;
}

.font-size-16 {
    font-size: 16px;
}

.contact-footer-input::placeholder {
    color: #918f90 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.contact-footer-input {
    background: white !important;
    height: 52px !important;
}

.icon-send {
    max-height: 100% !important;
    height: 100%;
    display: flex !important;
    align-items: center;
}

.row-gap-20 {
    row-gap: 20px;
}

.column-gap-20 {
    column-gap: 20px;
}

.pt-20 {
    padding-top: 20px !important;
}

@media only screen and (max-width: 992px) {
    .mad-header:not(.style-2) .mad-navigation-container {
        flex-direction: row;
    }
}

@media only screen and (max-width: 1024px) {
    .mad-navigation-container {
        width: 100% !important;
        justify-content: center;
    }

    .mad-header:not(.style-2):not(.header-1)
        .mad-header-items
        .mad-header-item {
        width: 100% !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .mad-header:not(.style-2):not(.header-1)
        .mad-header-items
        .mad-header-item {
        width: inherit !important;
    }
}

.mad-mobile-nav-btn {
    border-radius: var(--border_radius_05);
    font-size: 1.5rem;
}

.mad-mobile-nav-btn:focus {
    outline: none !important;
}

.mad-mobile-nav-btn.mad-opened {
    background-color: var(--primary_pink);
    color: var(--secondary_black) !important;
    transition: all 0.5s ease;
}

@media (max-width: 769px) {
    .mad-navigation--vertical-sm > li > a {
        background: var(--secondary_gray) !important;
    }

    .mad-navigation--vertical-sm > li:hover > a {
        background: var(--primary_pink) !important;
        transition: all 0.5s ease;
    }

    .mad-header.header-white .mad-navigation > li:hover > a {
        color: var(--secondary_black) !important;
        transition: all 0.5s ease;
    }
}

@media (min-width: 770px) {
    .mad-header.header-white .mad-navigation > li:hover > a {
        color: var(--primary_pink) !important;
        transition: all 0.5s ease;
    }
}

.icon-account {
    font-size: 1.75rem !important;
    max-width: 1.5rem;
}
.mr-2-rem {
    margin-right: 2rem !important;
}
