header{
	position: -webkit-sticky;
    position: sticky;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    top: 0px;
}
.header-info{
	display:flex;
	align-items:center;
	height:40px;
	background-color:#804FEB;
}
.place{
	display: flex;
    align-items: center;
	column-gap:5px;
	cursor:pointer;
	width: fit-content;
	color: #fff;
}
	.place p{
		color:#fff;
	}
	.place #arrow-list{
		margin-top: 3px;
		transition:all 0.3s;
	}
		.place #arrow-list.active {
			transform: rotate(180deg);
		}

	.place:hover{
		text-decoration:underline;	
	}

.binct-phone-number-1 {
	display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
	color: #fff;
}

	a.binct-phone-number-1:hover {
		text-decoration:underline;
		color: #fff;
	}
.binct-phone-number-1.perple:hover{
	text-decoration:underline;
	color: #804FEB;
}
.binct-phone-number-1.perple{
	color: #804FEB;
	font-weight:bold;
}

.contacts {
	height:100%;
	display: flex;
    align-items: center;
	justify-content: flex-end;
}
	.contacts svg{
		color: #fff;
		height:16px;
	}
	.contacts p{
		color:#ffff;
		padding-left:10px;
	}
.lang-cheing{
	border-left: 1px solid #ffffff17;
    display: flex;
    align-items: center;
    padding-left: 17.5px;
    margin-left: 17.5px;
}
.lang{
    display: flex;
    margin: 0px;
    list-style-type: none;
    column-gap: 10px;
    padding-left: 10px;
    
}
.lang li a{
	
	text-decoration:none;
}
.lang li a{
		color:#ffffff30;
}
.current-lang a{
	color:#fff !important;
}
.header{
	padding: 13px 0px;
	display:flex;
	justify-content:space-between;
}


.header-city-list{
	position: absolute;
    z-index: 2;
    background-color: #fff;
    top: 0px;
    left: 0px;
	padding:20px;
	border-radius:10px;
	box-shadow: 0 30px 30px 0px rgb(0 0 0 / 21%);
	display: flex;
    flex-direction: column;
    row-gap: 30px;
    column-gap: 35px;
    max-height: 700px;
    flex-wrap: wrap;
	display:none;
	width: inherit;
}

	.city-list-element{
		display: flex;
		width: 237px;
		/*height: 46px;*/
		column-gap: 9px;
		padding:5px;
	}
		.city-list-element:hover{
			background-color:#F7F3FF;
			border-radius:10px;
			transition:all 0.3s;
		}

	a.city-list-element{
		color: #282828;
		text-decoration:none;
	}

	a.city-list-element .street-title{
		color:#434343;	
	}

.menu ul.main-list{
	display: flex;
    list-style-type: none;
    column-gap: 20px;
	margin:0px !important;
	/*padding-left: 86px;*/
}
	.menu ul.main-list li a, .menu ul.sub-menu li a{
		text-decoration:none;
		color:#282828;
		font-weight: bold;
		font-size:14px;

	}
	.menu ul.main-list li a:hover{
		text-decoration:underline 2px solid #000;
	}


.menu ul.sub-menu {
	display: none;
    flex-wrap: wrap;
    flex-direction: column;
    position: absolute;
    background: #fdfdfd;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 30px 30px 0px rgb(0 0 0 / 21%);
	list-style-type: none;
	gap: 17px;
}

	.menu ul.sub-menu li {
		
	}

.menu ul.main-list li:hover > ul.sub-menu {
    display: flex;
}

.call-button{
	border: 1px solid #804FEB;
	border-radius:10px;
	text-decoration:none;
	color:#282828;
	font-weight: bold;
	padding:10px;
	/*margin-left:85px;*/
	width: 230px;
    text-align: center;
    height: 46px;
	
}

.header_burger-btn{
	display:none;
}
.call-mobile-button{
	display:none;
}
/*************************FOOTER******************************************/

footer{
	background-color:#0F071F;
	position:relative;
	z-index:10;
}
.logo-footer{
	padding: 50px 0px 36px;
}
.footer-menu h5, .footer-city-list h5{
	font-size:18px;
	color:#804FEB;
	font-weight:700;
	padding-bottom: 20px;
}
.footer-menu ul li a, .footer-city-list .city-title{
	color:#fff;
	font-size:14px;
	font-weight:400;
	text-decoration:none;
}
.footer-menu ul {
  	display: flex;
    flex-direction: column;
    padding: 0px;
    row-gap: 13px;
    list-style: none;
}
.footer-list{
	border-bottom: 1px solid #ffffff17;
	padding-bottom: 40.5px;
	display: flex;
    column-gap: 87px;
}
.footer-city-list .city-list-element, .footer-menu ul li a:hover{
	background:none;
	text-decoration:underline solid 1px #fff;
}
/**********************************MODAL-FORM*****************************************************/
.modal-screen {
	position: fixed;
    z-index: 101;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	display:none;
}
	.modal-screen .background-block{
		background: #0000002b;
		position: absolute;
		width: 100%;
		height: 100%;
		backdrop-filter: blur(5px);
	}
	.modal-screen .contact-form{
		position:absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background-color: #fff;
		width: 336px;
		height: 523px;
		border-radius: 10px;
		padding: 30px;
		padding-top: 51px;
	}
		.modal-screen .contact-form .close-btn {
			float: right;
			font-size: 28px;
			font-weight: bold;
			position: absolute;
			top: 0px;
    		right: 15px;
			cursor: pointer;
		}
		.modal-screen .contact-form h3{
			font-size: 16px;
			font-weight: bold;
			text-align: center;
			margin-bottom: 30px;
		}
		.modal-screen .contact-form input{
			width: 276px;
			height: 46px;
			border-radius: 10px;
			border: 1px solid #e4d9fc;
			padding-left: 10px;
		}
		.modal-screen .contact-form textarea{
			width: 276px;
			height: 100px;
			resize: none;
			border: 1px solid #e4d9fc;
			border-radius: 10px;
			margin-bottom:30px;
			padding: 15px;
		}
.contact-form p{
	margin:0px;
}
.contact-name{
	margin-bottom:20px;
}
.text-contact{
	margin-top:20px;
}

