.main-crumbs{
	display: flex;
	align-items: center;
	z-index: 15;
	position: relative;
	margin-bottom: 6.2vw;
	margin-top: 2.9vw;
}
.main-crumbs a,
.main-crumbs p{
	color: #000;
	text-decoration: none;
	font-size: 1.1vw;
	margin: 0;
	margin-right: .7vw;
}

.main-crumbs span{
	width: 2.1vw;
	height: 1px;
	background: #000;
	margin-right: .7vw;
}
.tad-selections-contacts{
	justify-content: flex-start;
	margin-top: 7vw;
}
.tad-selections-contacts p{
	margin-right: 3vw;
}
.contacts-and-form{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.contacts-block{
	width: 45vw;
}
.contacts-block .contacts{
	display: flex;
	align-items: center;
}
.contacts-nums{
	margin-right: 6.8vw;
}
.contacts-nums a,
.contacts-other-item{
	display: flex;
	align-items: center;
	position: static;
	margin: 0;
	font-family: "roboto-l"; 
	margin-bottom: 1vw;
}
.contacts-nums a img,
.contacts-other-item img{
	width: 1vw;
	margin: 0;
	margin-right: .7vw;
}
.contacts-nums a p,
.contacts-other-item p{
	font-size: 1.1vw;
	margin: 0;
	color: #212121;
}
.contacts-block .map{
	width: 100%;
	margin: 0;
	margin-top: 2.8vw;
}
.form-block{
	width: 30vw;
}
.form-block form {
	width: 100%;
	height: 100%;
	box-shadow: 4px 4px 10px 0px #00000040;
}
.form-block form .form-cont{
	width: 100%;
	position: relative;
	padding: 4.5vw 4vw;
}
.form-block form h3{
	color: #191919;
	font-size: 1.4vw;
	margin: 0;
	font-family: "roboto-r"; 
}
.form-block form .text{
	margin: 0;
	color: #191919;
	font-size: 1.1vw;
	margin-top: .7vw;
	margin-bottom: 1.9vw;
}
.form-block form input{
	border: 1px solid #F0A30D;
	border-radius: .3vw;
	padding-left: 1.4vw;
	width: 100%;
	height: 2.6vw;
	margin-bottom: 1vw;
	font-size: 1vw;
	outline: none;
}
.form-block form .sub-text{
	margin: 0;
	margin-top: .7vw;
	font-size: 1vw;
	color: #949494;
}
.form-block form button{
	width: 100%;
	height: 3vw;
	border-radius: .3vw;
	box-shadow: 0px 4px 4px 0px #00000040;
	background: #009A4E;
	transition: background .3s;
	color: #fff;
	font-size: 1.1vw;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	margin-top: 1.2vw;
	outline: none;
}
.form-block form button:hover{
	background: #0CC76A;
}
@media(max-width: 500px){
	.tad-selections-contacts{
		flex-direction: row;
		margin-bottom: 15.3vw;
	}
	.tad-selections-contacts p{
		width: 50%;
		position: static;
		background: none;
		border: none;
		color: #212121;
	}
	.tad-selections-contacts p.active{
		background: none;
		color: #212121;
	}
	.main-crumbs{
		margin-top: 30vw;
	}
	.main-crumbs a, .main-crumbs p{
		font-size: 4.4vw;
		margin-right: 2.8vw;
	}
	.main-crumbs span{
		width: 8.4vw;
		margin-right: 2.8vw;
	}
	.contacts-and-form,
	.contacts-block .contacts{
		flex-direction: column;
		align-items: flex-start;
	}
	.contacts-block{
		width: 100%;
	}
	.contacts-nums a,.contacts-other-item{
		margin-bottom: 5vw;
	}
	.contacts-nums a img, .contacts-other-item img{
		width: 3.4vw;
		margin-right: 3.3vw;
	}
	.contacts-nums a p, .contacts-other-item p{
		font-size: 4.4vw;
	}
	.form-block{
		width: 100%;
		margin-top: 20vw;
	}
	.form-block form .form-cont{
		padding: 11vw 6vw;
	}
	.form-block form h3{
		font-size: 5.2vw;
	}
	.form-block form .text{
		font-size: 4.4vw;
		margin-top: 3.3vw;
		margin-bottom: 7vw;
	}
	.form-block form input{
		height: 11.1vw;
		border-radius: 1.1vw;
		margin-bottom: 4.4vw;
		padding-left: 5.5vw;
		font-size: 4vw;
	}
	.form-block form .sub-text{
		margin-top: 4.5vw;
		font-size: 3.8vw;
	}
	.form-block form button{
		margin-top: 4.2vw;
		height: 14vw;
		border-radius: 1.1vw;
		font-size: 4.4vw;
	}
}