#wrp-index-banner{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 33%;
}
.agency-index-desktop {
	padding-top: 154px;
}

.agency-index-desktop__container {
	max-width: 1382px;
	position: relative;
}

.agency-index-desktop__title {
	font-weight: 700;
	font-size: 30px;
	line-height: 41px;
	text-align: right;
	color: #373737;
	margin-bottom: 40px;
}

.agency-index-desktop .search-block {
	display: flex;
	gap: 35px;
	margin-bottom: 1.2vw;
	position: relative;
}

.agency-index-desktop form .input-wrapper {
	flex: 0 0 350px;
	position: relative;
}
.agency-index-desktop form .select-wrapper {
	flex: 0 0 318px;
	position: relative;
}
.agency-index-desktop form input{
        display: flex;
        width: 100%;
        height: 55px;
        background: #FFFFFF;
        border: 1.5px solid #373737;
        border-radius: 60px;
        font-weight: 400;
        font-size: 23px;
        line-height: 31px;
        padding: 0 27px 0 0;
        text-align: right;
    }
.agency-index-desktop form select{
        display: flex;
        width: 100%;
        height: 55px;
        background: #FFFFFF;
        border: 1.5px solid #373737;
        border-radius: 60px;
        text-align: right;
        font-weight: 400;
        font-size: 23px;
        line-height: 31px;
        padding-right: 60px;
		appearance: none;
		-webkit-appearance: none;
    }
.agency-index-desktop form .select-wrapper::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 23px;
	transform: translateY(-50%);
	width: 25px;
	height: 31px;
	background: url(../../../static/images/agency/map-icon.svg) center / contain no-repeat;
	z-index: 2;
	pointer-events: none;
}
.agency-index-desktop form .select-wrapper::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	width: 15px;
	height: 27px;
	background: url("../../../static/images/arrow_select2.svg") center / contain no-repeat;
	z-index: 2;
	pointer-events: none;
}

.agency-index-desktop form .select-wrapper span {
	position: absolute;
	font-size: 20px;
	line-height: 20px;
	text-align: right;
	letter-spacing: -0.408px;
	color: #BABABA;
	top: 0;
	right: 60px;
	transform: translateY(-50%);
	width: 67px;
	padding-right: 6px;
	box-sizing: border-box;
	background-color: #fff;
	height: 34px;
	z-index: 2;
	display: flex;
	align-items: center;
}

#index-search-icon{
	  position: absolute;
      left: 24px;
      top: 50%;
      width: 28px;
	  transform: translateY(-50%);
	  cursor: pointer;
	}

.agency-index-desktop__list {
	margin: 0;
	padding: 0;
}
.agency-index-desktop__list:not(:last-child) {
	margin-bottom: 49px;
}
.agency-index-desktop__list-item {
	padding: 0;
	margin: 0;
	list-style: none;
}
.agency-index-desktop__list-item:not(:last-child) {
	margin-bottom: 15px;
}

.agency-index-desktop__item-body {
	display: flex;
	background: #FFFFFF;
	border: 1px solid rgba(55, 55, 55, 0.3);
	border-radius: 80px;
	min-height: 175px;
	cursor: pointer;
}
.agency-index-desktop__item-body > *:not(:last-child) {
	border-left: 0.5px solid #B9B9B9;
}

.agency-index-desktop__item-logo {
	flex: 0 0 17%
}
.agency-index-desktop__item-logo img {
	/*width: 160px;
	height: 120px;*/
	display: block;
	object-fit: contain;
	width: 90%;
    height: auto;
    margin: 0 auto;
    border-radius: 25%;
}
.opening-open{
	position: absolute;
	left: 12%;
    bottom: 2.8rem;
	cursor: pointer;
}
.opening-open.open{
	transform: rotate(-180deg); 
    bottom: 1.8rem;
}
.agency-index-desktop__item-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.agency-index-desktop__item-content a{
	border: 1px solid #00A5D9;
}
.agency-index-desktop__item-name {
	flex: 0 0 16.6%;
}
.agency-index-desktop__item-name b{
	color: #000;
	font-size: 1.25vw;
	text-align: center;
}
.agency-index-desktop__item-location {
	flex: 0 0 37.9%;
}
.agency-index-desktop__item-location .icon {
	height: 52px;
	width: 43px;
	margin-bottom: 14px;
}
.agency-index-desktop__item-location .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.agency-index-desktop__item-location .text {
	font-weight: 700;
	font-size: 1.4vw;
	text-align: center;
	color: #373737;
	align-items: flex-start;
    display: flex;
}
.agency-index-desktop__item-location u.text{
	font-weight: 400;
	font-size: 1vw;
}
.agency-index-desktop__item-location .text img{
	width: 1.1rem;
	margin: 0 0 0 0.2rem;
}
.agency-index-desktop__item-open-hours {
	flex: 0 0 22%;
}
.agency-index-desktop__item-open-hours .black-text {
	font-weight: 700;
	font-size: 1.15vw;
	line-height: 35px;
	text-align: center;
	color: #000;
	margin: 0;
}
.agency-index-desktop__item-open-hours .text {
	font-family: Open Sans Hebrew;
	/*font-size: 20px;*/
	font-weight: 400;
	line-height: 35px;
	text-align: center;
	color: #373737;
	margin: 0;
	height: 3.8vw;
	overflow: hidden;
}
.agency-index-desktop__item-open-hours .text.open{
	height: auto;
}

