@font-face {
	font-family: hb;
	src: url('../fonts/HelveticaNeueCyr-Bold.eot');
	src: local('../fonts/HelveticaNeueCyr-Bold'),
		url('../fonts/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff'),
		url('../fonts/HelveticaNeueCyr-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: hl;
	src: url('../fonts/HelveticaNeueCyr-Light.eot');
	src: local('../fonts/HelveticaNeueCyr-Light'),
		url('../fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'),
		url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,  
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,  
dl, dt, dd, ol, ul, li, fieldset, form, label, legend { 
	vertical-align: baseline; 
	vertical-align: baseline; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 0; 
	outline: 0; 
	padding: 0; 
	margin: 0; 
	border: 0; 
} 
/* remember to define focus styles! */ 
:focus { 
	outline: 0; 
} 
*{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: hl;
}


.wrapper {
    background: #b1bcce;
    min-height: 100vh;
    padding: 30px 15px;
    text-align: center;
}
.wrapper .inner {
    position: relative;
    padding-top: 50px;
    padding-bottom: 40px;
}
.wrapper .inner:after,
.wrapper .inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 420px;
    width: 100%;
    height: 2px;
    background: #fff;
    margin: auto;
}
.wrapper .inner:before{
    top: auto;
    bottom: 0;
} 
.wrapper .logo {
    display: inline-block;
    margin-bottom: 17px;
}
.wrapper .logo img {
    max-width: 95%;
}
.wrapper h5 {
    font-size: 18px;
    color: #fff;
    font-family: hb;
    margin-bottom: 25px;
}
.wrapper p {
    margin: auto;
    margin-bottom: 25px;
    font-size: 18px;
    color: #fff;
    font-family: hl;    
    max-width: 500px;
}
.wrapper ul {
    font-size: 0;
    margin-bottom: 44px;
}
.wrapper li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
}
.wrapper li a {
    display: block;
}
.wrapper li img {
    max-width: 106px;
    max-height: 105px;
}
.wrapper li:last-child img {
    max-width: 116px;
    max-height: 115px;    
}
.wrapper h6 {
    font-size: 18px;
    color: #fff;
    font-family: hl;     
}
.wrapper h6 a {
    font-size: 18px;
    text-decoration: none;
    font-family: hb;
    color: #fff;
}

@media ( max-width:400px ) {
    .wrapper li {
        margin: 0 3px;
    }
    .wrapper li img {
        max-width: 87px;
        max-height: 87px;
    }
    .wrapper li:nth-child(1) {
        margin-left: 0;
    }
    .wrapper li:nth-child(3) {
        margin-right: 0;
    }
    .wrapper li:last-child img {
        max-width: 110px;
        max-height: 87px;
    }    
}