﻿
.Footer_Main{
    width: 100%;
    height: 394px;

    background: linear-gradient(90.85deg, var(--primary1) 2.85%, var(--primary3) 95.36%);
    
    padding: 33px 20px 54px 20px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 39px;
}
        .Footer_Main_Buttons{
            width: 100%;
            gap: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
                .button_footer{
                    width: 100%;
                    height: 50px;
                    margin-left: 0px !important;
                    box-shadow: 4px 4px 7px rgba(93, 47, 4, 0.25);
                    border-radius: 7px;
                    max-width: 371px;
                    min-width: 312px;
                }
        .Footer_Main_Icon{
            display: flex;
            flex-direction: row;

            gap: 28px;
            

        }
                .Icon_Instagram{
                    position: relative;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 78px;
                    height: 78px;
                }
                .Icon_Facebook{
                    position: relative;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 78px;
                    height: 78px;
                }


/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.dropdown,
.dropdown .dropdown-content ,
.dropdown .dropdown-header {
    width: 100%;
    height:100%;
}
.is--visible .dropdown-header .select {
    border: none;
}
.dropdown-header{
    background: white;
    border-radius: 7px;
    border: none;
    
}
.dropdown-header-text{
    padding-left:11px;
    font-weight: bold;
    font-size:var(--main-font-size-M-mobile);
    color: black;

}
.dropdown{
    border: transparent !important;
    border-radius: 7px !important;
}

.dropdown-content {
    height: 10px !important;
}

.dropdown-content-list{
    width:100%;
    
}

@media (min-width: 782px){
    .Footer_Main{
        display: none;
    }
}




