.footer1 {
	font-family: 'Raleway', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	background: #272424;
	color: #707070;
	font-size: 14px;
	line-height: 23px;
}

.footer1 a {
	color: inherit;
}

.footer1 a:hover {
	text-decoration: none;
}

.footer1__wrapper {
	max-width: 1394px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 72px;
	padding-bottom: 45px;
}

.footer1__contacts {
	color: #ffffff;
	font-family: 'Roboto Condensed', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	min-width: 553px;
	padding-right: 22px;
}

.footer1__logo {
	margin-right: 35px;
	float: left;
	max-width: 85px;
	max-height: 72px;
	overflow: hidden;
}

.footer1__logo img {
	max-width: 85px;
	max-height: 72px;
}

.footer1__phone a {
	text-decoration: none;
}
.footer1__phone a:hover {
	text-decoration: underline;
}

.footer1__actions {
	margin-top: 12px;
}

.footer1__action-button {
	font-family: 'Raleway', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	border: solid #ffffff 1px;
	padding: 10px 20px;
	white-space: nowrap;
	display: inline-block;
	color: #0066B5;
	width: 280px;
	text-align: center;
	transition: background-color 200ms linear;
}

.footer1__action-button:hover {
	background: #ffffff;
	color: #0066B5;
}

.footer1__action-button:active {
	background: #ffffff;
	color: #045A9D;
}

.footer1__action-button_half {
	width: 192px;
}

.footer1__action-button_half + .footer1__action-button_half {
	margin-left: 8px;
}

.footer1__action-button_primary {
	color: #ffffff;
	background: #0066B5;
	border: solid #0066B5 1px;
}

.footer1__action-button_primary:hover {
	background: #0779D1;
	color: #ffffff;
}

.footer1__action-button_primary:active {
	transition: none;
	background: #055DA2;
}

.footer1__action-button_disabled,
.footer1__action-button_disabled:hover,
.footer1__action-button_disabled:active {
	background-color: #707070;
	border-color: #272424;
	color: #ababab !important;
}

.footer1__org-info {
	width: 375px;
	flex-grow: 1;
	border-left: solid #ffffff 2px;
	padding: 17px 0 17px 19px;
}

.footer1__links {
	display: flex;
}

.footer1__links a {
	white-space: nowrap;
}

.footer1__fastlinks {
	margin-right: 43px;
}

.footer1__dev {
	white-space: nowrap;
}

.footer1__contacts,
.footer1__org-info,
.footer1__links {
	margin-bottom: 15px;
}

@media screen and (max-width: 1500px) {
	.footer1__wrapper {
		max-width: 90vw;
		min-width: 290px;
	}
}

@media screen and (max-width: 960px) {
	.footer1__wrapper {
		padding-top: 32px;
		padding-bottom: 32px;
		display: block;
	}

	.footer1__contacts {
		min-width: auto;
	}

	.footer1__logo {
		display: inline-block;
		vertical-align: middle;
		float: none;
	}

	.footer1__phone {
		display: inline-block;
	}

	.footer1__actions {
		clear: both;
		padding-top: 22px;
	}

	.footer1__action-button_half + .footer1__action-button_half {
		margin-left: 0;
		margin-top: 8px;
	}

	.footer1__action-button {
		width: 100%;
		max-width: 400px;
	}

	.footer1__org-info {
		border-left: 0;
		padding: 0;
		width: 100%;
	}

	.footer1__links {
		display: block;
	}

	.footer1__dev {
		margin-top: 15px;
	}
}
