.rootFooter {
	background: #2d2d2d;
	color: #fff;
	padding-top: 90px;
	padding-bottom: 90px;
}
.rootFooter-row1 .container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.rootFooter-row1 .l-copyr-link{
	margin-top: 35px;
}
.rootFooter-row1 .l-copyr-link .row-link + .row-link{
	margin-top: 15px;
}
.rootFooter .l-copyr-link .link{
	color: #FC0;
	border-bottom: 1px solid rgba(255, 204, 0, .3);
}
.rootFooter .l-copyr-link .link:hover{
	border-bottom-color: transparent;
}
.rootFooter-row1 .l-payment {
	margin-top: 40px;
}
.rootFooter-row1 .list-payment {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -9px;
	margin-right: -9px;
}
.rootFooter-row1 .list-payment__item {
	padding-left: 9px;
	padding-right: 9px;
}
.rootFooter-row1 .menu-caption {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 20px;
}
.rootFooter-row1 .nav__item + .nav__item {
	margin-top: 15px;
}
.rootFooter-row1 .nav__link {
	color: #8D8D8D;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}
.rootFooter-row1 .nav__link:hover{
	color: #FC0;
}
.rootFooter-row1 .l-subscribe {
	margin-top: 35px;
	max-width: 355px;
}
.rootFooter-row1 .caption-subscribe {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 10px;
}
.rootFooter-row1 .l-col4 {
	max-width: 280px;
}
.rootFooter-row1 .l-contact + .l-contact {
	margin-top: 25px;
}
.rootFooter-row1 .l-contact .caption{
	margin-bottom: 6px;
	color: #8D8D8D;
}
.rootFooter-row1 .l-contact .phone{
	font-size: 30px;
	font-weight: 500;
	color: inherit;
	line-height: 1;
}
.rootFooter-row1 .l-contact .wrap-email{
	margin-top: 8px;
}
.rootFooter-row1 .l-contact .email-link{
	color: #FC0;
	border-bottom: 1px solid rgba(255, 204, 0, .3);
}
.rootFooter-row1 .l-contact .email-link:hover{
	border-bottom-color: transparent;
}
.rootFooter-row1 .l-contact .callback{
	margin-top: 20px;
}
.rootFooter-row1 .l-contact .callback-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	font-size: 14px;
	padding: 0 20px;
	color: #fff;
	font-weight: 500;
	border-color: rgba(255, 255, 255, 0.2);
}
.rootFooter-row1 .l-contact .callback-btn:hover{
	background: rgba(255, 255, 255, 0.2);
}
.rootFooter-row1 .l-social{
	margin-top: 25px;
}
.rootFooter-row2{
	margin-top: 60px;
	padding-top: 45px;
	border-top: 1px solid rgba(255,255,255,.1);
}
.rootFooter-row2 .container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.rootFooter-row2 .l-copyr {
	max-width: 1060px;
	line-height: 1.5;
	color: #8D8D8D;
}
.rootFooter-row2 .l-copyr a{
	color: inherit;
	white-space: nowrap;
}
@media only screen and (max-width: 1460px) {
	.rootFooter .logo svg{
		width: 250px;
		height: auto;
	}
	.rootFooter .l-copyr-link .link {
		font-size: 14px;
	}
	.rootFooter .siterecommend-item-thumb {
		height: 30px;
	}
	.rootFooter-row1 .l-subscribe {
		max-width: 320px;
	}
}
@media only screen and (max-width: 1250px) {
	.rootFooter .l-col2{
		display: none;
	}
	.rootFooter-row2 .l-copyr {
		max-width: 750px;
	}
}