.footer .subscribe{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
}
.footer .navbar-logo{
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
}
.footer{
	background-color: #33363A;
	color: #fff;
	padding: 35px 0 20px;
}
.contacts-section.light,
.bottom-menu-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(--prv_color);
    text-decoration:none;
}
.contacts-section__network-list{
	font-size: 14px;
	margin-bottom: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
}
.contacts-section__network-list li{
	display: inline-block;
	margin-right: 20px;
	padding: 10px;
	width: 38px;
	height: 38px;
	background-color: #484B4E;
	position: relative;
	border-radius: 100%;
}
.contacts-section__network-list li:hover{
	background-color: var(--prv_btn_color);
	border-radius: 100%;
	transition: all .4s;
}
.contacts-section__network-list li:last-child{
	margin-right: 0;
}
.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__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(--prv_color);
}
.contacts-section__phones .prv_top_number{
	font-weight: normal;
	font-size: 0.9333em;
	font-size: 1.1428em;
}
.contacts-section__phones .prv_top_number,
.contacts-section__phones .prv_top_number:hover,
.contacts-section__phones .prv_top_number:focus{
	color: #fff;
}
.contacts-section.light .contacts-section__phones .prv_top_number,
.contacts-section.light .contacts-section__phones .prv_top_number:hover,
.contacts-section.light .contacts-section__phones .prv_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;
	}
}

@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,
	.contacts-section__email-block{
		justify-content: center;
	}
	.contacts-section__phone-block,
	.contacts-section__address-block{
		margin-bottom: 20px;
	}
	.contacts-section{
		padding: 20px 0;
	}
	.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;
}
.bottom-menu-section{
	padding: 7px 0;
	position: relative;
}
.bottom-menu-section__container-underline{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: #434343;
}
.bottom-menu-section.light .bottom-menu-section__container-underline{
	background-color: #E5E5E5;
}
.bottom-nav-list{
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.bottom-nav-list>li{
	margin-right: 0px;
}
.footer .bottom-nav-list>li>a{
	padding: 10px 19px 10px 0;
}
.bottom-nav-list>li>a{
	color: #212121
}
.bottom-nav-list>li>a:hover {
    color: var(--prv_btn_color);
}
@media(min-width: 768px){
	.bottom-nav-list>li:first-child>a{
		padding-left: 0;
	}
	.bottom-menu-section__container .bottom-nav-list{
		justify-content: flex-start;
	}
	.bottom-menu-section__container-underline{
		width: 65%;
	}
}
@media(min-width: 992px){
	.bottom-menu-section__container-underline{
		width: 46%;
	}
}
.footer .phonenum-cnt .phonenum, .footer .phonenum-cnt .phonenum:focus{
	color: #fff;
	font-size: 10px;
}
.contacts-section__phone-block{
	margin-top: 5px;
}
.contacts-section__email-block{
	margin-top: 16px;
}
.contacts-section__address-block{
	margin-top: 20px;
}
.footer hr{
	border-top: 1px solid #575757;
	margin-top: 35px;
	margin-bottom: 25px;
}
.main-footer__rights-block,.main-footer__lefts-block{
	color: #757575;
}
@media (max-width: 991px) {
	.footer .bottom-nav-list{
		justify-content: center;
	}
	.footer .navbar-logo{
		display: flex;
    justify-content: center;
		margin-bottom: 20px;
	}
	.contacts-section__phone-block, .contacts-section__address-block, .contacts-section__email-block{
		justify-content: center;
	}
	.footer .subscribe{
		display: flex;
		justify-content: center;
	}
	.footer .contacts-section__network-list{
		justify-content: center;
	}
}
