﻿.rs-17 .rs-footer{
	padding-top: 44px;
	background-color: #15415A;
	color: #fff;
}
.rs-17 .rs-footer .footer-block{
	margin-bottom: 50px;
}
.rs-17 .rs-footer .footer-block h4{
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 25px;
	margin-bottom: 22px;
}
.rs-17 .rs-footer .footer-block p  {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 135.02%;
	letter-spacing: 0.03em;
}
.rs-17 .rs-footer ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}
.rs-17 .rs-footer ul a{
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all  0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition:all 0.3s ease-out;
}
.rs-17 .rs-footer .info-list li{
	margin-bottom: 10px;
}
.rs-17 .rs-footer .info-list li a{
	font-size: 12px;
	color: #fff;
}
.rs-17 .rs-footer .info-list li a:hover,
.rs-17 .rs-footer .info-list li a:focus{
	color: #B0B7C0;
	text-decoration: none;
}
.rs-17 .rs-footer .contacts-list li{
	margin-bottom: 13px;
	color: #fff;
	line-height: 17px;
}
.rs-17 .rs-footer .contacts-list li a{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.03em;
	color: #fff;
}
.rs-17 .rs-footer .contacts-list li i{
	padding-right: 7px;
	color: #fff;
}
.rs-17 .rs-footer .contacts-list li a:hover,
.rs-17 .rs-footer .contacts-list li a:focus{
	color:  #B0B7C0;
	text-decoration: none;
}
.rs-17 .rs-footer .link-underline{
	text-decoration: underline;
}
.rs-17 .rs-footer .footer-bottom{
	padding-top: 15px;
	padding-bottom: 11px;
	min-height: 57px;
	border-top: 2px solid #44677B;
	background-color: #15415A;
}
.rs-17 .rs-footer .social-list{
	display: inline-block;
	margin-right: 20px;
}
.rs-17 .rs-footer .social-list li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
.rs-17 .rs-footer .social-list li a{
	position: relative;
    display: inline-block;
    vertical-align: middle;
	text-align: center;
	color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
	background-color: rgba(255, 255, 255, 0.3);
}
.rs-17 .rs-footer .social-list li a.yt{
	background-color: transparent;
}
.rs-17 .rs-footer .social-list li a.fb{
	/* background-color: #4b67a0; */
}
.rs-17 .rs-footer .social-list li a.insta{
	background: linear-gradient(to top left, #f0495b ,#b344a8);
}
.rs-17 .rs-footer .social-list li a.vk{
	/* background-color: #4e6899; */
}

.rs-17 .rs-footer .social-list li a i{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.rs-17 .rs-footer .social-list li a i.fa-vk{
	margin-left: -1px;
}
.rs-17 .rs-footer .social-list li a i.fa-paper-plane{
	margin-left: -1px;
}
.rs-17 .rs-footer .copyright{
	padding-top: 5px;
}
.rs-17 .rs-footer .copyright,
.rs-17 .rs-footer .dev{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.6;
	color: #fff;
}
.rs-17 .rs-footer .dev:hover{
	text-decoration: none;
}
.rs-17 .rs-footer .right-block{
	padding-top: 10px;
	padding-bottom: 10px;
}
.rs-17 .rs-footer .dev img{
	vertical-align: initial;
	padding-left: 3px;
	margin-bottom: 0;
	max-width: 66px;
}
@media (max-width: 991px){
	.rs-17 .rs-footer .footer-block{
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-left: -4px;
	}
}
@media (max-width: 767px){
	.rs-17 .rs-footer .copyright,
	.rs-17 .rs-footer .right-block{
		float: none!important;
		text-align: center;
	}
	.rs-17 .rs-footer .social-list,
	.rs-17 .rs-footer .dev{
		display: block;
	}
	.rs-17 .rs-footer .social-list{
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right:  0;
	}
	.rs-17 .rs-footer .footer-block.footer-block-3  {
		margin-bottom:  0;
	}
	.rs-17 .rs-footer .footer-block.footer-block-4 h4  {
		display:  none;
	}
}