abbr, address, article, aside, audio, b, blockquote, body, caption, cite, code, dd, del, dfn, dialog, div, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block
}

ul {
    list-style: none
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.clearfix {
    display: inline-block
}

html[lang] .clearfix {
    display: block
}

* html .clearfix {
    height: 1%
}

@font-face {
    font-family: HM Ampersand Regular;
    src: url(../fonts/hmampersandw01-regular-be3f0.ttf) format("truetype"), url(../fonts/hmampersandw01-regular-be3f0.ttf) format("woff2");
    font-display: swap;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HM Ampersand Bold;
    src: url(../fonts/hmampersandw01-bold-9583b.ttf) format("truetype"), url(../fonts/hmampersandw01-bold-b0a19.woff2) format("woff2");
    font-display: swap;
    font-weight: 400;
    font-style: normal
}

body {
    font-family: HM Ampersand Regular, Arial, sans-serif
}

.hide-content {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.logo {
    height: 80px;
    width: 500px;
    margin: 0 auto;
    padding: 0;
   /* background: url(../images/logo-270c8.png) no-repeat 50%*/
    text-align: center;
}

@media only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .content .logo {
       /* background: url(../images/logo-270c8.png) no-repeat 50%;*/
       /* background-size: 76px 50px*/
        text-align: center;
    }
}

.content-wrapper-outer {
    display: block;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsla(0, 0%, 100%, .8)
}

.content {
    padding: 60px 0 80px
}

.content .logo {
    height: 80px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px
}

.content .columns {
    display: block;
    overflow: hidden;
    width: 250px;
    margin: 0 auto
}

.columns .column {
    display: block;
    overflow: hidden;
   /* width: 245px;*/
    display: border-box
}

.column .listblock--header {
    display: block;
    font-family: HM Ampersand Bold, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 20px 0 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.column ul li {
    font-size: 16px;
    line-height: 30px;
    padding: 20px 0 ;
}

.column ul li a {
    color: #000;
    text-decoration: underline
}

.column ul li a:hover {
    color: #8d8d8d
}

.columns .col-one {
    /*float: left*/
    text-align: left;
    margin: 100px 0;
}

.columns .col-two {
    float: right;
    margin-left: 10px
}

.columns .col-three {
    clear: both;
    margin: 0;
    width: 100%
}

.col-three .left {
    float: left
}

.col-three .left, .col-three .right {
    display: block;
    overflow: hidden;
    width: 245px
}

.col-three .right {
    float: right;
    margin-left: 10px
}

@media (min-width: 1080px) {
    .content-wrapper-outer {
        display: table;
        overflow: hidden;
        height: 100%;
        width: 100%;
        background: none
    }

    .content-wrapper-outer .content-wrapper-middle {
        display: table-cell;
        vertical-align: middle
    }

    .content-wrapper-outer .content-wrapper-middle .content-wrapper-inner {
        margin-left: auto;
        margin-right: auto;
        width: 1080px;
        background: hsla(0, 0%, 100%, .8)
    }

    .content .columns {
       /* width: 1010px*/
        text-align: center;
    }

    .columns .col-three {
        clear: none;
        float: left;
        width: 500px;
        margin-left: 10px
    }
}

.column ul li.has-icon {
    background: url(../images/bag-3d1c1.png) 0 no-repeat
}

@media only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    .column ul li.has-icon {
        background: url(../images/bag@2x-267c7.png) 0 no-repeat;
        background-size: 11px 12px
    }
}