.background-grey-content{
	padding: 30px;
	background-color: #f6f2f7;
}

.script-container{
	margin-top: 35px;
}

.container-map{
	position: relative;
	top: 61px;
}

.content-map{
	border-radius: 61px 61px 0 0;
	overflow: hidden;
	filter: grayscale(100%);
}

.map-iframe{
	border-width: 0;
	width:100%;
	height:467px;
}


.dropdown-list{
	margin: 35px 0;
	height: 42px;
}

.dropdown-list-field-container{
	padding: 0 15px;
	background-color: var(--color-grey);
	height: 42px;
	cursor: pointer;
}

.dropdown-list-field{
	font-size: 24px;
	font-weight: 500;
	line-height: 30.12px;
	letter-spacing: -0.04em;
	white-space: nowrap;
}

.dropdown-list-button{
	position: relative;
	margin-left: 15px;
	top: 3px;
	width: 24px;
	height: 24px;
}

.dropdown-list-items-container{
	position: relative;
	display: none;
	padding: 0 15px 10px 15px;
	background-color: var(--color-grey);
    box-shadow: 0 20px 20px -20px rgba(0,0,0,0.5);
	top: -7px;
	z-index: 1;
}

.dropdown-list-item{
	font-size: 24px;
	font-weight: 500;
	line-height: 30.12px;
	letter-spacing: -0.04em;
	white-space: nowrap;
	cursor: pointer;
}

div.dropdown-list-item-active{
	text-decoration: underline;
}

.dropdown-list-item:hover{
	text-decoration: underline;
}


.banner-container{
	position: relative;
	margin: 35px 0;
}

.banner-images-container{
	position: relative;
}

.banner-image{
	display: block;
	border-radius: 80px;
	object-fit: contain;
	width: 100%;
}

.banner-hand-image{
	position: absolute;
	right: 5.75%;
	bottom: 0;
	height: 104.5%;
}

.banner-text-container{
	position: absolute;
	left: 46px;
	top: 64px;
}

.banner-text-top-container{
	position: absolute;
	left: 61px;
	top: 44px;
}

.banner-text-bottom-container{
	position: absolute;
	left: 61px;
	bottom: 74px;
}

.banner-title{
	font-size: 62px;
	font-weight: 500;
	line-height: 62px;
	letter-spacing: -0.04em;
}

.banner-text{
	margin-top: 50px;
	font-size: 24px;
	font-weight: 600;
	line-height: 30.12px;
	letter-spacing: -0.04em;
	width: 34%;
}

.banner-big-text{
	font-size: 50px;
	font-weight: 500;
	line-height: 50px;
	letter-spacing: -0.04em;
	color: #fff;
}

.banner-big-text a{
	text-decoration: none !important;
	color: #fff !important;
}

.banner-button{
	margin-top: 57px;
	border: 1px solid #fff;
	border-radius: 50px !important;
	padding: 19px 38px 23px 38px;
	font-size: 30px;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: -0.04em;
	color: #fff;
	width: fit-content;
}

.banner-button-white{
	color: #f45c62 !important;
	background-color: #fff !important;
}

.telegram-banner{
	margin: 50px 0 !important;
}

.telegram-banner .banner-big-text{
	color: var(--color-primary) !important;
}
