.contacts-section {
	background-color: #33363A;
	color: #fff;
	padding: 24px 0;
}
.contacts-section.light{
	background-color: #EFF1F5;
	color: #212121
}
.contacts-section__email a{
	color: #fff;
}
.contacts-section.light .contacts-section__email a{
	color: #212121;
}
.contacts-section__email a:hover,
.contacts-section.light .contacts-section__email a:hover{
	color: var(--fs_color);
    text-decoration:none;
}
.contacts-section__network-list{
	font-size: 14px;
	margin-bottom: 0;
	padding: 0;
}
.contacts-section__network-list li{
	display: inline-block;
	margin-right: 40px;
}
.contacts-section__network-list a{
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
.contacts-section.light .contacts-section__network-list a{
	color: #212121;
}
.contacts-section__network-list a:hover,
.contacts-section.light .contacts-section__network-list a:hover{
	color: var(--fs_btn_color);
}
.contacts-section__network-list a:hover,
.contacts-section__network-list a:focus{
	text-decoration: none;
}
.contacts-section .phonenum.show-modal{
	font-size: 0.6666em;
}
.contacts-section__phone-block,
.contacts-section__address-block,
.contacts-section__email-block{
	display: flex;
	align-items: center;
}
.contacts-section__phones,
.contacts-section__address,
.contacts-section__email{
	margin-left: 19px;
}
.contacts_icon{
	fill: #fff;
}
.contacts-section.light .contacts_icon{
	fill: #212121;
}
.contacts-section .phonenum,
.contacts-section .phonenum:focus{
	color: #fff;
}
.contacts-section.light .phonenum,
.contacts-section.light .phonenum:focus{
	color: #212121;
}
.contacts-section .phonenum:hover{
	color: var(--fs_color);
}
.contacts-section__phones .fs_top_number{
	font-weight: normal;
	font-size: 0.9333em;
	font-size: 1.1428em;
}
.contacts-section__phones .fs_top_number,
.contacts-section__phones .fs_top_number:hover,
.contacts-section__phones .fs_top_number:focus{
	color: #fff;
}
.contacts-section.light .contacts-section__phones .fs_top_number,
.contacts-section.light .contacts-section__phones .fs_top_number:hover,
.contacts-section.light .contacts-section__phones .fs_top_number:focus{
	color: #212121;
}
.main-footer {
	background-color: #212121;
	color: #757575;
	padding: 14px 0;
}
.main-footer.light{
	background-color: #EFF0F2;
}
.main-footer .network-list li a {color: #757575;}
@media(max-width: 1199px){
	.contacts-section__network-list{
		margin-top: 25px;
                text-align: center;
	}
}
@media (max-width: 991px) {
	.main-footer{
		padding: 24px 0;
	}
}
@media (max-width: 767px) {
	.contacts-section__network-list{
		margin-top: 20px;
	}
	.contacts-section__network-list li{
		margin-right: 20px;
	}
	.contacts-section__phone-block,
	.contacts-section__address-block{
		margin-bottom: 20px;
	}
	.contacts-section{
		padding: 20px 0;
	}
	.contacts-section__phone-block,
	.contacts-section__address-block,
	.contacts-section__email-block{
		justify-content: center;
	}
	.main-footer__rights-block{
		margin-bottom: 10px;
	}
}
.contacts-section__phones .dropdown-menu a,
.contacts-section__phones .dropdown-menu a:focus{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
	font-size: 14px;
	text-decoration: none;
}
.contacts-section__phones .dropdown-menu a:hover,
.contacts-section__phones .dropdown-menu a:active,
.contacts-section__phones .dropdown-menu a:active:focus,
.contacts-section__phones .dropdown-menu a:active:hover{
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
	background-repeat: repeat-x;
	text-decoration: none;
}