﻿.rs-voyager-footer .footer {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	background: #132a65;
}

.rs-voyager-footer .footer .footer-top {
	padding: 84px 0 76px;
}

.rs-voyager-footer .footer .footer-block .block-title {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: 1.9px;
}

.rs-voyager-footer .footer .footer-block ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 37px;
}

.rs-voyager-footer .footer .footer-block a {
	color: inherit;
	transition: color 0.3s;
}

.rs-voyager-footer .footer .footer-block a[href^="tel:"] {
	margin-right: 17px;
	white-space: nowrap;
}

.rs-voyager-footer .footer .footer-block a:hover {
	text-decoration: none;
	color: #a5bdf8;
}

.rs-voyager-footer .footer .footer-block a:link {
	text-decoration: none;
}

.rs-voyager-footer .footer .footer-block .subscribe-text {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 37px;
}

.rs-voyager-footer .footer .footer-block .footer-btn a {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	padding: 27px 32px;
	border: 2px solid #fff;
	border-radius: 37px;
	letter-spacing: 2px;
	white-space: nowrap;
	transition: all 0.3s;
}

.rs-voyager-footer .footer .footer-block .footer-btn a:hover{
	background: #fff;
	color: #132a65;
}
.rs-voyager-footer .footer .footer-block .footer-btn a:hover .arrow_hover{
	display: inline-block;
}
.rs-voyager-footer .footer .footer-block .footer-btn a:hover .arrow,
.rs-voyager-footer .footer .footer-block .footer-btn .arrow_hover{display: none;}
.rs-voyager-footer .footer .footer-block .footer-btn a img {
	margin-left: 15px;
	margin-bottom: 1px;
}

.rs-voyager-footer .footer .footer-bottom {
	padding: 37px 0;
	border-top: 1px solid #53638c;
}

.rs-voyager-footer .footer .social-icons a {
	display: inline-block;
	margin-right: 35px;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
}

.rs-voyager-footer .footer .social-icons a:hover {
	text-decoration: none;
	color: #a5bdf8;
}

.rs-voyager-footer .footer .social-icons img {
	margin-right: 13px;
	vertical-align: baseline;
	margin-bottom: -1px;
}

.rs-voyager-footer .footer .social-icons a:last-child {
	margin-right: 0;
}

.rs-voyager-footer .footer .copyright {
	font-weight: 400;
	font-size: 13px;
	color: #fff;
	text-align: right;
	line-height: 25px;
}

.rs-voyager-footer .footer .copyright img {
	margin-left: 4px;
	vertical-align: baseline;
	margin-bottom: 0;
}

@media (max-width: 1500px) {
	
	.rs-voyager-footer .footer .social-icons a {
		margin-right: 15px;
	}
	
	.rs-voyager-footer .footer .social-icons img {
		margin-right: 8px;
	}
	
	.rs-voyager-footer .footer .copyright {
		font-size: 12px;
	}
	
	.rs-voyager-footer .footer .footer-block .subscribe-text {
		font-size: 14px;
		margin-bottom: 20px;
		line-height: 20px;
	}
}

@media (max-width: 1199px) {
	.rs-voyager-footer .footer .copyright {
		text-align: left;
		/*margin-top: 20px;*/
	}
	
	.rs-voyager-footer .footer .footer-block .footer-btn a {
		padding: 21px 26px;
	}
	
	.rs-voyager-footer .footer .footer-block {
		margin-bottom: 35px;
	}
}

@media (max-width: 991px) {
	.rs-voyager-footer .footer .footer-top {
		padding: 35px 0;
	}
	
	.rs-voyager-footer .footer .footer-block ul {
		line-height: 32px;
	}
	
	.rs-voyager-footer .footer .footer-block .block-title {
		margin-bottom: 15px;
	}

	.iks-copyright,
	.footer-bottom .social-icons{
		text-align: left;
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.rs-voyager-footer .footer .social-icons a {
		margin-bottom: 10px;
	}
}