@media (min-width: 0) {
	.footer {
		background-color: #1F262D;
		padding: 40px 0;
	}
	.footer__logo {
		width: 76px;
	}
	.footer__contants-block {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		grid-gap: 30px;
	}
	.footer__socials-mob {
		display: flex;
		align-items: flex-end;
	}
	.footer__socials-mob a:not(:first-of-type) {
		margin: 0 0 0 20px;
	}
	.footer__contacts-number {
		font-weight: 400;
		font-size: 16px;
		color: #F9FAFB;
	}
	.footer__contacts-description {
		font-family: 'Gotham Pro';
		font-weight: 400;
		font-size: 11px;
		color: #E5E7EB;
		margin: 5px 0 0 0;
	}
	.footer__content-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px;
		margin: 30px 0 0 0;
	}
	.footer__content-title {
		font-size: 16px;
		color: #F3F4F6;
	}
	.footer__content-links {
		display: flex;
		flex-direction: column;
		margin: 13px 0 0 0;
	}
	.footer__content-link {
		font-family: 'Gotham Pro';
		font-style: normal;
		font-weight: 400;
		font-size: 11px;
		color: #E5E7EB;
	}
	.footer__content-link:not(first-of-type) {
		margin: 15px 0 0 0;
	}
	.footer__line {
		width: 100%;
		margin: 30px 0;
		border: 1px solid #374151;
	}
	.footer__bottom {
		display: flex;
		flex-direction: column;
	}
	.footer__download-block {
		order: -1;
		display: flex;
		gap: 8px;
	}
	.footer__download-block img {
		display: block;
		max-width: 100%;
		height: auto;
	}
	.footer__socials {
		display: none;
	}
	.footer__company-info {
		margin: 30px 0 0 0;
	}
	.footer__company-info p {
		font-size: 8px;
		color: #505966;
	}
	.footer__company-info p:not(:first-of-type) {
		margin: 3px 0 0 0;
	}
}

@media (min-width: 957px) {
	.footer__contants-block {
		display: flex;
		flex-direction: column;
	}
	.footer__socials-mob {
		display: none;
	}
	.footer__logo {
		width: 133px;
	}
	.footer__contacts-number {
		font-size: 24px;
	}
	.footer__contacts-description {
		font-size: 14px;
	}
	.footer__top {
		display: flex;
		justify-content: space-between;
	}
	.footer__content-wrapper {
		margin: 0 0 0 0;
		grid-gap: 70px;
	}
	.footer__content-title {
		font-size: 24px;
	}
	.footer__content-link {
		font-size: 14px;
	}
	.footer__socials {
		display: flex;
	}
	.footer__bottom {
		flex-direction: row;
		justify-content: space-between;
	}
	.footer__download-block {
		order: 1;
		max-width: 500px;
		gap: 50px;
	}
	.footer__socials a:not(:first-of-type) {
		margin: 0 0 0 15px;
	}
	.footer__company-info {
		margin: 40px 0 0 0;
	}
	.footer__line {
		margin: 50px 0;
	}
	.footer {
		padding: 40px 0 100px 0;
	}
}