#contacts {
	width: 100%;
	height: 100%;
	background-color: white;
}

#contacts .info {
	width: 100%;
	min-height: calc(100vh - 625px);
	padding: 75px 0px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

#contacts .info .left {
	width: 100%;
	color: #666666;
}

#contacts .info .left div {
	margin: 15px 0px;
}

#contacts .info .left .zagolovok {
	font-size: 19px;
	font-weight: 600;
	font-style: italic;
	color: #212121;
	margin: 0px 0px 30px;
}

#contacts .info .left svg {
	color: #666666;
}

#contacts .info .left a {
	padding-bottom: 1px;
	cursor: pointer;
}

#contacts .info .left a:hover {
	border-bottom: 1px solid #666666;
}

#contacts .info .right {
	display: flex;
	justify-content: flex-end;
	position: relative;
}

#contacts .info .right form {
	width: 100%;
}

#contacts .info .right form input {
	width: 100%;
	height: 40px;
	background-color: transparent;
	border: 1px solid #d3d3d3;
	outline: none;
	padding-left: 10px;
	margin: 7.5px 0px;
}

#contacts .info .right form input:first-child {
	margin-top: 0px;
}

#contacts .info .right form textarea {
	width: 100%;
	height: 125px;
	background-color: transparent;
	border: 1px solid #d3d3d3;
	outline: none;
	font-family: 'Exo 2', sans-serif;
	color: 666666;
	padding-top: 10px;
	padding-left: 10px;
	margin: 7.5px 0px;
	resize: none;
}

#contacts .info .right form button {
	width: 200px;
	height: 45px;
	background-color: #181c2a;
	border: none;
	outline: none;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: white;
	cursor: pointer;
	margin-top: 5px;
	transition: all 0.3s ease;
}

#contacts .info .right form button svg {
	margin-right: 10px;
}

#contacts .info .right form button:hover {
	background-color: #1e39b4;
}

#contacts .open-in-yandexnavi {
	width: 300px;
	height: 45px;
	background-color: #181c2a;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: white;
	cursor: pointer;
	transition: all 0.3s ease;
}

#contacts .open-in-yandexnavi a {
	transform: translate(0, -1px);
}

#contacts .open-in-yandexnavi img {
	width: 15px;
	height: 15px;
	margin-left: 5px;
	transform: translate(0, 3px);
}

#contacts .open-in-yandexnavi:hover {
	background-color: #1e39b4;
}