.agency-index-desktop__item-discuss {
	flex: 1 1 auto;
}
.agency-index-desktop__item-content .show-tel-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	background: none;
	color: #00A5D9;
	border: 1px solid #00A5D9;
	cursor: pointer;
	border-radius: 1.5rem;
	padding: 0;
	margin: 0;
	height: 3rem;
	font-weight: 700;
    font-size: 0.95vw;
	flex-wrap: wrap;
}
.agency-index-desktop__item-content .show-tel-btn.visible{
	border: 0;
	height: 3.4rem;
	font-size: 1.15vw;
}
.agency-index-desktop__item-content .show-tel-btn div{
	width: 100%;
	text-align: center;
}
.agency-index-desktop__item-content .show-tel-btn span{
	color: #000;
	font-weight: normal;
	font-size: 0.8vw;
	width: 100%;
	text-align: center;
}
.agency-index-desktop__item-content .show-tel-btn img{
	width: 9%;
    margin: 0 0 0 3%;
}
.agency-index-desktop__item-content .show-tel-btn.visible img{
	width: 9%;
    margin: 0 3% 0 0;
}
.agency-index-desktop__item-discuss-link img {
	width: 100%;
	flex: 0 0 100%;
	height: auto;
}

.agency-index-desktop__more-link-container {
	text-align: center;
}
.agency-index-desktop__more-link {
	display: inline-block;
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	text-decoration-line: underline;
	color: #000000;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}


@media (max-width: 1920px) {
	.agency-index-desktop {
		padding-top: 8.020833333vw;
	}

	.agency-index-desktop__container {
		max-width: 71.979166666vw !important;
		padding-left: 0.625vw !important;
		padding-right: 0.625vw !important;
	}

	.agency-index-desktop__title {
		font-size: 1.5625vw;
		line-height: 2.1354166666vw;
		margin-bottom: 2.0833333vw;
	}

	.agency-index-desktop .search-block {
		gap: 1.8229166666vw;
		/*margin-bottom: 2.083333333vw;*/
	}

	.agency-index-desktop form .input-wrapper {
		flex: 0 0 18.2291666666vw;
	}
	.agency-index-desktop form .select-wrapper {
		flex: 0 0 16.5625vw;
	}
	.agency-index-desktop form input{
			height: 2.8645833333vw;
			border: 0.078125vw solid #373737;
			border-radius: 3.125vw;
			font-size: 1.19791666666vw;
			line-height: 1.61458333333vw;
			padding: 0 1.40625vw 0 0;
		}
	.agency-index-desktop form select{
			height: 2.8645833333vw;
			border: 0.078125vw solid #373737;
			border-radius: 3.125vw;
			font-size: 1.19791666666vw;
			line-height: 1.61458333333vw;
			padding-right: 3.125vw;
			appearance: none;
			-webkit-appearance: none;
		}
	.agency-index-desktop form .select-wrapper::before {
		right: 1.1979166666vw;
		width: 1.3020833333vw;
		height: 1.6145833333vw;
	}
	.agency-index-desktop form .select-wrapper::after {
		left: 1.5625vw;
		width: 0.78125vw;
		height: 1.40625vw;
	}

	.agency-index-desktop form .select-wrapper span {
		font-size: 1.041666666vw;
		line-height: 1;
		letter-spacing: -0,02125vw;
		right: 3.125vw;
		width: 3.4895833333vw;
		padding-right: 0.3125vw;
		height: 1.770833333vw;
	}

	#index-search-icon{
		  left: 1.25vw;
		  width: 1.45833333vw;
		}

	.agency-index-desktop__list:not(:last-child) {
		margin-bottom: 2.5520833333vw;
	}
	.agency-index-desktop__list-item:not(:last-child) {
		margin-bottom: 0.78125vw;
	}

	.agency-index-desktop__item-body {
		border: 0.0520833333vw solid rgba(55, 55, 55, 0.3);
		border-radius: 4.16666666vw;
		min-height: 9.11458333333vw;
	}
	.agency-index-desktop__item-body > *:not(:last-child) {
		border-left: 0.026041666666vw solid #B9B9B9;
	}  

	/*.agency-index-desktop__item-logo {
		flex: 0 0 15.26041666666vw;
	}*/
	.agency-index-desktop__item-logo img {
		/*width: 8.3333333vw;
		height: 6.25vw;*/
		
	}
	.agency-index-desktop__item-content {
		padding: 1.0416666666vw;
	}

	/*.agency-index-desktop__item-location {
		flex: 0 0 19.270833333vw;
	}*/
	.agency-index-desktop__item-location .icon {
		height: 2.708333333vw;
		width: 2.23958333333vw;
		margin-bottom: 0.729166666666vw;
	}
	/*.agency-index-desktop__item-location .text {
		font-size: 1.1458333333vw;
		line-height: 1.5625vw;
	}*/

	/*.agency-index-desktop__item-open-hours {
		flex: 0 0 26.0416666666vw;
	}*/
	/*.agency-index-desktop__item-open-hours .blue-text {
		font-size: 1.19791666666vw;
		line-height: 1.82291666666vw;
	}*/
	.agency-index-desktop__item-open-hours .text {
		font-size: 1.0416666666vw;
		line-height: 1.82291666666vw;
	}
	.agency-index-desktop__item-discuss-link {
		width: 4.947916666666vw;
	}
	.agency-index-desktop__more-link {
		font-size: 1.041666666vw;
		line-height: 1.40625vw;
	}
}