.footer {
	background:rgba(33,150,224,0.05);
}
.ftr-adress .ico,.ftr-timework .ico{
	width:30px;
	height:30px;
}
.ftr-adress .ico img
.ftr-timework .ico img{
	width:100%;
	height:100%;
	object-fit:contain;
}
.ftr-adress,.ftr-timework{
	font-weight:400;
	font-size:15px;
	line-height:20px;
}
.super-footer{
	padding-bottom:35px;
	margin-bottom:45px;
	border-bottom:1px solid rgba(51,51,51,0.1)
}
.super-footer span{
	font-weight:700;
	color:#2196E0;
}
.ftr-adress,.ftr-timework,.ftr-tel a{
	color:#333;
}
.ftr-tel{
	font-size:20px;
	line-height:30px;
	display:flex;
	flex-wrap:wrap;
	align-items:end;
	justify-content:center;
	flex-direction:column;
}
.ftr-tel a:last-child{
	font-weight:400;
	opacity:0.8;
	font-size:15px;
	line-height:20px;
}
.footer .btn.avar{
	text-transform:uppercase;
	border-radius:10px;
	font-weight:700;
	font-size:14px;
	box-shadow:none!important;
	border-bottom:none;
	padding:12px 18px;
}
.ftr-title{
	font-weight:500;
	font-size:17px;
	line-height:24px;
	color:rgba(51,51,51,0.6);
}
.container ul.ftr-list li,
.container ul.btm-nav li{
	padding-bottom:0;
}
.ftr-list li a{
	color:#333;
	opacity:0.8;
}
.ftr-list li a:hover{
	color:#333;
	opacity:1;
}
.footer-btm {
	background:rgba(33,150,224,0.15);
	padding:25px 0;
}
.footer-btm .socially a {
	background:#2196E0;
	border-radius:10px;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.footer-btm .socially svg{
	fill:#FFF;
}
.socially a:hover svg,
.socially a:hover svg path{
}
.copy{
	font-size:14px;
	text-align:right;
	color:#333;
}
.container ul.btm-nav{
	margin:0 15px;
	flex-wrap:wrap;
	justify-content:space-around;
}
.btm-nav li{
	margin:0 7.5px!important;
}
.btm-nav li a{
	font-weight:400;
	color:#333;
}
.btm-nav li a:hover{
	opacity:0.8;
	color:#333;
}
.socially{
	display:flex;
	justify-content: center;
}
.categ-title{
	margin-top:40px;
}
.subcats{
	display:flex;
	flex-wrap:wrap;
	gap:15px;
	margin-bottom:60px;
}
.subcats a.subcat{
	display:block;
	border: 1px solid #2196E080;
	border-radius:8px;
	background:#fff;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
	color: #2196E0;
	padding:15px;
	margin-bottom:15px;
}
.subcats a.subcat:hover,
.subcats a.subcat.current{
	border: 1px solid #2196E0;
	background:#2196E0;
	color: #fff;
	text-decoration:none;
}
a.specialist-card__content:hover{
	text-decoration:none;
}
.employer h1.specialist-card__name {
	font-size:32px;
	line-height:45px;
}
.employer h2{
	padding-left:0;
	padding-top:70px;
	border-left:none;
	text-transform: uppercase;
}
@media (min-width:1200px){
.ftr-title{
	margin-bottom:13px;
}
}
@media (min-width:992px){
.footer-top{
	padding:35px 0 65px;
}
.super-footer .logo{
	-ms-flex: 0 0 150px;
	flex: 0 0 150px;
	max-width: 150px;
}
}
@media (min-width: 578px){
.footer-btm .container{
	justify-content:space-between;
}
}
@media (max-width:1200px){
.footer .btn.avar{
	font-size:13px;
	padding:5px 10px;
}
.ftr-tel{
	font-size:18px;
}
.ftr-adress, .ftr-timework{
	font-size:13px;
}
.btm-nav li {
	font-size:14px;
}
}
@media (max-width:992px){
.ftr-adress, .ftr-timework{
	margin-bottom:15px;
	text-align:center;
}
.ftr-tel {
	margin-bottom:15px;
	align-items: center;
}
.ftr-tel a:last-child {
	margin:10px 0;
}
.copy{
	text-align:center;
	margin-top:10px;
}
.footer-btm .container{
	justify-content:center;
	display:flex;
	flex-wrap:wrap;
}
.socially{
	margin-bottom:15px;
}
}


.footer-btm-btm {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
    width: 100%;
    gap: 40px;
    padding: 20px 0 0px;
}
.footer-btm-btm a{
	text-decoration: none;
}

@media (max-width: 992px) {
    .footer-btm-btm {
		margin-bottom: 80px;
		gap: 16px;
    }
}