.footer {
    box-shadow: 0 -0.1em 0.5em 0 #dee2e6;
    border-top-color: #005cbf;
    background-color: #003a6a !important;
	padding-top: 70px;
	padding-bottom: 15px;
}
h5 {
	margin-bottom: 1rem!important;
}
.footer-border {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	margin-top: 60px;
}
.pull-right {
	text-align: right;
}
.pull-left {
	text-align: left;
}
.link-white a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.link-white a:hover {
    color: #fff;
    text-decoration: underline;
    background-color: transparent;
}
.social {
	list-style: none;
    margin: 0;
    display: flex;
    justify-content: right;
}
.social__item {
    vertical-align: middle;
    margin-right: 20px;
}
.social__link {
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-indent: -9999px!important;
    position: relative;
    transition: all .3s ease;
    width: 26px;
    height: 26px;
}
.social__link--vk {
    background-image: url(/images/vk.svg);
	background-repeat: no-repeat;
	background-position-y: center;
}
.social__link--ok {
    background-image: url(/images/ok.svg);
	background-repeat: no-repeat;
}
.social__link--tg {
    background-image: url(/images/tg.svg);
	background-repeat: no-repeat;
}
@media (max-width: 768px){
.footer {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.footer-border {
	margin-top: 0px;
}
}