.SFX_title_1 {
    font-size: calc(22px + (40 - 22) * ((100vw - 300px) / (1600 - 300)));
    color: #003e7e;
    font-weight: 600;
    margin-bottom: 3%;
}

.SFX_no_padding {
    padding: 0px;
}

.Filter_SFX_module {
    /*margin: 10% 0%;*/
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}



.SFX_Selection_Block {
    width: 100%;
    height: 12vw;
    min-height: 42px;
    max-height: 62px;
    background-color: #ffffff;
    border-radius: 30px;
    cursor: pointer;
}


.SFX_Selection_Title {
    font-size: 17px;
    font-weight: 600;
    color: #464646;
    padding-left: 25px;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    width: 100%;
    display: flex;
    align-items: center;
}

.SFX_Selection_Button {
    border-radius: 50%;
    float: right;
    height: 45px;
    width: 45px;
    position: absolute;
    right: 11px;
    margin-top: 1.3%;
}

.SFX_Selection_Button .fa-angle-down {
    font-weight: 900;
    color: #ffffff;
    background-color: #377dff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.SFX_Selection_Button .fa-angle-down:hover {
    background-color: #044ACC;
}

.SFX_Selection_Button .fa-angle-down:active {
    background-color: #377dff;
}

.dropdown {
    position: relative;
    display: flex;
}

.SFX_Selection_Block .dropdown-menu {
    top: 58px;
    background-color: #ffffff !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 0px;
    border-top: none;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: none;
    padding: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #333333;
    font-weight: 600;
    background-color: #f7f7f7;
}

.dropdown-menu > li > a {
    padding: 3.5% 25px;
}

.open > .dropdown-menu {
    width: inherit;
}

.SFX_contact_person_name {
    font-size: 18px;
    color: #377dff;
    font-weight: 600;
    line-height: 2;
}

.SFX_contact_person_email {
    color: #fe5f55;
}

.SFX_contact_person_block {
    margin-bottom: 2%;
    padding-left: 25px !important;
}


.SFX_Contact_Block:last-child {
    padding: 4.5%;
    padding-right: 0px;
}

.SFX_Contact_Block:first-child {
    padding: 4.5%;
    padding-left: 0px;
}

.SFX_Contact_Block_group {
    display: flex;
}


@media screen and (max-width: 1040px) {
    .SFX_Contact_Block_group {
        flex-direction: column;
    }

    .SFX_Contact_Block {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

        .SFX_Contact_Block:first-child {
            border-right: none !important;
            border-bottom: 1px solid #e5e5e5;
            padding-bottom: 40px;
        }

        .SFX_Contact_Block:last-child {
            padding-top: 40px;
            padding-bottom: 40px;
        }

    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .SFX_Selection_Button {
        height: 100%;
        margin-top: 0;
    }


        .SFX_Selection_Button .fa-angle-down {
            color: #377dff;
            background-color: transparent;
        }

            .SFX_Selection_Button .fa-angle-down:hover {
                background-color: transparent;
            }

    .SFX_Selection_Block .dropdown-menu {
        top: 100%;
        margin-top: 0;
    }
}

