img {
    border: 0 none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Verdana, Arial, serif;
    margin: 1.3em 0 1.2em;
    font-weight: 400;
    line-height: 1.2
}

h1 {
    font-size: 22px;
    margin: 0 0 .7em
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

h4 {
    font-size: 14px
}

h5 {
    font-size: 140%;
    font-weight: 400;
    margin: 1.5em 0 1em;
    padding: 0
}

h6 {
    font-size: 100%;
    font-weight: 700
}

#workarea ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 1.5em
}

#workarea ul ul {
    padding: 0 0 0 1.5em;
    margin: .6em 0
}

.load_more_block .navigation {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 80px;
}

.load_more_block {
    display: table;
    margin: 0 auto;
}

.load_more_block .navigation a {
    text-decoration: none;
    padding: 5px 10px;
    color: #FFF !important;
    background-color: #0085D2 !important;
    border: #0085D2 solid 2px;
}

div.navigation a:hover,
.load_more_block .navigation a:hover {
    background-color: #dae8ef !important;
}

.load_more_block .navigation span.nav-current-page {
    padding: 5px 10px;
    color: #0085D2;
    background-color: #FFF !important;
    border: #0085D2 solid 2px;
}

.ico-pay-method {
    margin-top: 20px;
    float: left;
}

.n-product-spec {
    position: relative;
    margin: 0;
    color: var(--333333-dlya-teksta);
    display: table;
    width: 100%;
}

.n-product-spec__name {
    display: inline-block;
    width: 55%;
    margin: 0 0 7px;
    vertical-align: top;
    background: inherit;
    float: left;
    text-align: left;
    position: relative;
}

.n-product-spec__name-inner {
    position: relative;
    padding: 0 10px 0 0;
    background: inherit;
    z-index: 2;
    font-weight: normal;
}

.n-product-spec__name:after {
    position: absolute;
    right: 5px;
    left: 0;
    height: 1px;
    margin: .85em 0 0;
    content: '';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=) 0 0 repeat-x;
}

.n-product-spec__value {
    display: inline-block;
    width: 45%;
    margin: 0 0 7px;
    vertical-align: bottom;
    background: inherit;
}

.n-product-spec__value-inner {
    position: relative;
    display: block;
    padding: 0 0 0 10px;
    background: inherit;
    z-index: 2;
}

@media (max-width: 767px) {
    .n-product-spec__name:after {
        display: none;
    }

    .n-product-spec__name-inner {
        font-weight: bold;
    }

    .n-product-spec {
        display: flex;
        flex-direction: column;
    }

    .n-product-spec {
        padding: 5px;
    }

    .n-product-spec__value-inner {
        padding-left: 0;
    }

    .ico-pay-method {
        display: block !important;
        width: auto !important;
        float: none !important;
    }

    .ico-pay-method img {
        width: auto !important;
        height: auto !important;
    }

    #footer_mobile .soc_foot ul li:last-child {
        margin-right: 0px;
    }
}