.bunker {
	text-align     : center;
	padding-top    : 50px;
	padding-bottom : 20px;
	font-size      : 15px;
	padding-left   : 200px;
	position       : absolute;
	right          : 0;
	left           : 0;
	bottom         : 0;
}

.bunker:after{
    content: "";
    display: block;
    clear: both;
}

.bunker a {
    color: #333333;
    font: 300 18px "San Francisco";
    text-align: left;
    text-decoration: none;
    width: 65%;
}

.bunker a span {
	text-decoration : underline;
}

.bunker a:hover span {
	text-decoration : none;
}

.bunker a svg {
	shape-rendering : geometricPrecision;
	text-rendering  : geometricPrecision;
	image-rendering : optimizeQuality;
	fill-rule       : evenodd;
	clip-rule       : evenodd;
	fill            : #333;
	height          : 20px;
	position        : relative;
	top             : 3px;
}

.footer__info-block {
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 0 0 0 20px;
    width: 33.333%;
}

.footer__info-name{
    text-align: left;
    padding: 4px 0 0 50px;
}

@media (max-width : 768px) {
	.bunker {
        padding-top: 0;
		padding-left : 0;
        position: relative;
        text-align: left;
    }

    .bunker a{
        width: 100%;
    }

    .footer__info-block {
        padding:10px;
        width: 100%;
        text-align: center!important;
    }
}