.footer {
	margin-top: 80px;
}
.footer__row:first-child {
	padding: 50px 0 80px;
	background: #262f3c;
}
.footer__row:nth-child(2) {
	padding: 17px 0;
	background: #1f2937;
}
.footer__cell {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}
.footer__logo {
	width: 190px;
	height: 25px;
}
.footer__copyright {
	margin-top: 15px;
	font-size: 12px;
	line-height: 135%;
	color: #fff;
}
.footer__nav-cell {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 365px;
	flex: 1 1 365px;
}
.footer__nav-cell:not(:last-child) {
	margin-right: 30px;
}
.footer__nav-row:not(:last-child) {
	margin-bottom: 50px;
}
.footer__nav-title {
	color: #fff;
}
.footer__nav-items {
	margin-top: 24px;
}
.footer__nav-item:not(:last-child) {
	margin-bottom: 24px;
}
.footer__nav-caption {
	font-size: 16px;
	line-height: 135%;
	color: #fff;
}
.footer__nav-links {
	margin-top: 15px;
}
.footer__nav-link {
	font-size: 16px;
	line-height: 135%;
	color: #b5b8bd;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.footer__nav-link:hover {
	color: #909cf8;
}
.footer__nav-link:not(:last-child) {
	margin-bottom: 10px;
}
.footer__offices {
	margin-top: 50px;
}
.footer__office {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 365px;
	flex: 1 1 365px;
}
.footer__office:not(:last-child) {
	margin-right: 30px;
}
.footer__office-caption {
	color: #fff;
}
.footer__office-items {
	margin-top: 24px;
}
.footer__office-item {
	flex-wrap: wrap;
}
.footer__office-item:not(:last-child) {
	margin-bottom: 10px;
}
.footer__office-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.footer__office-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: #fff;

}
a.footer__office-item .footer__office-text {
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
a.footer__office-item .footer__office-text:hover {
	color: #909cf8;
}
.footer__sublink {
	font-size: 12px;
	line-height: 135%;
	color: #fff;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.footer__sublink:hover {
	color: #909cf8;
}
.footer__sublink:not(:last-child) {
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #fff;
}
@media only screen and (max-width: 993px) {
	.footer__cell_left {
		margin-right: 50px;
	}
}
@media only screen and (max-width: 992px) {
	.footer {
		margin-top: 60px;
	}
	.footer__row:first-child {
		padding: 40px 0 70px;
	}
}
@media only screen and (max-width: 768px) {
	.footer__row:first-child .wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer__cell {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.footer__cell_right {
		margin-top: 40px;
	}
	.footer__nav-cell {
		-ms-flex-preferred-size: calc(50% - 30px);
		flex-basis: calc(50% - 30px);
	}
	.footer__office {
		-ms-flex-preferred-size: calc(50% - 30px);
		flex-basis: calc(50% - 30px);
	}
}
@media only screen and (max-width: 576px) {
	.footer__row:first-child {
		padding: 30px 0 60px;
	}
	.footer__nav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer__nav-cell:not(:last-child) {
		margin-bottom: 40px;
	}
	.footer__nav-cell {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.footer__nav-row:not(:last-child) {
		margin-bottom: 40px;
	}
	.footer__nav-items {
		margin-top: 15px;
	}
	.footer__nav-item:not(:last-child) {
		margin-bottom: 20px;
	}
	.footer__nav-links {
		margin-top: 10px;
	}
	.footer__offices {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 40px;
	}
	.footer__office {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.footer__office:not(:last-child) {
		margin-bottom: 40px;
	}
	.footer__office-items {
		margin-top: 15px;
	}
}
@media only screen and (min-width: 769px) {
	.footer__cell_left {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 195px;
		margin-right: 30px;
	}
	.footer__cell_right {
		-ms-flex-negative: 1;
		flex-shrink: 1;
		width: 500px;
	}
}
@media only screen and (min-width: 993px) {
	.footer__cell_right {
		width: 760px;
	}
}
.color-gray {
	color: #b5b8bd;
}
.flex_shrink-0 {
	flex-shrink: 0;
}
.flex_shrink-1 {
	flex-shrink: 1;
}
.flex_direction-column {
	display: flex;
	flex-direction: column;
}
.fs-12 {
	font-size: 14px;
}
.mb-10 {
	margin-bottom: 10px;
}

.footer__office-headline {
	display: flex;
	color: #fff;
	width: 100%;
	flex-basis: 100%;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: 500;
}
address.footer__office-item .footer__office-text {
	margin-bottom: 10px;
}