.rs-17 .footer {
	padding: 165px 0 75px;
}

.rs-17 .footer .footer__top {
	display: flex;
	margin-bottom: 105px;
}

.rs-17 .footer .footer__col:nth-child(2) {
	max-width: 215px;
	margin-left: 11.5%;
}

.rs-17 .footer .footer__col:nth-child(3) {
	max-width: 440px;
	margin-left: auto;
}

.rs-17 .footer .footer__name {
	font-family: AlegreyaSans-Medium;
	font-size: 20px;
	color: #303030;
	margin-bottom: 34px;
	text-transform: uppercase;
}

.rs-17 .footer .footer__menu {
	display: flex;
	column-gap: 80px;
}

.rs-17 .footer .footer__subcol {
	display: flex;
	flex-direction: column;
}

.rs-17 .footer .footer__item {
	font-family: AlegreyaSans-Regular;
	font-size: 16px;
	color: #303030;
	transition: 0.3s color;
}

.rs-17 .footer .footer__item:not(:last-child) {
	margin-bottom: 15px;
}

.rs-17 .footer .footer__item:hover {
	color: rgb(224, 64, 85);
}

.rs-17 .footer .footer__row {
	display: flex;
	justify-content: space-around;
}

.rs-17 .footer .footer__row:not(:last-child) {
	margin-bottom: 35px;
}

.rs-17 .footer .footer__logo img {
	width: 220px;
}

.rs-17 .footer .social {
	display: flex;
	column-gap: 15px;
}

.rs-17 .footer .social__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #f0f0f0;
	transition: 0.3s background-color;
}

.rs-17 .footer .social__item img {
	transition: 0.3s filter;
}

.rs-17 .footer .social__item:hover {
	background-color: rgb(224, 64, 85);
}

.rs-17 .footer .social__item:hover img {
	filter: brightness(200%);
}

.rs-17 .footer .footer__desc {
	font-family: AlegreyaSans-Regular;
	font-size: 16px;
	color: #303030;
	line-height: 1.4;
}

.rs-17 .footer .footer__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.rs-17 .footer .footer__rights {
	font-family: AlegreyaSans-Regular;
	font-size: 16px;
	color: #303030
}

.rs-17 .footer .footer__develop {
	width: 159px;
	height: 16px;
	-webkit-mask-image: url(../img/dev.png);
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	background-color: #303030;
	transition: 0.3s background-color;
}

.rs-17 .footer .footer__develop:hover {
	background-color: rgb(224, 64, 85);
}

@media screen and (max-width: 1250px) {
	.rs-17 .footer .footer__col:nth-child(2) {
		margin-left: 5.5%;
	}
}

@media screen and (max-width: 1150px) {
	.rs-17 .footer .footer__menu {
		flex-direction: column;
		row-gap: 15px;
	}
}

@media screen and (max-width: 920px) {
	.rs-17 .footer {
		padding: 70px 0;
	}
	.rs-17 .footer .footer__top {
		flex-direction: column;
		align-items: center;
		text-align: center;
		row-gap: 40px;
	}
	.rs-17 .footer .footer__col:nth-child(1) {
		order: 2;
	}
	.rs-17 .footer .footer__col:nth-child(2) {
		margin-left: 0;
		order: 3;
	}
	.rs-17 .footer .footer__col:nth-child(3) {
		margin-left: 0;
		order: 1;
	}
	.rs-17 .footer .footer__bottom {
		flex-direction: column;
		align-items: center;
		text-align: center;
		row-gap: 20px;
	}
}

@media screen and (max-width: 475px) {
	.rs-17 .footer .footer__row {
		flex-direction: column;
		align-items: center;
		row-gap: 30px;
	}
	.rs-17 .footer .footer__logo img {
		width: 160px;
	}
}

.dev_studio img{
margin-top: -3px;
    margin-left: 4px;
}