.filter-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 50px;
}

.filter-container-select {
    width: 100%;
    padding: 0 10px;
}

.filter-title {
    text-transform: capitalize;
}

.title-search {
    font-size: 30px;
    margin-bottom: 20px;
}






.head-title{
    background-image: url(https://www.arbitrage.org/wp-content/uploads/2025/04/Arbitrators-Mediators-Paris-International-Arbitration-Chamber.jpg);
    background-position: center;
    padding-top: 166px;
    background-size: cover;
	margin-bottom: 60px;
}

.head-title.one-line{
	padding-top: 130px;
}


.title-filter-arbitrator-mediation {
    font-size: 84px !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500 !important;
	text-align: center;
}

.one-line .title-filter-arbitrator-mediation{
	font-size: 120px !important;
	line-height: 78px;
}

@media screen and (max-width: 1440px){
	.title-filter-arbitrator-mediation {
		font-size: 62px !important;
	}
	.one-line .title-filter-arbitrator-mediation{
		font-size: 100px !important;
		line-height: 68px;
	}
}
@media screen and (max-width: 1024px) {
	.head-title{
		padding-top: 133px;
	}
    .title-filter-arbitrator-mediation {
        font-size: 46px !important;
        line-height: 31px !important;
    }
		.one-line .title-filter-arbitrator-mediation{
		font-size: 80px !important;
		line-height: 52px!important;
	}
	.filter-container{
		flex-wrap: wrap;
	}
	.filter-container-select {
		width: 50%;
		margin-bottom: 20px;
	}
}


@media screen and (max-width: 640px) {

	.filter-container-select {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.head-title{
		padding-top: 56px;
	}
    .two-line .title-filter-arbitrator-mediation {
        font-size: 42px !important;
        line-height: 50px !important;
    }
	
	 .one-line .title-filter-arbitrator-mediation {
        font-size: 55px !important;
        line-height: 38px !important;
    }
}

@media screen and (max-width: 480px) {
	 .one-line .title-filter-arbitrator-mediation {
        font-size: 42px !important;
        line-height: 28px !important;
    }
}


        





.fee-calculator-button:hover {
    cursor: pointer;
}

.fee-calculator-choice {
    opacity: 0;
    pointer-events: none;

    position: absolute;
    bottom: 0;
    left: 4px;
    width: calc(100% - 8px);
    height: 100%;
    justify-content: center;
    transition: .3s;
}

.fee-calculator-choice.show {
    opacity: 1;
    pointer-events: all;
}

.fee-calculator-choice .elementor-widget-button {
    transform: rotate(5deg) translateY(90px);
    transform-origin: center;
    transition: .15s ease-out;
}

.fee-calculator-choice.show .elementor-widget-button {
    transform: rotate(0deg) translateY(0);
}

.fee-calculator-choice .elementor-widget-button:nth-child(1) {
    transition-delay: .07s;
}

.fee-calculator-choice .elementor-widget-button:nth-child(2) {
    transition-delay: 0s;
}
