@import url(https://fonts.googleapis.com/css?family=Fira+Sans:100,200,300,400,500,600,700,800,900&subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Krona+One);

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, 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, output, p, pre, q, ruby, s, samp, section, small, span, strike, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    box-sizing: border-box;
    outline: none
}

a, a:active, a:hover {
    text-decoration: none;
    color: inherit
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit
}

button:focus, button:hover, input:focus, input:hover, select:focus, select:hover, textarea:focus, textarea:hover {
    outline: none
}

a {
    transition: .1s
}

a:active, a:hover {
    transition: .2s
}

.container {
    display: block;
    width: 100%;
    max-width: 1220px;
    padding: 0 10px;
    margin: 0 auto
}

html {
    height: 100%;
    z-index: 200;
    font-family: Fira Sans, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #292929;
    background-image: url(../img/bg-pattern.png)
}

body {
    display: block;
    min-height: 100%;
    font-size: 1em
}

.body-wrapper {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    min-height: 100%;
    z-index: 100;
    position: relative
}

header {
    display: block;
    height: 202px;
    width: 100%;
    box-shadow: 0 0 5px 0 #ababab;
    z-index: 99
}

.header-container {
    flex-wrap: wrap;
    height: 100%
}

.action-block, .header-container {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    width: 100%
}

.action-block {
    flex-wrap: nowrap;
    -moz-justify-content: space-between;
    justify-content: space-between;
    height: 30px;
    font-size: .8333333333em
}

.action-block, .action-block .a-contacts {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    -moz-align-items: center;
    align-items: center;
    white-space: nowrap;
}

.action-block .a-contacts {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 60%;
    height: 100%;
    flex: 1
}

.action-block .a-contacts.soc {
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

.action-block .a-contacts p {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -moz-align-items: center;
    align-items: center;
    color: rgba(41, 41, 41, .8);
    height: 100%;
    margin-right: 15px;
    cursor: default
}

.action-block .a-contacts p span:first-child {
    display: block;
    background-size: 18px;
    background-position: 0;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    opacity: .6
}

.action-block .a-contacts p span:first-child#location {
    background-image: url(../img/icon-location.svg)
}

.action-block .a-contacts p span:first-child#phone {
    background-image: url(../img/icon-phone.svg)
}

.action-block .a-contacts p span:first-child#mail {
    background-image: url(../img/icon-at.svg)
}

.action-block .a-contacts p span:last-child {
    display: block;
    height: auto;
    color: rgba(41, 41, 41, .8)
}
.action-block .a-contacts.soc a { color:#292929; opacity: 0.8;}
.action-block .a-contacts.soc a:hover { opacity: 1;}

.action-block .a-locale {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -moz-align-items: center;
    align-items: center
}

.action-block .a-locale nav {
    margin: 0 0 0 15px;
    text-transform: capitalize;
    color: rgba(41, 41, 41, .8)
}

.action-block .a-locale nav:hover a {
    color: #292929
}

.action-block .a-locale .active {
    font-weight: 400;
    cursor: default
}

.logo-block {
    display: block;
    width: 100%;
    height: 140px;
    margin: 0 auto
}

.logo-block .logo-link {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -moz-align-items: center;
    align-items: center;
    width: 420px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    font-family: Krona One, sans-serif
}

.logo-block .logo-link .l-icon {
    display: block;
    background-image: url(../img/logo-dark22.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 120px;
    height: 120px;
    margin: 0 auto
}

.logo-block .logo-link .l-text-a, .logo-block .logo-link .l-text-t {
    display: block;
    font-size: 1.6666666667em;
    color: #2a2a2a;
    font-weight: 900
}

.nav-block {
    width: 100%;
    max-width: 1200px;
    -moz-flex: 1 0 100%;
    flex: 1 0 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: stretch;
    align-items: stretch;
    align-content: stretch;
    background-color: rgba(42, 42, 42, .9);
    box-shadow: 0 2px 10px -5px #424242;
    height: 65px;
    margin: 0 auto
}

.nav-block .nav-trigger {
    display: none
}

.nav-block > ul {
    flex: 1 0 50%;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -moz-align-items: stretch;
    align-items: stretch;
    align-content: stretch;
    height: 100%
}

.nav-block > ul li {
    display: block;
    width: auto;
    flex: 1 0 auto;
    position: relative
}

.nav-block > ul li a {
    display: block;
    color: #fff;
    height: 100%;
    width: 100%;
    line-height: 65px;
    text-align: center;
    font-weight: 300
}

.nav-block > ul li a:hover {
    background-color: #292929
}

.nav-block > ul li .child-nav {
    display: none;
    width: auto;
    position: absolute;
    background-color: #292929;
    border-top: none;
    border-radius: 0 0 4px 4px
}

.nav-block > ul li .child-nav li:not(:last-child) {
    border-bottom: 1px solid #383838
}

.nav-block > ul li .child-nav a {
    display: block;
    color: #fff;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: left;
    font-weight: 300;
    padding: 0 15px 0 30px;
    white-space: nowrap
}

.nav-block > ul li .child-nav a:hover {
    background-color: #383838
}

.nav-block form {
    -moz-flex: 1 0 50%;
    flex: 1 0 50%;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -moz-align-items: center;
    align-items: center;
    padding: 0 10px
}

.nav-block form input[type=text] {
    width: 75%;
    font-size: .9444444444em;
    font-weight: 300;
    background-color: rgba(41, 41, 41, .8);
    border: none;
    color: #fff;
    height: 32.5px;
    padding: 0 10px 0 25px
}

.nav-block form input[type=text]::-webkit-input-placeholder {
    color: #c3c3c3
}

.nav-block form input[type=text]::-moz-placeholder {
    color: #c3c3c3
}

.nav-block form input[type=text]:-ms-input-placeholder {
    color: #c3c3c3
}

.nav-block form input[type=text]:-moz-placeholder {
    color: #c3c3c3
}

.nav-block form input[type=submit] {
    border: none;
    height: 32.5px;
    width: 32.5px;
    background-color: #292929;
    background-image: url(../img/icon-search.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 18px;
    color: transparent;
    font-size: 0;
    cursor: pointer
}

section {
    -moz-flex: 1 0 100%;
    flex: 1 0 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    z-index: 80
}

.slider-block, section {
    width: 100%;
    overflow: hidden
}

.slider-block {
    display: block;
    height: 450px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    cursor: default
}

.slider-block ul {
    height: 450px
}

.slider-block ul li img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
}

.content-container {
    display: block;
    width: 100%;
    min-height: 600px;
    margin-top: 32px;
    background-color: #fff;
    margin-bottom: 50px;
    box-shadow: 0 0 50px rgba(0, 0, 0, .12);
    position: relative
}

.slider-block + .container .content-container { margin-top: -80px;}

.head-wide-block {
    display: block;
    width: 100%;
    cursor: default;
    padding-top: 15px;
}

.head-wide-block .bread-crumb {
    display: none;
    height: 45px;
    width: 100%;
    background-color: #fff
}

.head-wide-block .bread-crumb ul {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    height: 100%;
    background-color: #8cbd5c;
    border-radius: 0 0 0 2px;
    overflow: hidden
}

.head-wide-block .bread-crumb ul li {
    display: block;
    height: 100%
}

.head-wide-block .bread-crumb ul li:not(:last-child) {
    border-right: 1px solid #7eb34b
}

.head-wide-block .bread-crumb ul li a {
    display: block;
    color: #fff;
    padding: 0 20px;
    line-height: 45px;
    text-transform: uppercase
}

.head-wide-block .page-title {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    flex-wrap: nowrap;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center;
    min-height: 70px;
    margin-bottom: 35px;
}

.head-wide-block .page-title h1 {
    font-size: 1.6666666667em;
    line-height: 1.15;
    color: #292929;
    font-weight: 400;
    text-align: center;
    max-width: 90%
}

.main-wide-block {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
    cursor: default
}

.product-passport-link {
    text-align: center;
    padding: 10px 0;
    margin-top: 40px;
    color: #e8ca37;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.product-passport-link .b-title {
    margin-bottom: 0
}

.b-title {
    display: block;
    width: 100%;
    margin-bottom: 30px
}

.b-title h2, .b-title h3 {
    padding: 10px 15px 5px 10px;
    text-align: center;
    font-weight: 400;
    font-size: 1.2222222222em
}

.b-title span {
    display: block;
    text-align: center;
    font-size: .6666666667em
}

.s-title {
    display: block;
    width: 100%;
    margin-bottom: 20px
}

.s-title h3 {
    padding: 10px 15px 5px 10px;
    text-align: center;
    font-weight: 300;
    font-size: 1em
}

.s-title span {
    display: block;
    text-align: center;
    font-size: .8333333333em
}

.product-page-block {
    overflow: hidden;
    display: block
}

.product-info-block {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: stretch;
    align-items: stretch;
    align-content: stretch
}

.product-info-block div.info-main {
    flex: 1.5;
    margin: 0 15px 0 0
}

.product-info-block div.info-main ul {
    flex-wrap: wrap;
    border-right: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1
}

.product-info-block div.info-main ul, .product-info-block div.info-main ul li {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: center;
    justify-content: center;
    overflow: hidden
}

.product-info-block div.info-main ul li {
    flex-wrap: nowrap;
    width: 100%;
    border-bottom: 1px solid #f1f1f1
}

.product-info-block div.info-main ul li span {
    display: block
}

.product-info-block div.info-main ul li span:first-child {
    width: 175px;
    text-align: right;
    padding: 15px 5px
}

.product-info-block div.info-main ul li span:last-child {
    -moz-flex: 1;
    flex: 1;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding: 15px 10px;
    font-weight: 400
}

.product-info-block div.info-main ul li span:last-child i {
    display: block;
    width: 130px;
    padding: 0 5px;
    border-right: 1px solid #f1f1f1
}

.product-info-block div.info-main ul li span:last-child i:last-child {
    border-right: none
}

.product-info-block div.info-main ul li.li-title span:first-child {
    text-align: center;
    width: 100%;
    font-weight: 400
}

.product-info-block div.info-main ul li.li-title span:last-child {
    display: none
}

.product-info-block div.info-short {
    flex: 1
}

.product-info-block div.info-short ul {
    flex-wrap: wrap;
    -moz-justify-content: center;
    justify-content: center
}

.product-info-block div.info-short ul, .product-info-block div.info-short ul li {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    overflow: hidden
}

.product-info-block div.info-short ul li {
    flex-wrap: nowrap;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%
}

.product-info-block div.info-short ul li span {
    display: block
}

.product-info-block div.info-short ul li span:first-child {
    width: 22px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 50%
}

.product-info-block div.info-short ul li span#i-warning {
    background-image: url(../img/ic-safety.svg)
}

.product-info-block div.info-short ul li span#i-agriculture {
    background-image: url(../img/icon-tractor.svg)
}

.product-info-block div.info-short ul li span#i-warehouse {
    background-image: url(../img/icon-track.svg)
}

.product-info-block div.info-short ul li span#i-expire {
    background-image: url(../img/icon-time.svg)
}

.product-info-block div.info-short ul li span:last-child {
    flex: 1;
    text-align: left;
    padding: 15px 10px 15px 5px;
    font-weight: 400
}

.product-action-block {
    margin: 35px 0 10px
}

.product-action-block, .product-action-block .switch-block {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.product-action-block .switch-block {
    width: 50%;
    height: 48px;
    overflow: hidden
}

.product-action-block .switch-block button {
    display: block;
    flex: 1 1 calc(50% - 15px);
    border: none;
    background-color: #f1f1f1;
    color: #a2a2a2;
    font-weight: 300;
    padding: 13px 15px;
    width: 50%;
    height: 48px;
    cursor: pointer;
    z-index: 25
}

.product-action-block .switch-block button:nth-child(2) {
    border-top: none;
    border-bottom: none
}

.product-action-block .switch-block button.active {
    background-color: #45b086;
    color: #fff;
    box-shadow: 0 0 10px -2px #272727;
    z-index: 50
}

.product-action-block .order-button {
    display: block;
    height: 48px;
    width: 400px;
    border-radius: 2px 0 0 2px;
    overflow: hidden;
    box-shadow: 0 0 9px -3px #272727
}

.product-action-block .order-button button {
    display: block;
    background-color: #45b086;
    border: none;
    color: #fff;
    font-weight: 300;
    padding: 13px 15px;
    width: 100%;
    height: 48px;
    cursor: pointer
}

.product-quality-table {
    display: block;
    margin: 25px 0 20px
}

.product-quality-table .q-table {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #f1f1f1
}

.product-quality-table .q-table tr {
    border-bottom: 1px solid #f1f1f1;
    cursor: default
}

.product-quality-table .q-table tr:not(.title):active, .product-quality-table .q-table tr:not(.title):hover {
    background-color: #f8f8f8
}

.product-quality-table .q-table tr:not(.title):active td:nth-child(2), .product-quality-table .q-table tr:not(.title):hover td:nth-child(2) {
    padding: 10px
}

.product-quality-table .q-table tr th {
    border-right: 1px solid #f1f1f1;
    font-weight: 400;
    padding: 10px
}

.product-quality-table .q-table tr th:first-child {
    width: 40px;
    text-align: center;
    font-weight: 400
}

.product-quality-table .q-table tr td {
    border-right: 1px solid #f1f1f1;
    padding: 10px
}

.product-quality-table .q-table tr td:first-child {
    width: 40px;
    text-align: center;
    font-weight: 400
}

.product-quality-table .q-table tr td:nth-child(2) sup {
    font-size: .6666666667em
}

.product-quality-table .q-table tr td:nth-child(3) {
    width: 180px;
    text-align: center
}

.product-quality-table .q-table tr td:nth-child(4) {
    width: 250px;
    font-style: italic;
    text-align: center
}

.product-quality-table .q-addition {
    width: 90%;
    margin: 30px auto;
    line-height: 1.6
}

.product-quality-table .q-addition p {
    margin: 0 0 5px
}

.product-quality-table .q-addition h4 {
    font-weight: 400;
    margin: 0 0 5px
}

.product-addition-block {
    display: block;
    overflow: hidden;
    width: 90%;
    margin: 30px auto
}

.product-addition-block .product-image {
    display: block
}

.product-addition-block .product-image .image-list {
    width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-justify-content: center;
    justify-content: center
}

.product-addition-block .product-image .image-list li {
    width: calc(20% - 10px);
    height: 145px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    display: block
}

.product-addition-block .product-image .image-list li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.product-addition-block .product-image .image-list li a img {
    display: block;
    width: 100%
}

.product-description-block {
    display: block;
    overflow: hidden;
    width: 90%;
    margin: 35px auto
}

.product-description-block .d-content {
    line-height: 1.6
}

.product-description-block .d-content p {
    margin: 0 0 5px
}

.product-description-block .d-content h3 {
    font-weight: 400;
    margin: 15px 0 10px;
    font-size: 1.1111111111em
}

.product-description-block .d-content h4 {
    font-weight: 400;
    margin: 10px 0 5px;
    text-decoration: underline
}

.product-description-block .d-content h4 span {
    font-style: italic
}

.product-description-block .d-content ul.d-ul-table {
    width: min-content;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -moz-align-items: center;
    align-items: center;
    border: 1px solid #f1f1f1;
    margin: 10px 0
}

.product-description-block .d-content ul.d-ul-table li {
    display: block;
    border-right: 1px solid #f1f1f1;
    text-align: center
}

.product-description-block .d-content ul.d-ul-table li span {
    display: block;
    padding: 10px 10px 0;
    text-transform: none !important
}

.product-description-block .d-content ul.d-ul-table li span:first-child {
    font-weight: 400
}

.product-description-block .d-content ul.d-ul-table li span:last-child {
    font-size: .8888888889em;
    font-style: italic;
    padding: 0 10px 10px;
    font-weight: 300
}

.product-description-block .d-content ul.d-ul-table li:last-child {
    border-right: none
}

.product-description-block .d-content ul.d-ul-table li.as-flex, .product-description-block .d-content ul.d-ul-table li:last-child {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center
}

.product-description-block .d-content ul.d-ul-table li.as-flex span, .product-description-block .d-content ul.d-ul-table li:last-child span {
    padding: 5px;
    font-style: normal;
    font-size: 1em
}

.product-description-block .d-content ul.d-ul-table li.as-flex span:last-child, .product-description-block .d-content ul.d-ul-table li:last-child span:last-child {
    font-weight: 400;
    padding: 5px 15px 5px 5px
}

.product-description-block .d-content ul {
    width: 100%;
    margin-bottom: 10px
}

.product-description-block .d-content ul li {
    display: block;
    text-align: left;
    padding: 0 10px 0 15px
}

.product-description-block .d-content ul li span {
    display: block;
    padding: 10px 10px 0;
    font-weight: 400
}

.product-description-block .d-content strong {
    font-weight: 500
}

.product-description-block .d-content hr {
    border: 1px solid #f0f0f0;
    margin: 18px auto;
}

.product-description-block .d-content .js-content-img-thumb {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
}

.product-description-block .d-content i {
    font-style: italic
}

.contacts-page-block {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-justify-content: flex-start;
    justify-content: flex-start
}

.contacts-block {
    -moz-justify-content: space-between;
    justify-content: space-between
}

.contacts-block, .contacts-block .contact-info {
    width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap
}

.contacts-block .contact-info {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -moz-align-items: center;
    align-items: center;
    align-content: center
}

.contacts-block .contact-info:first-child {
    box-shadow: 0 8px 10px -10px #e4e4e4;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.contacts-block .contact-info:first-child div {
    width: 100%
}

.contacts-block .contact-info:last-child {
    margin-bottom: 35px
}

.contacts-block .contact-info div {
    flex-wrap: nowrap;
    overflow: hidden;
    width: 50%;
    height: 48px
}

.contacts-block .contact-info div, .contacts-block .contact-info div span {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: flex-start;
    justify-content: flex-start
}

.contacts-block .contact-info div span {
    flex-wrap: wrap;
    text-align: left;
    padding: 15px 5px 15px 10px;
    font-weight: 400;
    width: calc(100% - 200px)
}

.contacts-block .contact-info div span:first-child {
    display: block;
    text-align: right;
    padding: 15px 5px;
    font-weight: 300;
    width: 250px
}

.contacts-block .contact-info div span a {
    display: block;
    color: #292929;
    transition: .1s
}

.contacts-block .contact-info div span a:active, .contacts-block .contact-info div span a:hover {
    transition: .1s;
    color: #dfcb46
}

.contacts-feedback-form {
    display: block;
    width: 100%;
    margin: 0 auto;
    background-color: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-right: none;
    border-left: none;
    padding: 15px 25px 20px
}

.map-block {
    width: 100%;
    flex: 1 0 100%;
    padding: 0 35px;
    margin-bottom: 35px;
    margin-top: 35px
}

.map-block .map-frame {
    display: block;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 7px -2px silver;
    border-radius: 2px;
    background: url(../img/icon-maps.svg) no-repeat 50%;
    background-size: 50px
}

.map-block .map-frame > iframe {
    width: 100% !important;
    height: 100% !important
}

.home-page-block {
    width: 100%;
    overflow: hidden
}

.home-page-block .l-title {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    flex-wrap: nowrap;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center;
    height: 80px;
    margin-top: 35px;
    margin-bottom: 35px
}

.home-page-block .l-title h1 {
    font-size: 1.6666666667em;
    color: #292929;
    font-weight: 400;
    text-align: center
}

.home-page-block .advantage-wide-block {
    width: 100%;
    margin: 0 auto
}

.home-page-block .advantage-wide-block .a-title {
    display: block;
    width: 100%;
    margin-bottom: 30px
}

.home-page-block .advantage-wide-block .a-title h1 {
    padding: 55px 10px 5px;
    font-weight: 600;
    font-size: 1.6666666667em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px
}

.home-page-block .advantage-wide-block .a-title span {
    display: block;
    text-align: center;
    font-size: .8333333333em
}

.home-page-block .advantage-wide-block .a-list {
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center;
    align-content: center
}

.home-page-block .advantage-wide-block .a-list, .home-page-block .advantage-wide-block .a-list li {
    display: -moz-flex;
    display: flex
}

.home-page-block .advantage-wide-block .a-list li {
    -moz-flex-direction: column;
    flex-direction: column;
    flex-wrap: nowrap;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    height: 350px;
    width: 350px;
    margin: 25px;
    border-radius: 50%;
    box-shadow: 0 5px 30px -15px #868686;
    overflow: hidden;
    cursor: pointer;
    position: relative
}

.home-page-block .advantage-wide-block .a-list li .a-list-icon {
    width: 100%;
    height: 115px;
    -moz-flex: 0 0 115px;
    flex: 0 0 115px;
    margin-top: 50px
}

.home-page-block .advantage-wide-block .a-list li #i-proof {
    background: url(../img/ic-certificate.svg) no-repeat bottom;
    background-size: 90px
}

.home-page-block .advantage-wide-block .a-list li #i-eco {
    background: url(../img/ic-drop.svg) no-repeat bottom;
    background-size: 80px
}

.home-page-block .advantage-wide-block .a-list li #i-bonus {
    background: url(../img/ic-molecule.svg) no-repeat bottom;
    background-size: 80px
}

.home-page-block .advantage-wide-block .a-list li #i-chem {
    background: url(../img/ic-plant.svg) no-repeat bottom;
    background-size: 80px
}

.home-page-block .advantage-wide-block .a-list li #i-log {
    background: url(../img/ic-delivery.svg) no-repeat bottom;
    background-size: 80px
}

.home-page-block .advantage-wide-block .a-list li .a-list-title {
    margin: 30px auto;
    text-align: center;
    font-size: 1.2222222222em;
    line-height: 1.5;
    max-width: 80%;
    font-weight: 500;
    color: #292929
}

.home-page-block .advantage-wide-block .a-list li .a-list-content {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    color: #5b5b5b;
    background-color: #fbfbfb;
    overflow: hidden;
    text-align: center;
    font-size: .8888888889em;
    font-weight: 400;
    line-height: 1.35;
    padding: 0 15px;
    border-radius: 50%
}

.home-page-block .advantage-wide-block .a-list li .a-list-content.opened {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center;
    background-color: #ffe429
}

.home-page-block .post-wide-block {
    width: 100%;
    margin: 0 auto;
    padding: 25px
}

.home-page-block .post-wide-block .same-wide-content {
    display: block;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 10px 20px -10px #e0e0e0;
    margin-bottom: 65px
}

.home-page-block .post-wide-block .same-wide-content .s-title {
    border-bottom: 1px solid #f8f8f8
}

.home-page-block .post-wide-block .same-wide-content .s-title h2 {
    display: block;
    font-size: 1.2222222222em
}

.home-page-block .post-wide-block .same-wide-content .s-title h2 a {
    display: block;
    padding: 5px 10px 20px 15px;
    font-weight: 500;
    color: rgba(41, 41, 41, .9)
}

.home-page-block .post-wide-block .same-wide-content .s-title h2 a:active, .home-page-block .post-wide-block .same-wide-content .s-title h2 a:hover {
    color: #292929
}

.home-page-block .post-wide-block .same-wide-content .s-content {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    line-height: 1.6;
    padding: 0 25px 20px;
    text-align: justify
}

.home-page-block .post-wide-block .same-wide-content .s-content h2 {
    font-weight: 400;
    font-size: 1.1111111111em;
    margin: 0 0 5px
}

.home-page-block .post-wide-block .same-wide-content .s-content h3 {
    font-weight: 400;
    margin: 0 0 5px
}

.home-page-block .post-wide-block .same-wide-content .s-content p {
    margin: 0 0 5px
}

.home-page-block .post-wide-block .same-wide-content .s-content em, .home-page-block .post-wide-block .same-wide-content .s-content i {
    font-style: italic
}

.home-page-block .post-wide-block .same-wide-content .s-content b, .home-page-block .post-wide-block .same-wide-content .s-content strong {
    font-weight: 400
}

.home-page-block .post-wide-block .same-wide-content .s-info {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    align-items: center;
    align-content: center;
    margin: 0 30px 30px 0
}

.home-page-block .post-wide-block .same-wide-content .s-info .s-date {
    display: block;
    background-color: #f8f8f8;
    margin: 0 0 0 20px;
    padding: 10px 15px;
    font-size: .8888888889em;
    color: rgba(41, 41, 41, .3);
    font-weight: 400;
    border-radius: 3px
}

.home-page-block .post-wide-block .same-wide-content .s-info .s-new {
    background-color: #f5d121;
    color: #fff;
    margin: 0 auto 0 20px;
    display: block;
    padding: 10px 15px;
    font-size: .8888888889em;
    font-weight: 400;
    border-radius: 3px;
    opacity: .6
}

.home-page-block .post-wide-block .same-wide-content .s-info .s-res {
    background-color: #e31f25;
    color: #fff;
    margin: 0 auto 0 20px;
    display: block;
    padding: 10px 15px;
    font-size: .8888888889em;
    font-weight: 400;
    border-radius: 3px;
    opacity: .6
}

.home-page-block .post-wide-block .same-wide-content .s-info .s-link a {
    display: block;
    padding: 16px 25px;
    background-color: #565656;
    height: 48px;
    width: 350px;
    color: #fff;
    font-size: .9444444444em;
    text-align: center;
    margin-left: auto
}

.about-page-block {
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
    height: auto
}

.about-info-block {
    width: 95%;
    margin: 0 auto;
    height: auto
}

.about-info-block h3 {
    padding: 10px 15px 5px 25px;
    font-weight: 400;
    font-size: 1em;
    margin: 15px 0 5px;
    text-decoration: underline
}

.about-info-block b {
    font-weight: 400
}

.about-info-block i {
    font-style: italic
}

.about-info-block p {
    padding: 10px 25px 5px;
    height: auto
}

.about-info-block ul {
    padding: 0 25px
}

.about-info-block ul li {
    padding: 5px 10px;
    list-style: square inside
}

.about-info-block > div {
    width: auto;
    height: auto
}

.about-info-block table {
    width: 90% !important;
    margin: 0 auto;
    border: 1px solid #f1f1f1
}

.about-info-block table tr {
    border-bottom: 1px solid #f1f1f1;
    cursor: default
}

.about-info-block table tr th {
    border-top: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    font-weight: 400;
    padding: 10px;
    text-align: center
}

.about-info-block table tr th:first-child {
    width: 40px;
    text-align: center;
    font-weight: 400;
    border-left: 1px solid #f1f1f1
}

.about-info-block table tr td {
    border-right: 1px solid #f1f1f1;
    padding: 10px;
    vertical-align: middle;
    text-align: center
}

.about-info-block table tr td:first-child {
    width: 40px;
    text-align: center;
    font-weight: 400
}

.about-info-block table tr td:nth-child(2) sup {
    font-size: .6666666667em
}

.about-info-block table tr td:nth-child(3) {
    width: 180px;
    text-align: center
}

.about-info-block table tr td:nth-child(4) {
    width: 250px;
    font-style: italic;
    text-align: center
}

.article-page-block {
    -moz-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    overflow: hidden
}

.article-page-block, .article-page-block .article-info {
    display: -moz-flex;
    display: flex;
    width: 100%
}

.article-page-block .article-info {
    padding-right: 30px;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-align-items: center;
    align-items: center;
    gap:30px;
}

.article-page-block .article-info .a-date {
    width: 320px
}

.article-page-block .article-info .a-date, .article-page-block .article-info .a-views {
    display: block;
    background-color: #f8f8f8;
    padding: 10px 15px;
    font-size: .8888888889em;
    color: rgba(41, 41, 41, .3);
    font-weight: 400;
    border-radius: 3px;
    text-align: center
}

.article-page-block .article-info .a-views {
    width: 100px
}

.article-page-block .article-info .a-views i {
    font-size: .7777777778em;
    margin-right: 5px
}

.article-page-block .article-content {
    -moz-flex: 1 1 100%;
    flex: 1 1 100%;
    display: block;
    overflow: hidden;
    width: 95%;
    margin: 0 auto 35px;
    padding: 10px 20px;
    line-height: 1.8;
    text-align: left
}
.article-page-block .article-info ~ .article-content { margin-top: 25px;}

.article-page-block .article-content ul.d-ul-table {
    width: min-content;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -moz-align-items: center;
    align-items: center;
    border: 1px solid #f1f1f1;
    margin: 10px 0
}

.article-page-block .article-content ul.d-ul-table li {
    display: block;
    border-right: 1px solid #f1f1f1;
    text-align: center
}

.article-page-block .article-content ul.d-ul-table li span {
    display: block;
    padding: 10px 10px 0;
    text-transform: none !important
}

.article-page-block .article-content ul.d-ul-table li span:first-child {
    font-weight: 400
}

.article-page-block .article-content ul.d-ul-table li span:last-child {
    font-size: .8888888889em;
    font-style: italic;
    padding: 0 10px 10px;
    font-weight: 300
}

.article-page-block .article-content ul.d-ul-table li:last-child {
    border-right: none
}

.article-page-block .article-content ul.d-ul-table li.as-flex, .article-page-block .article-content ul.d-ul-table li:last-child {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center
}

.article-page-block .article-content ul.d-ul-table li.as-flex span, .article-page-block .article-content ul.d-ul-table li:last-child span {
    padding: 5px;
    font-style: normal;
    font-size: 1em
}

.article-page-block .article-content ul.d-ul-table li.as-flex span:last-child, .article-page-block .article-content ul.d-ul-table li:last-child span:last-child {
    font-weight: 400;
    padding: 5px 15px 5px 5px
}

.article-page-block .article-content ul {
    width: min-content;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 10px
}

.article-page-block .article-content ul li span {
    display: block;
    padding: 10px 10px 0;
    font-weight: 400
}

.article-page-block .article-content b, .article-page-block .article-content strong {
    font-weight: 400
}

.article-page-block .article-content em, .article-page-block .article-content i {
    font-style: italic
}

.article-page-block .article-content table {
    width: 90%;
    border: 1px solid #bababa;
    border-collapse: collapse;
    margin: 15px auto
}

.article-page-block .article-content table tr:last-child {
    border-bottom: none
}

.article-page-block .article-content table th, .article-page-block .article-content table thead td {
    font-weight: 400
}

.article-page-block .article-content table th, .article-page-block .article-content table td {
    border: 1px solid #bababa;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    line-height: 1.4
}


.article-page-block .article-image {
    width: 100%;
    height: auto;
    margin: 35px auto 0;
    background-color: #fbfbfb
}

.article-page-block .article-image ul {
    -moz-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
    height: auto
}

.article-page-block .article-image ul, .article-page-block .article-image ul li:first-of-type {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center
}

.article-page-block .article-image ul li:first-of-type {
    width: 100%;
    height: 100%;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 3px
}

.article-page-block .article-image ul li:first-of-type img {
    display: block;
    width: 100%;
    max-height: 100%
}

.article-page-block .article-image ul li {
    display: none
}

.post-paginate {
    width: 100%;
    display: block;
    margin: 35px auto
}

.post-paginate ul {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center
}

.post-paginate ul li {
    display: block;
    background-color: #f8f8f8;
    color: rgba(41, 41, 41, .3);
    font-weight: 400;
    border-radius: 2px;
    text-align: center;
    margin: 0 5px
}

.post-paginate ul li a, .post-paginate ul li span {
    display: block;
    padding: 15px 20px
}

.post-paginate ul li:not(.active) a {
    color: #292929
}

.post-paginate ul li.active {
    background-color: #535353
}

.post-paginate ul li.active span {
    color: #f5d121
}

.product-order-block {
    display: block;
    width: 100%;
    margin: 35px auto;
    background-color: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-right: none;
    border-left: none;
    padding: 15px 25px
}

footer {
    display: block;
    width: 100%;
    z-index: 70;
    background-color: #292929;
    color: #717171;
    font-weight: 400
}

.footer-wrapper {
    width: 100%;
    height: 100%;
    font-size: .8888888889em;
    flex-wrap: nowrap;
    -moz-justify-content: space-between;
    justify-content: space-between;
    cursor: default
}

.footer-brand-block, .footer-wrapper {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row
}

.footer-brand-block {
    background-color: #292929;
    width: 300px;
    flex-wrap: wrap;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -moz-align-items: center;
    align-items: center;
    position: relative
}

.footer-brand-block .logo-icon {
    background-image: url(../img/logo-white.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 75px;
    width: 80px;
    height: 80px
}

.footer-brand-block .brand-title {
    font-family: Krona One, sans-serif;
    font-size: 1.3333333333em;
    color: #f5d121
}

.footer-copyright {
    background-color: #292929;
    width: 100%;
    max-width: 400px;
    gap:5px;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

.footer-copyright span {
    display: block;
    width: 100%;
    text-align: center
}

.feedback-wide-block {
    display: none;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(41, 41, 41, .5);
    z-index: 100
}

.feedback-wide-block .feedback-form {
    display: block;
    width: 100%;
    max-width: 900px;
    height: 500px;
    background-color: #fff;
    margin: auto;
    border-radius: 2px;
    box-shadow: 0 3px 15px -5px #545454;
    padding: 10px
}

.feedback-wide-block .feedback-form .feedback-form-title {
    width: 100%;
    display: block;
    height: 55px
}

.feedback-wide-block .feedback-form .feedback-form-title h2 {
    display: block;
    font-size: 1.3333333333em;
    text-align: center;
    margin: 5px 0 0;
    font-weight: 300
}

.feedback-wide-block .feedback-form form {
    flex-wrap: wrap;
    margin-top: 30px;
    font-size: .8888888889em
}

.feedback-wide-block .feedback-form form, .feedback-wide-block .feedback-form form div {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -moz-align-items: center;
    align-items: center
}

.feedback-wide-block .feedback-form form div {
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 15px
}

.feedback-wide-block .feedback-form form div label {
    width: 180px;
    text-align: right;
    margin-right: 10px
}

.feedback-wide-block .feedback-form form div input[type=text] {
    display: block;
    height: 45px;
    width: 100%;
    max-width: 600px;
    border: 0 solid #efefef;
    background-color: #f8f8f8;
    overflow: hidden;
    outline: none;
    padding: 0 15px;
    color: #292929
}

.feedback-wide-block .feedback-form form div input[type=text]::-webkit-input-placeholder {
    color: #c3c3c3
}

.feedback-wide-block .feedback-form form div input[type=text]::-moz-placeholder {
    color: #c3c3c3
}

.feedback-wide-block .feedback-form form div input[type=text]:-ms-input-placeholder {
    color: #c3c3c3
}

.feedback-wide-block .feedback-form form div input[type=text]:-moz-placeholder {
    color: #c3c3c3
}

.feedback-wide-block .feedback-form form div textarea {
    display: block;
    height: 100px;
    width: 100%;
    max-width: 600px;
    border: 0 solid #efefef;
    background-color: #f8f8f8;
    overflow: hidden;
    outline: none;
    padding: 10px 15px;
    resize: none;
    color: #292929
}

.feedback-wide-block .feedback-form form div textarea::-webkit-input-placeholder {
    color: #c3c3c3
}

.feedback-wide-block .feedback-form form div textarea::-moz-placeholder {
    color: #c3c3c3
}

.feedback-wide-block .feedback-form form div textarea:-ms-input-placeholder {
    color: #c3c3c3
}

.feedback-wide-block .feedback-form form div textarea:-moz-placeholder {
    color: #c3c3c3
}

.feedback-wide-block .feedback-form form div input[type=submit] {
    display: block;
    height: 45px;
    width: 200px;
    border: 0 solid #83a761;
    background-color: #8cbd5c;
    margin: 10px auto;
    padding: 0 15px;
    border-radius: 2px;
    color: #fff;
    font-weight: 300;
    cursor: pointer
}

.response-success {
    background-color: rgba(140, 189, 92, .9);
    padding: 10px 15px;
    border-radius: 5px 5px 0 0
}

.response-error, .response-success {
    position: fixed;
    bottom: 0;
    right: 10px;
    width: auto;
    font-size: .8333333333em;
    color: #fff;
    cursor: pointer;
    z-index: 200
}

.response-error {
    background-color: rgba(245, 137, 137, .9);
    border-radius: 3px 3px 0 0;
    box-shadow: 0 0 1px grey
}

.response-error ul li {
    padding: 10px 15px;
    text-align: center;
    display: block
}

@media screen and (max-width: 576px) {
    html {
        height: 100%;
        z-index: 200;
        font-family: Fira Sans, sans-serif;
        font-size: 14px;
        font-weight: 300;
        color: #292929;
        background-image: url(../img/bg-pattern.png)
    }

    body {
        display: block;
        min-height: 100%;
        font-size: 1em
    }

    .body-wrapper {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: column;
        flex-direction: column;
        flex-wrap: wrap;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -moz-align-items: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        min-height: 100%;
        position: relative;
        z-index: 100
    }

    header {
        display: block;
        height: auto;
        width: 100%;
        box-shadow: 0 0 5px 0 #ababab;
        z-index: 99
    }

    .header-container {
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-align-items: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        height: 100%
    }

    .action-block, .header-container {
        display: -moz-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        width: 100%
    }

    .action-block {
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        height: auto;
        font-size: 12px
    }

    .action-block .a-contacts {
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        -moz-align-items: flex-start;
        align-items: flex-start;
        width: 100%;
        height: auto;
        flex: 1;
        margin-bottom: 10px
    }

    .action-block .a-contacts, .action-block .a-contacts p {
        display: -moz-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-justify-content: center;
        justify-content: center
    }

    .action-block .a-contacts p {
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -ms-flex-pack: center;
        -moz-align-items: center;
        align-items: center;
        color: rgba(41, 41, 41, .8);
        height: 100%;
        margin-right: 10px;
        margin-top: 3px;
        cursor: default
    }

    .action-block .a-contacts p span:first-child {
        display: block;
        background-size: 14px;
        background-position: 0;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        opacity: .6
    }

    .action-block .a-contacts p span:first-child#location {
        background-image: url(../img/icon-location.svg)
    }

    .action-block .a-contacts p span:first-child#phone {
        background-image: url(../img/icon-phone.svg)
    }

    .action-block .a-contacts p span:first-child#mail {
        background-image: url(../img/icon-at.svg)
    }

    .action-block .a-contacts p span:last-child {
        display: block;
        height: auto;
        color: rgba(41, 41, 41, .8)
    }

    .action-block .a-locale {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        flex: 1 0 100%;
        margin: 0 0 10px
    }

    .logo-block {
        display: block;
        width: 100%;
        height: auto;
        margin: 5px auto
    }

    .logo-block .logo-link {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        width: 100%;
        max-width: 280px;
        height: 100%;
        margin: 0 auto;
        position: relative;
        font-family: Krona One, sans-serif
    }

    .logo-block .logo-link .l-icon {
        display: block;
        background-image: url(../img/logo-dark22.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        height: 75px;
        width: 75px;
        margin: 0 5px
    }

    .logo-block .logo-link .l-text-a, .logo-block .logo-link .l-text-t {
        display: block;
        font-size: 20px;
        color: #2a2a2a;
        font-weight: 900
    }

    .nav-block {
        width: 100%;
        -moz-flex: 1 1 100%;
        flex: 1 1 100%;
        -moz-flex: 1 0 100%;
        flex: 1 0 100%;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -moz-align-items: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        background-color: transparent;
        box-shadow: none;
        height: 40px;
        overflow: visible;
        margin: 0 auto 5px;
        position: relative
    }

    .nav-block .nav-trigger {
        display: block !important;
        width: 50px;
        height: 40px;
        order: 1
    }

    .nav-block .nav-trigger span {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        width: 34px;
        height: 34px;
        margin: 0;
        background-color: rgba(42, 42, 42, .98);
        color: #ffe429;
        font-size: 14px;
        border-radius: 2px
    }

    .nav-block .nav-trigger span.opened {
        background-color: #ffe429;
        color: #292929
    }

    .nav-block ul {
        -moz-flex: 1 1 100%;
        flex: 1 1 100%;
        display: block;
        order: 3;
        height: auto;
        position: absolute;
        top: 0;
        left: 40px;
        right: 0;
        background-color: #2a2a2a;
        display: none
    }

    .nav-block ul, .nav-block ul li {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        width: auto
    }

    .nav-block ul li {
        -moz-flex: 1 1 100%;
        flex: 1 1 100%;
        display: block;
        overflow: hidden
    }

    .nav-block ul li:not(:last-child) {
        border-bottom: 1px solid #404040
    }

    .nav-block ul li a {
        display: block;
        color: #fff;
        height: 100%;
        width: 100%;
        line-height: 1;
        text-align: center;
        font-weight: 300;
        font-size: 14px;
        white-space: normal;
        padding: 10px 15px
    }

    .nav-block ul li a:hover {
        background-color: #292929
    }

    .nav-block form {
        width: auto;
        max-width: 245px;
        -moz-flex: 1;
        flex: 1;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        -moz-align-items: center;
        align-items: center;
        padding: 0;
        order: 2;
        border-radius: 2px;
        overflow: hidden
    }

    .nav-block form input[type=text] {
        -moz-flex: 1;
        flex: 1;
        width: auto;
        font-size: 12px;
        font-weight: 300;
        background-color: rgba(41, 41, 41, .98);
        border: none;
        color: #fff;
        height: 34px;
        padding: 0 5px 0 10px;
        border-radius: 0
    }

    .nav-block form input[type=text]::-webkit-input-placeholder {
        color: #c3c3c3
    }

    .nav-block form input[type=text]::-moz-placeholder {
        color: #c3c3c3
    }

    .nav-block form input[type=text]:-ms-input-placeholder {
        color: #c3c3c3
    }

    .nav-block form input[type=text]:-moz-placeholder {
        color: #c3c3c3
    }

    .nav-block form input[type=submit] {
        border: none;
        height: 34px;
        width: 34px;
        background-color: #292929;
        background-image: url(../img/icon-search.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 14px;
        color: transparent;
        font-size: 0;
        cursor: pointer;
        border-radius: 0;
        margin: 0
    }

    section {
        -moz-flex: 1 0 100%;
        flex: 1 0 100%;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        width: 100%;
        z-index: 80;
        overflow: hidden
    }

    .slider-block {
        display: block;
        height: 250px;
        max-height: 250px;
        margin: 0 auto;
        background-color: #fff;
        position: relative;
        cursor: default
    }

    .slider-block ul {
        height: 250px
    }

    .slider-block ul li img {
        width: auto;
        height: 250px;
        display: block;
        margin: 0 auto
    }

    .content-container {
        display: block;
        width: 100%;
        min-height: 200px;
        background-color: #fff;
        margin-top: 0;
        margin-bottom: 50px;
        box-shadow: 0 0 50px rgba(0, 0, 0, .12);
        position: relative
    }
    .slider-block + .container .content-container { margin-top: -30px;}

    .head-wide-block {
        display: block;
        width: 100%;
        cursor: default
    }

    .head-wide-block .page-title {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: column;
        flex-direction: column;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        min-height: 35px;
        margin-bottom: 15px;
    }

    .head-wide-block .page-title h1 {
        font-size: 18px;
        color: #292929;
        font-weight: 400;
        text-align: center;
        max-width: 90%
    }

    .main-wide-block {
        width: 100%;
        height: 100%;
        display: block;
        background-color: #fff;
        cursor: default
    }

    .b-title {
        display: block;
        width: 100%;
        margin-bottom: 10px
    }

    .b-title h2, .b-title h3 {
        padding: 5px;
        text-align: center;
        font-weight: 400;
        font-size: 18px
    }

    .b-title span {
        display: block;
        text-align: center;
        font-size: 13px
    }

    .s-title {
        display: block;
        width: 100%;
        margin-bottom: 10px
    }

    .s-title h3 {
        padding: 5px;
        text-align: center;
        font-weight: 300;
        font-size: 14px
    }

    .s-title span {
        display: block;
        text-align: center;
        font-size: 13px
    }

    .product-page-block {
        overflow: hidden;
        display: block
    }

    .product-info-block {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: flex-start;
        align-items: flex-start;
        align-content: stretch
    }

    .product-info-block div.info-main {
        flex: 1 1 100%;
        margin: 0 0 10px
    }

    .product-info-block div.info-main ul {
        -moz-justify-content: center;
        justify-content: center;
        border-right: none;
        border-top: 1px solid #f1f1f1
    }

    .product-info-block div.info-main ul, .product-info-block div.info-main ul li {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        overflow: hidden
    }

    .product-info-block div.info-main ul li {
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: center;
        align-items: center;
        width: 100%;
        border-bottom: 1px solid #f1f1f1
    }

    .product-info-block div.info-main ul li span {
        display: block
    }

    .product-info-block div.info-main ul li span:first-child {
        width: 100px;
        text-align: right;
        padding: 10px 5px
    }

    .product-info-block div.info-main ul li span:last-child {
        flex: 1;
        text-align: left;
        padding: 10px 5px;
        font-weight: 400
    }

    .product-info-block div.info-short {
        flex: 1
    }

    .product-info-block div.info-short ul {
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center
    }

    .product-info-block div.info-short ul, .product-info-block div.info-short ul li {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        overflow: hidden
    }

    .product-info-block div.info-short ul li {
        flex-wrap: nowrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        width: 100%
    }

    .product-info-block div.info-short ul li span {
        display: block
    }

    .product-info-block div.info-short ul li span:first-child {
        width: 22px;
        height: 100%;
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: 50%
    }

    .product-info-block div.info-short ul li span#i-warning {
        background-image: url(../img/ic-safety.svg)
    }

    .product-info-block div.info-short ul li span#i-agriculture {
        background-image: url(../img/icon-tractor.svg)
    }

    .product-info-block div.info-short ul li span#i-warehouse {
        background-image: url(../img/icon-track.svg)
    }

    .product-info-block div.info-short ul li span#i-expire {
        background-image: url(../img/icon-time.svg)
    }

    .product-info-block div.info-short ul li span:last-child {
        flex: 1;
        text-align: left;
        padding: 10px 5px;
        font-weight: 400
    }

    .product-action-block {
        margin: 35px 0 10px
    }

    .product-action-block, .product-action-block .switch-block {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: space-between;
        justify-content: space-between
    }

    .product-action-block .switch-block {
        width: 50%;
        height: 48px;
        overflow: hidden
    }

    .product-action-block .switch-block button {
        display: block;
        flex: 1 1 calc(50% - 15px);
        border: none;
        background-color: #f1f1f1;
        color: #a2a2a2;
        font-weight: 300;
        padding: 13px 15px;
        width: 50%;
        height: 48px;
        cursor: pointer;
        z-index: 25
    }

    .product-action-block .switch-block button:nth-child(2) {
        border-top: none;
        border-bottom: none
    }

    .product-action-block .switch-block button.active {
        background-color: #45b086;
        color: #fff;
        box-shadow: 0 0 10px -2px #272727;
        z-index: 50
    }

    .product-action-block .order-button {
        display: block;
        height: 48px;
        width: 400px;
        border-radius: 2px 0 0 2px;
        overflow: hidden;
        box-shadow: 0 0 9px -3px #272727
    }

    .product-action-block .order-button button {
        display: block;
        background-color: #45b086;
        border: none;
        color: #fff;
        font-weight: 300;
        padding: 13px 15px;
        width: 100%;
        height: 48px;
        cursor: pointer
    }

    .product-order-block {
        display: block;
        width: 100%;
        margin: 15px auto;
        background-color: #f9f9f9;
        border: 1px solid #f1f1f1;
        border-right: none;
        border-left: none;
        padding: 5px 10px
    }

    .product-quality-table {
        display: block;
        margin: 10px 0
    }

    .product-quality-table .q-table {
        width: 90%;
        margin: 0 auto;
        border: 1px solid #f1f1f1
    }

    .product-quality-table .q-table tr {
        border-bottom: 1px solid #f1f1f1;
        cursor: default
    }

    .product-quality-table .q-table tr:not(.title):active, .product-quality-table .q-table tr:not(.title):hover {
        background-color: #f8f8f8
    }

    .product-quality-table .q-table tr:not(.title):active td:nth-child(2), .product-quality-table .q-table tr:not(.title):hover td:nth-child(2) {
        padding: 5px
    }

    .product-quality-table .q-table tr th {
        border-right: 1px solid #f1f1f1;
        font-weight: 400;
        padding: 5px
    }

    .product-quality-table .q-table tr th:first-child {
        width: 20px;
        text-align: center;
        font-weight: 400
    }

    .product-quality-table .q-table tr td {
        border-right: 1px solid #f1f1f1;
        padding: 5px;
        vertical-align: middle
    }

    .product-quality-table .q-table tr td:first-child {
        width: 20px;
        text-align: center;
        font-weight: 400
    }

    .product-quality-table .q-table tr td:nth-child(2) sup {
        font-size: 10px
    }

    .product-quality-table .q-table tr td:nth-child(3) {
        width: auto;
        text-align: center
    }

    .product-quality-table .q-table tr td:nth-child(4) {
        width: auto;
        font-style: italic;
        text-align: center
    }

    .product-quality-table .q-addition {
        width: 90%;
        margin: 10px auto;
        line-height: 1.5;
        text-align: justify
    }

    .product-quality-table .q-addition p {
        margin: 0 0 5px
    }

    .product-quality-table .q-addition h4 {
        font-weight: 400;
        margin: 0 0 5px
    }

    .product-addition-block {
        display: block;
        overflow: hidden;
        width: 90%;
        margin: 10px auto
    }

    .product-addition-block .product-image {
        display: block
    }

    .product-description-block {
        display: block;
        overflow: hidden;
        width: 90%;
        margin: 10px auto
    }

    .product-description-block .d-content {
        line-height: 1.5;
        text-align: justify
    }

    .product-description-block .d-content p {
        margin: 0 0 5px
    }

    .product-description-block .d-content h3 {
        font-weight: 400;
        margin: 10px 0 5px;
        font-size: 14px
    }

    .product-description-block .d-content h4 {
        font-weight: 400;
        margin: 10px 0 5px;
        text-decoration: underline
    }

    .product-description-block .d-content h4 span {
        font-style: italic
    }

    .product-description-block .d-content ul.d-ul-table {
        width: min-content;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: center;
        align-items: center;
        border: 1px solid #f1f1f1;
        margin: 5px 0
    }

    .product-description-block .d-content ul.d-ul-table li {
        display: block;
        border-right: 1px solid #f1f1f1;
        text-align: center
    }

    .product-description-block .d-content ul.d-ul-table li span {
        display: block;
        padding: 5px 5px 0;
        text-transform: none !important
    }

    .product-description-block .d-content ul.d-ul-table li span:first-child {
        font-weight: 400
    }

    .product-description-block .d-content ul.d-ul-table li span:last-child {
        font-size: 12px;
        font-style: italic;
        padding: 0 5px 5px;
        font-weight: 300
    }

    .product-description-block .d-content ul.d-ul-table li:last-child {
        border-right: none
    }

    .product-description-block .d-content ul.d-ul-table li.as-flex, .product-description-block .d-content ul.d-ul-table li:last-child {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center
    }

    .product-description-block .d-content ul.d-ul-table li.as-flex span, .product-description-block .d-content ul.d-ul-table li:last-child span {
        padding: 5px;
        font-style: normal;
        font-size: 12px
    }

    .product-description-block .d-content ul.d-ul-table li.as-flex span:last-child, .product-description-block .d-content ul.d-ul-table li:last-child span:last-child {
        font-weight: 400;
        padding: 5px;
        font-size: 10px
    }

    .product-description-block .d-content ul {
        width: min-content;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: center;
        align-items: center;
        margin-bottom: 10px
    }

    .product-description-block .d-content ul li {
        display: block;
        text-align: center
    }

    .product-description-block .d-content ul li span {
        display: block;
        padding: 10px 10px 0;
        font-weight: 400
    }

    .product-description-block .d-content strong {
        font-weight: 400
    }

    .product-description-block .d-content i {
        font-style: italic
    }

    .contacts-page-block {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start
    }

    .contacts-block {
        -moz-justify-content: space-between;
        justify-content: space-between
    }

    .contacts-block, .contacts-block .contact-info {
        width: 100%;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap
    }

    .contacts-block .contact-info {
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: center;
        align-items: center;
        align-content: center
    }

    .contacts-block .contact-info:first-child {
        box-shadow: 0 8px 10px -10px #e4e4e4;
        margin-bottom: 10px;
        padding-bottom: 5px
    }

    .contacts-block .contact-info:first-child div {
        width: 100%
    }

    .contacts-block .contact-info:last-child {
        margin-bottom: 10px
    }

    .contacts-block .contact-info div {
        flex-wrap: nowrap;
        overflow: hidden;
        width: 100%;
        height: auto
    }

    .contacts-block .contact-info div, .contacts-block .contact-info div span {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        -moz-justify-content: flex-start;
        justify-content: flex-start
    }

    .contacts-block .contact-info div span {
        flex-wrap: wrap;
        text-align: left;
        padding: 10px 5px;
        font-weight: 400;
        width: calc(100% - 130px)
    }

    .contacts-block .contact-info div span:first-child {
        display: block;
        text-align: right;
        padding: 10px 5px;
        font-weight: 300;
        width: 130px
    }

    .contacts-block .contact-info div span a {
        display: block;
        color: #292929;
        transition: .1s
    }

    .contacts-block .contact-info div span a:active, .contacts-block .contact-info div span a:hover {
        transition: .1s;
        color: #dfcb46
    }

    .contacts-feedback-form {
        padding: 5px
    }
    
    .map-block {
        width: 100%;
        flex: 1 0 100%;
        padding: 0 10px;
        margin-bottom: 15px;
        margin-top: 15px
    }

    .map-block .map-frame {
        display: block;
        width: 100%;
        height: 200px;
        margin: 0 auto;
        overflow: hidden;
        box-shadow: 0 0 7px -2px silver;
        border-radius: 2px;
        background: url(../img/icon-maps.svg) no-repeat 50%;
        background-size: 50px
    }

    .map-block .map-frame > iframe {
        width: 100% !important;
        height: 100% !important
    }

    .home-page-block {
        width: 100%;
        overflow: hidden
    }

    .home-page-block .l-title {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: column;
        flex-direction: column;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        height: 35px;
        margin-top: 10px;
        margin-bottom: 5px
    }

    .home-page-block .l-title h1 {
        font-size: 16px;
        color: #292929;
        font-weight: 400;
        text-align: center
    }

    .home-page-block .advantage-wide-block {
        width: 100%;
        margin: 0 auto
    }

    .home-page-block .advantage-wide-block .a-title {
        display: block;
        width: 100%;
        margin-bottom: 10px
    }

    .home-page-block .advantage-wide-block .a-title h1 {
        padding: 15px 5px 5px;
        font-weight: 500;
        font-size: 20px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0
    }

    .home-page-block .advantage-wide-block .a-title span {
        display: block;
        text-align: center;
        font-size: 14px
    }

    .home-page-block .advantage-wide-block .a-list {
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        align-content: center
    }

    .home-page-block .advantage-wide-block .a-list, .home-page-block .advantage-wide-block .a-list li {
        display: -moz-flex;
        display: flex
    }

    .home-page-block .advantage-wide-block .a-list li {
        -moz-flex-direction: column;
        flex-direction: column;
        flex-wrap: nowrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        height: 175px;
        width: 175px;
        margin: 10px;
        border-radius: 50%;
        box-shadow: 0 5px 30px -15px #868686;
        overflow: hidden;
        cursor: pointer;
        position: relative
    }

    .home-page-block .advantage-wide-block .a-list li .a-list-icon {
        width: 100%;
        height: 30px;
        -moz-flex: 0 0 65px;
        flex: 0 0 65px;
        margin-top: 5px
    }

    .home-page-block .advantage-wide-block .a-list li #i-proof {
        background: url(../img/ic-certificate.svg) no-repeat bottom;
        background-size: 30px
    }

    .home-page-block .advantage-wide-block .a-list li #i-eco {
        background: url(../img/ic-drop.svg) no-repeat bottom;
        background-size: 25px
    }

    .home-page-block .advantage-wide-block .a-list li #i-bonus {
        background: url(../img/ic-molecule.svg) no-repeat bottom;
        background-size: 25px
    }

    .home-page-block .advantage-wide-block .a-list li #i-chem {
        background: url(../img/ic-plant.svg) no-repeat bottom;
        background-size: 25px
    }

    .home-page-block .advantage-wide-block .a-list li #i-log {
        background: url(../img/ic-delivery.svg) no-repeat bottom;
        background-size: 25px
    }

    .home-page-block .advantage-wide-block .a-list li .a-list-title {
        margin: 15px auto;
        text-align: center;
        font-size: 16px;
        line-height: 1;
        max-width: 95%;
        font-weight: 400;
        color: #292929
    }

    .home-page-block .advantage-wide-block .a-list li .a-list-content {
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        color: #5b5b5b;
        background-color: #fbfbfb;
        overflow: hidden;
        text-align: center;
        font-size: 10px;
        font-weight: 300;
        line-height: 1;
        padding: 0 10px;
        border-radius: 50%
    }

    .home-page-block .advantage-wide-block .a-list li .a-list-content.opened {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        background-color: #ffe429
    }

    .home-page-block .post-wide-block {
        width: 100%;
        margin: 0 auto;
        padding: 10px
    }

    .home-page-block .post-wide-block .same-wide-content {
        display: block;
        width: 100%;
        overflow: hidden;
        box-shadow: 0 10px 20px -10px #e0e0e0;
        margin-bottom: 30px
    }

    .home-page-block .post-wide-block .same-wide-content .s-title {
        border-bottom: 1px solid #f8f8f8
    }

    .home-page-block .post-wide-block .same-wide-content .s-title h2 {
        display: block;
        font-size: 16px
    }

    .home-page-block .post-wide-block .same-wide-content .s-title h2 a {
        display: block;
        padding: 5px 5px 10px;
        font-weight: 400;
        color: rgba(41, 41, 41, .9)
    }

    .home-page-block .post-wide-block .same-wide-content .s-title h2 a:active, .home-page-block .post-wide-block .same-wide-content .s-title h2 a:hover {
        color: #292929
    }

    .home-page-block .post-wide-block .same-wide-content .s-content {
        display: block;
        overflow: hidden;
        width: 100%;
        height: auto;
        line-height: 1.5;
        padding: 0 0 10px;
        text-align: justify;
        font-size: 12px
    }

    .home-page-block .post-wide-block .same-wide-content .s-content h2 {
        font-weight: 400;
        font-size: 14px;
        margin: 0
    }

    .home-page-block .post-wide-block .same-wide-content .s-content h3 {
        font-weight: 400;
        margin: 0 0 5px
    }

    .home-page-block .post-wide-block .same-wide-content .s-content p {
        margin: 0 0 5px
    }

    .home-page-block .post-wide-block .same-wide-content .s-content em, .home-page-block .post-wide-block .same-wide-content .s-content i {
        font-style: italic
    }

    .home-page-block .post-wide-block .same-wide-content .s-content b, .home-page-block .post-wide-block .same-wide-content .s-content strong {
        font-weight: 400
    }

    .home-page-block .post-wide-block .same-wide-content .s-info {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        -moz-align-items: center;
        align-items: center;
        align-content: center;
        margin: 0
    }

    .home-page-block .post-wide-block .same-wide-content .s-info .s-date {
        display: block;
        background-color: #f8f8f8;
        margin: 0 0 10px;
        padding: 10px;
        font-size: 12px;
        color: rgba(41, 41, 41, .3);
        font-weight: 400;
        border-radius: 3px
    }

    .home-page-block .post-wide-block .same-wide-content .s-info .s-new {
        background-color: #f5d121;
        color: #fff;
        margin: 0 auto 10px 10px;
        display: block;
        padding: 10px;
        font-size: 12px;
        font-weight: 400;
        border-radius: 3px;
        opacity: .6
    }

    .home-page-block .post-wide-block .same-wide-content .s-info .s-res {
        background-color: #e31f25;
        color: #fff;
        margin: 0 auto 10px 10px;
        display: block;
        padding: 10px;
        font-size: 12px;
        font-weight: 400;
        border-radius: 3px;
        opacity: .6
    }

    .home-page-block .post-wide-block .same-wide-content .s-info .s-link a {
        display: block;
        padding: 10px;
        background-color: #565656;
        color: #fff;
        height: auto;
        width: auto;
        font-size: 12px;
        text-align: center;
        margin: 0 0 10px auto
    }

    .about-page-block {
        width: 100%;
        overflow: hidden;
        padding-bottom: 10px;
        height: auto
    }

    .about-info-block {
        width: 95%;
        margin: 0 auto;
        height: auto
    }

    .about-info-block h3 {
        padding: 5px;
        font-weight: 400;
        font-size: 12px;
        margin: 0;
        text-decoration: underline
    }

    .about-info-block b {
        font-weight: 400
    }

    .about-info-block i {
        font-style: italic
    }

    .about-info-block p {
        padding: 5px;
        height: auto
    }

    .about-info-block ul {
        padding: 0 5px 0 10px
    }

    .about-info-block ul li {
        padding: 3px 5px;
        list-style: square inside
    }

    .about-info-block > div {
        width: auto;
        height: auto
    }

    .about-info-block table {
        width: 90% !important;
        margin: 0 auto;
        border: 1px solid #f1f1f1
    }

    .about-info-block table tr {
        border-bottom: 1px solid #f1f1f1;
        cursor: default
    }

    .about-info-block table tr th {
        border-right: 1px solid #f1f1f1;
        font-weight: 400;
        padding: 5px
    }

    .about-info-block table tr th:first-child {
        width: 20px;
        text-align: center;
        font-weight: 400
    }

    .about-info-block table tr td {
        border-right: 1px solid #f1f1f1;
        padding: 5px;
        vertical-align: middle
    }

    .about-info-block table tr td:first-child {
        width: 20px;
        text-align: center;
        font-weight: 400
    }

    .about-info-block table tr td:nth-child(2) sup {
        font-size: 10px
    }

    .about-info-block table tr td:nth-child(3) {
        width: auto;
        text-align: center
    }

    .about-info-block table tr td:nth-child(4) {
        width: auto;
        font-style: italic;
        text-align: center
    }

    .article-page-block {
        -moz-flex-direction: column;
        flex-direction: column;
        flex-wrap: wrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        overflow: hidden
    }

    .article-info, .article-page-block {
        display: -moz-flex;
        display: flex;
        width: 100%
    }

    .article-info {
        -moz-align-items: center;
        align-items: center
    }
    .article-page-block .article-info {-moz-flex-direction: column; flex-direction: column; -moz-align-items: flex-start; align-items: flex-start; flex-wrap: wrap; gap:20px;}
    .article-page-block .article-info ~ .article-content { margin-top: 15px;}

    .article-info .a-date {
        width: auto;
        display: block;
        background-color: #f8f8f8;
        padding: 10px 15px;
        font-size: 10px;
        color: rgba(41, 41, 41, .3);
        font-weight: 400;
        border-radius: 3px;
        text-align: center
    }

    .article-content {
        -moz-flex: 1 1 100%;
        flex: 1 1 100%;
        display: block;
        overflow: hidden;
        width: 95%;
        margin: 5px auto;
        padding: 10px;
        line-height: 1.5;
        text-align: left;
    }

    .article-content p {
        margin: 0 0 5px
    }

    .article-content h3 {
        font-weight: 400;
        margin: 15px 0 10px;
        font-size: 20px
    }

    .article-content h4 {
        font-weight: 400;
        margin: 10px 0 5px;
        text-decoration: underline
    }

    .article-content h4 span {
        font-style: italic
    }

    .article-content ul.d-ul-table {
        width: min-content;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: center;
        align-items: center;
        border: 1px solid #f1f1f1;
        margin: 10px 0
    }

    .article-content ul.d-ul-table li {
        display: block;
        border-right: 1px solid #f1f1f1;
        text-align: center
    }

    .article-content ul.d-ul-table li span {
        display: block;
        padding: 10px 10px 0;
        text-transform: none !important
    }

    .article-content ul.d-ul-table li span:first-child {
        font-weight: 400
    }

    .article-content ul.d-ul-table li span:last-child {
        font-size: 16px;
        font-style: italic;
        padding: 0 10px 10px;
        font-weight: 300
    }

    .article-content ul.d-ul-table li:last-child {
        border-right: none
    }

    .article-content ul.d-ul-table li.as-flex, .article-content ul.d-ul-table li:last-child {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center
    }

    .article-content ul.d-ul-table li.as-flex span, .article-content ul.d-ul-table li:last-child span {
        padding: 5px;
        font-style: normal;
        font-size: 18px
    }

    .article-content ul.d-ul-table li.as-flex span:last-child, .article-content ul.d-ul-table li:last-child span:last-child {
        font-weight: 400;
        padding: 5px 15px 5px 5px
    }

    .article-content ul {
        width: 100%;
        margin-bottom: 10px
    }

    .article-content b, .article-content strong {
        font-weight: 400
    }

    .article-content em, .article-content i {
        font-style: italic
    }

    .article-image {
        width: 100%;
        height: auto;
        margin: 10px auto 0;
        background-color: #fbfbfb
    }

    .article-image ul {
        -moz-flex-direction: column;
        flex-direction: column;
        flex-wrap: wrap;
        height: auto
    }

    .article-image ul, .article-image ul li:first-of-type {
        display: -moz-flex;
        display: flex;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center
    }

    .article-image ul li:first-of-type {
        width: 100%;
        height: 100%;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: hidden;
        border: 2px solid #fff;
        border-radius: 3px
    }

    .article-image ul li:first-of-type img {
        display: block;
        width: 100%;
        max-height: 100%
    }

    .article-image ul li {
        display: none
    }

    .post-paginate {
        width: 100%;
        display: block;
        margin: 35px auto
    }

    .post-paginate ul {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center
    }

    .post-paginate ul li {
        display: block;
        background-color: #f8f8f8;
        color: rgba(41, 41, 41, .3);
        font-weight: 400;
        border-radius: 2px;
        text-align: center;
        margin: 0 5px
    }

    .post-paginate ul li a, .post-paginate ul li span {
        display: block;
        padding: 15px 20px
    }

    .post-paginate ul li:not(.active) a {
        color: #292929
    }

    .post-paginate ul li.active {
        background-color: #535353
    }

    .post-paginate ul li.active span {
        color: #f5d121
    }

    footer {
        display: block;
        height: auto;
        width: 100%;
        z-index: 70;
        background-color: #292929;
        color: #717171;
        font-weight: 400
    }

    .footer-wrapper {
        height: 100%;
        font-size: 12px;
        flex-wrap: wrap;
        -moz-align-items: flex-start;
        align-items: flex-start;
        cursor: default
    }

    .footer-brand-block, .footer-wrapper {
        width: 100%;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        -moz-justify-content: center;
        justify-content: center
    }

    .footer-brand-block {
        background-color: #292929;
        flex-wrap: nowrap;
        -moz-align-items: center;
        align-items: center;
        position: relative
    }

    .footer-brand-block .logo-icon {
        background-image: url(../img/logo-white.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 40px;
        width: 50px;
        height: 50px
    }

    .footer-brand-block .company-title {
        position: absolute;
        font-size: 10px;
        top: 40px;
        color: #b1b1b1;
        left: 82px
    }

    .footer-brand-block .brand-title {
        font-family: Krona One, sans-serif;
        font-size: 20px;
        color: #f5d121
    }

    .footer-copyright {
        background-color: #292929;
        width: 100%;
        max-width: 100%;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        align-content: center
    }

    .footer-copyright span {
        display: block;
        width: 100%;
        line-height: 1.5;
        text-align: center
    }

    .footer-dev {
        width: 100%;
        background-color: #292929;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        text-align: right
    }

    .footer-dev .dev-logo {
        display: block;
        width: 100%;
        height: 50px
    }

    .footer-dev .dev-logo a {
        display: block;
        background: url(../img/dev-logo.png) no-repeat 50%;
        background-size: 80px;
        width: 100px;
        height: 100%;
        margin: 0 auto
    }

    .feedback-wide-block {
        display: none;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(41, 41, 41, .5);
        z-index: 100
    }

    .feedback-wide-block .feedback-form {
        display: block;
        width: 100%;
        max-width: 900px;
        height: 500px;
        background-color: #fff;
        margin: auto;
        border-radius: 2px;
        box-shadow: 0 3px 15px -5px #545454;
        padding: 10px
    }

    .feedback-wide-block .feedback-form .feedback-form-title {
        width: 100%;
        display: block;
        height: 55px
    }

    .feedback-wide-block .feedback-form .feedback-form-title h2 {
        display: block;
        font-size: 24px;
        text-align: center;
        margin: 5px 0 0;
        font-weight: 300
    }

    .feedback-wide-block .feedback-form form {
        flex-wrap: wrap;
        margin-top: 30px;
        font-size: 16px
    }

    .feedback-wide-block .feedback-form form, .feedback-wide-block .feedback-form form div {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: center;
        align-items: center
    }

    .feedback-wide-block .feedback-form form div {
        flex-wrap: nowrap;
        width: 100%;
        margin-bottom: 15px
    }

    .feedback-wide-block .feedback-form form div label {
        width: 180px;
        text-align: right;
        margin-right: 10px
    }

    .feedback-wide-block .feedback-form form div input[type=text] {
        display: block;
        height: 45px;
        width: 100%;
        max-width: 600px;
        border: 0 solid #efefef;
        background-color: #f8f8f8;
        overflow: hidden;
        outline: none;
        padding: 0 15px;
        color: #292929
    }

    .feedback-wide-block .feedback-form form div input[type=text]::-webkit-input-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div input[type=text]::-moz-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div input[type=text]:-ms-input-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div input[type=text]:-moz-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div textarea {
        display: block;
        height: 100px;
        width: 100%;
        max-width: 600px;
        border: 0 solid #efefef;
        background-color: #f8f8f8;
        overflow: hidden;
        outline: none;
        padding: 10px 15px;
        resize: none;
        color: #292929
    }

    .feedback-wide-block .feedback-form form div textarea::-webkit-input-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div textarea::-moz-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div textarea:-ms-input-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div textarea:-moz-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div input[type=submit] {
        display: block;
        height: 45px;
        width: 200px;
        border: 0 solid #83a761;
        background-color: #8cbd5c;
        margin: 10px auto;
        padding: 0 15px;
        border-radius: 2px;
        color: #fff;
        font-weight: 300;
        cursor: pointer
    }

    .response-success {
        background-color: rgba(140, 189, 92, .9);
        padding: 10px 15px;
        border-radius: 5px 5px 0 0
    }

    .response-error, .response-success {
        position: fixed;
        bottom: 0;
        right: 10px;
        width: auto;
        font-size: 15px;
        color: #fff;
        cursor: pointer;
        z-index: 200
    }

    .response-error {
        background-color: rgba(245, 137, 137, .9);
        border-radius: 3px 3px 0 0;
        box-shadow: 0 0 1px grey
    }

    .response-error ul li {
        padding: 10px 15px;
        text-align: center;
        display: block
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -26px;
        outline: 0;
        width: 32px;
        height: 24px;
        text-indent: -9999px;
        z-index: 9999;
        background-color: rgba(41, 41, 41, .5)
    }

    .bx-wrapper .bx-prev {
        left: 0;
        background: url(../img/control-left.svg) no-repeat 50%;
        background-size: 12px;
        border-radius: 0 2px 2px 0
    }

    .bx-wrapper .bx-next {
        right: 0;
        background: url(../img/control-right.svg) no-repeat 50%;
        background-size: 12px;
        border-radius: 2px 0 0 2px
    }
}

@media screen and (min-width: 577px) and (max-width: 767px) {
    html {
        height: 100%;
        z-index: 200;
        font-family: Fira Sans, sans-serif;
        font-size: 14px;
        font-weight: 300;
        color: #292929;
        background-image: url(../img/bg-pattern.png)
    }

    body {
        display: block;
        min-height: 100%;
        font-size: 1em
    }

    .body-wrapper {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: column;
        flex-direction: column;
        flex-wrap: wrap;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -moz-align-items: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        min-height: 100%;
        position: relative;
        z-index: 100
    }

    header {
        display: block;
        height: auto;
        width: 100%;
        box-shadow: 0 0 5px 0 #ababab;
        z-index: 99
    }

    .header-container {
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-align-items: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        height: 100%
    }

    .action-block, .header-container {
        display: -moz-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        width: 100%
    }

    .action-block {
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        height: auto;
        font-size: 14px
    }

    .action-block .a-contacts {
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        -moz-align-items: flex-start;
        align-items: flex-start;
        width: 100%;
        height: auto;
        flex: 1
    }

    .action-block .a-contacts, .action-block .a-contacts p {
        display: -moz-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-justify-content: center;
        justify-content: center
    }

    .action-block .a-contacts p {
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -ms-flex-pack: center;
        -moz-align-items: center;
        align-items: center;
        color: rgba(41, 41, 41, .8);
        width: auto;
        height: 100%;
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 3px;
        cursor: default
    }

    .action-block .a-contacts p span:first-child {
        display: block;
        background-size: 14px;
        background-position: 0;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        opacity: .6
    }

    .action-block .a-contacts p span:first-child#location {
        background-image: url(../img/icon-location.svg)
    }

    .action-block .a-contacts p span:first-child#phone {
        background-image: url(../img/icon-phone.svg)
    }

    .action-block .a-contacts p span:first-child#mail {
        background-image: url(../img/icon-at.svg)
    }

    .action-block .a-contacts p span:last-child {
        display: block;
        height: auto;
        color: rgba(41, 41, 41, .8)
    }

    .logo-block {
        display: block;
        width: 100%;
        height: auto;
        margin: 10px auto 5px
    }

    .logo-block .logo-link {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        width: 100%;
        max-width: 340px;
        height: 100%;
        margin: 0 auto;
        position: relative;
        font-family: Krona One, sans-serif
    }

    .logo-block .logo-link .l-icon {
        display: block;
        background-image: url(../img/logo-dark22.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        width: 95px;
        height: 95px;
        margin: 0 10px
    }

    .logo-block .logo-link .l-text-a, .logo-block .logo-link .l-text-t {
        display: block;
        font-size: 24px;
        color: #2a2a2a;
        font-weight: 900
    }

    .nav-block {
        width: 100%;
        -moz-flex: 1 1 100%;
        flex: 1 1 100%;
        -moz-flex: 1 0 100%;
        flex: 1 0 100%;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -moz-align-items: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        background-color: transparent;
        box-shadow: none;
        height:40px;
        overflow: visible;
        margin: 0 auto 5px;
        position: relative
    }

    .nav-block .nav-trigger {
        display: block !important;
        width: 50px;
        height: 40px
    }

    .nav-block .nav-trigger span {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        width: 34px;
        height: 34px;
        margin: 0;
        background-color: rgba(42, 42, 42, .98);
        color: #ffe429;
        font-size: 14px;
        border-radius: 2px
    }

    .nav-block .nav-trigger span.opened {
        background-color: #ffe429;
        color: #292929
    }

    .nav-block ul {
        -moz-flex: 1.5;
        flex: 1.5;
        display: block;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        order: 3;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        left: 40px;
        right: 0;
        background-color: #2a2a2a;
        display: none;
    }

    .nav-block ul li {
        -moz-flex: 1 0 auto;
        flex: 1 0 auto;
        display: block;
        overflow: hidden;
        width: auto
    }
    .nav-block ul li:not(:last-child) { border-bottom: 1px solid #404040;}

    .nav-block ul li a {
        display: block;
        color: #fff;
        height: 100%;
        width: 100%;
        line-height: 1;
        text-align: center;
        font-weight: 300;
        white-space: normal;
        padding: 10px 15px
    }

    .nav-block ul li a:hover {
        background-color: transparent
    }

    .nav-block form {
        width: auto;
        max-width: 245px;
        -moz-flex: 0.7;
        flex: 0.7;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        -moz-align-items: center;
        align-items: center;
        padding: 0;
        border-radius: 2px;
        overflow: hidden
    }

    .nav-block form input[type=text] {
        -moz-flex: 1;
        flex: 1;
        width: calc(100% - 34px);
        font-size: 14px;
        font-weight: 300;
        background-color: rgba(41, 41, 41, .98);
        border: none;
        color: #fff;
        height: 35px;
        padding: 0 5px 0 15px;
        border-radius: 0
    }

    .nav-block form input[type=text]::-webkit-input-placeholder {
        color: #c3c3c3
    }

    .nav-block form input[type=text]::-moz-placeholder {
        color: #c3c3c3
    }

    .nav-block form input[type=text]:-ms-input-placeholder {
        color: #c3c3c3
    }

    .nav-block form input[type=text]:-moz-placeholder {
        color: #c3c3c3
    }

    .nav-block form input[type=submit] {
        border: none;
        width: 34px;
        height: 35px;
        background-color: #292929;
        background-image: url(../img/icon-search.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 14px;
        color: transparent;
        font-size: 0;
        cursor: pointer;
        border-radius: 0;
        margin: 0
    }

    section {
        -moz-flex: 1 0 100%;
        flex: 1 0 100%;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        z-index: 80
    }

    .slider-block, section {
        width: 100%;
        overflow: hidden
    }

    .slider-block {
        display: block;
        height: 250px;
        max-height: 250px;
        margin: 0 auto;
        background-color: #fff;
        position: relative;
        cursor: default
    }

    .slider-block ul {
        height: 250px
    }

    .slider-block ul li img {
        width: auto;
        height: 250px;
        display: block;
        margin: 0 auto
    }

    .content-container {
        display: block;
        width: 100%;
        min-height: 350px;
        background-color: #fff;
        margin-top: 0;
        margin-bottom: 50px;
        box-shadow: 0 0 50px rgba(0, 0, 0, .12);
        position: relative
    }
    .slider-block + .container .content-container { margin-top: -40px;}

    .head-wide-block {
        display: block;
        width: 100%;
        cursor: default
    }

    .head-wide-block .page-title {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: column;
        flex-direction: column;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        min-height: 40px;
        margin-bottom: 15px;
    }

    .head-wide-block .page-title h1 {
        font-size: 22px;
        color: #292929;
        font-weight: 400;
        text-align: center;
        max-width: 90%
    }

    .main-wide-block {
        width: 100%;
        height: 100%;
        display: block;
        background-color: #fff;
        cursor: default
    }

    .b-title {
        display: block;
        width: 100%;
        margin-bottom: 15px
    }

    .b-title h2, .b-title h3 {
        padding: 5px;
        text-align: center;
        font-weight: 400;
        font-size: 18px
    }

    .b-title span {
        display: block;
        text-align: center;
        font-size: 13px
    }

    .s-title {
        display: block;
        width: 100%;
        margin-bottom: 15px
    }

    .s-title h3 {
        padding: 5px;
        text-align: center;
        font-weight: 300;
        font-size: 16px
    }

    .s-title span {
        display: block;
        text-align: center;
        font-size: 13px
    }

    .product-page-block {
        overflow: hidden;
        display: block
    }

    .product-info-block {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: flex-start;
        align-items: flex-start;
        align-content: stretch
    }

    .product-info-block div.info-main {
        flex: 1 1 100%;
        margin: 0 0 10px
    }

    .product-info-block div.info-main ul {
        flex-wrap: wrap;
        border-right: none;
        border-top: 1px solid #f1f1f1
    }

    .product-info-block div.info-main ul, .product-info-block div.info-main ul li {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        -moz-justify-content: center;
        justify-content: center;
        overflow: hidden
    }

    .product-info-block div.info-main ul li {
        flex-wrap: nowrap;
        width: 100%;
        border-bottom: 1px solid #f1f1f1
    }

    .product-info-block div.info-main ul li span {
        display: block
    }

    .product-info-block div.info-main ul li span:first-child {
        width: 170px;
        text-align: right;
        padding: 10px 5px
    }

    .product-info-block div.info-main ul li span:last-child {
        flex: 1;
        text-align: left;
        padding: 10px 5px;
        font-weight: 400
    }

    .product-info-block div.info-short {
        flex: 1
    }

    .product-info-block div.info-short ul {
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center
    }

    .product-info-block div.info-short ul, .product-info-block div.info-short ul li {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        overflow: hidden
    }

    .product-info-block div.info-short ul li {
        flex-wrap: nowrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        width: 100%
    }

    .product-info-block div.info-short ul li span {
        display: block
    }

    .product-info-block div.info-short ul li span:first-child {
        width: 42px;
        height: 100%;
        background-repeat: no-repeat;
        background-size: 14px;
        background-position: 90%
    }

    .product-info-block div.info-short ul li span#i-warning {
        background-image: url(../img/ic-safety.svg)
    }

    .product-info-block div.info-short ul li span#i-agriculture {
        background-image: url(../img/icon-tractor.svg)
    }

    .product-info-block div.info-short ul li span#i-warehouse {
        background-image: url(../img/icon-track.svg)
    }

    .product-info-block div.info-short ul li span#i-expire {
        background-image: url(../img/icon-time.svg)
    }

    .product-info-block div.info-short ul li span:last-child {
        flex: 1;
        text-align: left;
        padding: 10px 5px;
        font-weight: 400
    }

    .product-order-block {
        display: block;
        width: 100%;
        margin: 15px auto;
        background-color: #f9f9f9;
        border: 1px solid #f1f1f1;
        border-right: none;
        border-left: none;
        padding: 5px 15px
    }

    .product-quality-table {
        display: block;
        margin: 10px 0
    }

    .product-quality-table .q-table {
        width: 95%;
        margin: 0 auto;
        border: 1px solid #f1f1f1
    }

    .product-quality-table .q-table tr {
        border-bottom: 1px solid #f1f1f1;
        cursor: default
    }

    .product-quality-table .q-table tr:not(.title):active, .product-quality-table .q-table tr:not(.title):hover {
        background-color: #f8f8f8
    }

    .product-quality-table .q-table tr:not(.title):active td:nth-child(2), .product-quality-table .q-table tr:not(.title):hover td:nth-child(2) {
        padding: 5px
    }

    .product-quality-table .q-table tr th {
        border-right: 1px solid #f1f1f1;
        font-weight: 400;
        padding: 10px 5px;
        vertical-align: middle
    }

    .product-quality-table .q-table tr th:first-child {
        width: 20px;
        text-align: center;
        font-weight: 400
    }

    .product-quality-table .q-table tr td {
        border-right: 1px solid #f1f1f1;
        padding: 10px 5px;
        vertical-align: middle
    }

    .product-quality-table .q-table tr td:first-child {
        width: 20px;
        text-align: center;
        font-weight: 400
    }

    .product-quality-table .q-table tr td:nth-child(2) sup {
        font-size: 10px
    }

    .product-quality-table .q-table tr td:nth-child(3) {
        width: auto;
        text-align: center
    }

    .product-quality-table .q-table tr td:nth-child(4) {
        width: auto;
        font-style: italic;
        text-align: center
    }

    .product-quality-table .q-addition {
        width: 90%;
        margin: 10px auto;
        line-height: 1.5;
        text-align: justify
    }

    .product-quality-table .q-addition p {
        margin: 0 0 5px
    }

    .product-quality-table .q-addition h4 {
        font-weight: 400;
        margin: 0 0 5px
    }

    .product-addition-block {
        display: block;
        overflow: hidden;
        width: 95%;
        margin: 10px auto
    }

    .product-addition-block .product-image {
        display: block
    }

    .product-description-block {
        display: block;
        overflow: hidden;
        width: 95%;
        margin: 10px auto
    }

    .product-description-block .d-content {
        line-height: 1.5;
        text-align: justify
    }

    .product-description-block .d-content p {
        margin: 0 0 5px
    }

    .product-description-block .d-content h3 {
        font-weight: 400;
        margin: 10px 0 5px;
        font-size: 16px
    }

    .product-description-block .d-content h4 {
        font-weight: 400;
        margin: 10px 0 5px;
        text-decoration: underline
    }

    .product-description-block .d-content h4 span {
        font-style: italic
    }

    .product-description-block .d-content ul.d-ul-table {
        width: min-content;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: center;
        align-items: center;
        border: 1px solid #f1f1f1;
        margin: 5px 0;
        max-width: 100%;
        overflow: scroll
    }

    .product-description-block .d-content ul.d-ul-table li {
        display: block;
        border-right: 1px solid #f1f1f1;
        text-align: center
    }

    .product-description-block .d-content ul.d-ul-table li span {
        display: block;
        padding: 5px 5px 0;
        text-transform: none !important
    }

    .product-description-block .d-content ul.d-ul-table li span:first-child {
        font-weight: 400
    }

    .product-description-block .d-content ul.d-ul-table li span:last-child {
        font-size: 14px;
        font-style: italic;
        padding: 0 5px 5px;
        font-weight: 300
    }

    .product-description-block .d-content ul.d-ul-table li:last-child {
        border-right: none
    }

    .product-description-block .d-content ul.d-ul-table li.as-flex, .product-description-block .d-content ul.d-ul-table li:last-child {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center
    }

    .product-description-block .d-content ul.d-ul-table li.as-flex span, .product-description-block .d-content ul.d-ul-table li:last-child span {
        padding: 5px;
        font-style: normal;
        font-size: 14px
    }

    .product-description-block .d-content ul.d-ul-table li.as-flex span:last-child, .product-description-block .d-content ul.d-ul-table li:last-child span:last-child {
        font-weight: 400;
        padding: 5px;
        font-size: 14px
    }

    .product-description-block .d-content ul {
        width: 100%;
        margin-bottom: 10px
    }

    .product-description-block .d-content ul li {
        display: block;
        text-align: left
    }

    .product-description-block .d-content ul li span {
        display: block;
        padding: 10px 10px 0;
        font-weight: 400
    }

    .product-description-block .d-content strong {
        font-weight: 400
    }

    .product-description-block .d-content i {
        font-style: italic
    }

    .contacts-page-block {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start
    }

    .contacts-block {
        -moz-justify-content: space-between;
        justify-content: space-between
    }

    .contact-info, .contacts-block {
        width: 100%;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap
    }

    .contact-info {
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: center;
        align-items: center;
        align-content: center
    }

    .contact-info:first-child {
        box-shadow: 0 8px 10px -10px #e4e4e4;
        margin-bottom: 10px;
        padding-bottom: 5px
    }

    .contact-info:first-child div {
        width: 100%
    }

    .contact-info:last-child {
        margin-bottom: 10px
    }

    .contact-info div {
        flex-wrap: nowrap;
        overflow: hidden;
        width: 100%;
        height: auto
    }

    .contact-info div, .contact-info div span {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        -moz-justify-content: flex-start;
        justify-content: flex-start
    }

    .contact-info div span {
        flex-wrap: wrap;
        text-align: left;
        padding: 10px 5px;
        font-weight: 400;
        width: calc(100% - 100px)
    }

    .contact-info div span:first-child {
        display: block;
        text-align: right;
        padding: 10px 5px;
        font-weight: 300;
        width: 150px
    }

    .contact-info div span a {
        display: block;
        color: #292929;
        transition: .1s
    }

    .contact-info div span a:active, .contact-info div span a:hover {
        transition: .1s;
        color: #dfcb46
    }

    .contacts-feedback-form {
        padding: 15px
    } 

    .map-block {
        width: 100%;
        flex: 1 0 100%;
        padding: 0 10px;
        margin-bottom: 15px;
        margin-top: 15px
    }

    .map-block .map-frame {
        display: block;
        width: 100%;
        height: 300px;
        margin: 0 auto;
        overflow: hidden;
        box-shadow: 0 0 7px -2px silver;
        border-radius: 2px;
        background: url(../img/icon-maps.svg) no-repeat 50%;
        background-size: 50px
    }

    .map-block .map-frame > iframe {
        width: 100% !important;
        height: 100% !important
    }

    .home-page-block {
        width: 100%;
        overflow: hidden
    }

    .home-page-block .l-title {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: column;
        flex-direction: column;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        height: 40px;
        margin-top: 10px;
        margin-bottom: 15px
    }

    .home-page-block .l-title h1 {
        font-size: 18px;
        color: #292929;
        font-weight: 400;
        text-align: center
    }

    .home-page-block .advantage-wide-block {
        width: 100%;
        margin: 0 auto
    }

    .home-page-block .advantage-wide-block .a-title {
        display: block;
        width: 100%;
        margin-bottom: 10px
    }

    .home-page-block .advantage-wide-block .a-title h1 {
        padding: 15px 5px 5px;
        font-weight: 500;
        font-size: 20px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0
    }

    .home-page-block .advantage-wide-block .a-title span {
        display: block;
        text-align: center;
        font-size: 14px
    }

    .home-page-block .advantage-wide-block .a-list {
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        align-content: center
    }

    .home-page-block .advantage-wide-block .a-list, .home-page-block .advantage-wide-block .a-list li {
        display: -moz-flex;
        display: flex
    }

    .home-page-block .advantage-wide-block .a-list li {
        -moz-flex-direction: column;
        flex-direction: column;
        flex-wrap: nowrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        height: 215px;
        width: 215px;
        margin: 10px 5px;
        border-radius: 50%;
        box-shadow: 0 5px 30px -15px #868686;
        overflow: hidden;
        cursor: pointer;
        position: relative
    }

    .home-page-block .advantage-wide-block .a-list li .a-list-icon {
        width: 100%;
        height: 60px;
        -moz-flex: 0 0 65px;
        flex: 0 0 65px;
        margin-top: 5px
    }

    .home-page-block .advantage-wide-block .a-list li #i-proof {
        background: url(../img/ic-certificate.svg) no-repeat bottom;
        background-size: 60px
    }

    .home-page-block .advantage-wide-block .a-list li #i-eco {
        background: url(../img/ic-drop.svg) no-repeat bottom;
        background-size: 50px
    }

    .home-page-block .advantage-wide-block .a-list li #i-bonus {
        background: url(../img/ic-molecule.svg) no-repeat bottom;
        background-size: 50px
    }

    .home-page-block .advantage-wide-block .a-list li #i-chem {
        background: url(../img/ic-plant.svg) no-repeat bottom;
        background-size: 50px
    }

    .home-page-block .advantage-wide-block .a-list li #i-log {
        background: url(../img/ic-delivery.svg) no-repeat bottom;
        background-size: 50px
    }

    .home-page-block .advantage-wide-block .a-list li .a-list-title {
        margin: 25px auto;
        text-align: center;
        font-size: 18px;
        line-height: 1;
        max-width: 95%;
        font-weight: 400;
        color: #292929
    }

    .home-page-block .advantage-wide-block .a-list li .a-list-content {
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        color: #5b5b5b;
        background-color: #fbfbfb;
        overflow: hidden;
        text-align: center;
        font-size: 12px;
        font-weight: 300;
        line-height: 1;
        padding: 0 20px;
        border-radius: 50%
    }

    .home-page-block .advantage-wide-block .a-list li .a-list-content.opened {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        background-color: #ffe429
    }

    .home-page-block .post-wide-block {
        width: 100%;
        margin: 0 auto;
        padding: 10px
    }

    .home-page-block .post-wide-block .same-wide-content {
        display: block;
        width: 100%;
        overflow: hidden;
        box-shadow: 0 10px 20px -10px #e0e0e0;
        margin-bottom: 30px
    }

    .home-page-block .post-wide-block .same-wide-content .s-title {
        border-bottom: 1px solid #f8f8f8
    }

    .home-page-block .post-wide-block .same-wide-content .s-title h2 {
        display: block;
        font-size: 16px
    }

    .home-page-block .post-wide-block .same-wide-content .s-title h2 a {
        display: block;
        padding: 5px 5px 10px;
        font-weight: 400;
        color: rgba(41, 41, 41, .9)
    }

    .home-page-block .post-wide-block .same-wide-content .s-title h2 a:active, .home-page-block .post-wide-block .same-wide-content .s-title h2 a:hover {
        color: #292929
    }

    .home-page-block .post-wide-block .same-wide-content .s-content {
        display: block;
        overflow: hidden;
        width: 100%;
        height: auto;
        line-height: 1.5;
        padding: 0 0 10px;
        text-align: justify;
        font-size: 14px
    }

    .home-page-block .post-wide-block .same-wide-content .s-content h2 {
        font-weight: 400;
        font-size: 14px;
        margin: 0
    }

    .home-page-block .post-wide-block .same-wide-content .s-content h3 {
        font-weight: 400;
        margin: 0 0 5px
    }

    .home-page-block .post-wide-block .same-wide-content .s-content p {
        margin: 0 0 5px
    }

    .home-page-block .post-wide-block .same-wide-content .s-content em, .home-page-block .post-wide-block .same-wide-content .s-content i {
        font-style: italic
    }

    .home-page-block .post-wide-block .same-wide-content .s-content b, .home-page-block .post-wide-block .same-wide-content .s-content strong {
        font-weight: 400
    }

    .home-page-block .post-wide-block .same-wide-content .s-info {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -moz-align-items: center;
        align-items: center;
        align-content: center;
        margin: 0
    }

    .home-page-block .post-wide-block .same-wide-content .s-info .s-date {
        display: block;
        background-color: #f8f8f8;
        margin: 0 0 10px;
        padding: 10px 20px;
        font-size: 14px;
        color: rgba(41, 41, 41, .3);
        font-weight: 400;
        border-radius: 3px
    }

    .home-page-block .post-wide-block .same-wide-content .s-info .s-new {
        background-color: #f5d121;
        color: #fff;
        margin: 0 auto 10px 10px;
        display: block;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 400;
        border-radius: 3px;
        opacity: .6
    }

    .home-page-block .post-wide-block .same-wide-content .s-info .s-res {
        background-color: #e31f25;
        color: #fff;
        margin: 0 auto 10px 10px;
        display: block;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 400;
        border-radius: 3px;
        opacity: .6
    }

    .home-page-block .post-wide-block .same-wide-content .s-info .s-link a {
        display: block;
        padding: 10px 20px;
        background-color: #565656;
        color: #fff;
        height: auto;
        width: auto;
        font-size: 14px;
        text-align: center;
        margin: 0 0 10px auto
    }

    .about-page-block {
        width: 100%;
        overflow: hidden;
        padding-bottom: 30px;
        height: auto
    }

    .about-info-block {
        width: 95%;
        margin: 0 auto;
        height: auto
    }

    .about-info-block h3 {
        padding: 5px;
        font-weight: 400;
        font-size: 14px;
        margin: 0;
        text-decoration: underline
    }

    .about-info-block b {
        font-weight: 400
    }

    .about-info-block i {
        font-style: italic
    }

    .about-info-block p {
        padding: 5px;
        height: auto
    }

    .about-info-block ul {
        padding: 0 5px 0 10px
    }

    .about-info-block ul li {
        padding: 3px 5px;
        list-style: square inside
    }

    .about-info-block div {
        width: 100%;
        height: auto
    }

    .about-info-block table {
        width: 95% !important;
        margin: 0 auto;
        border: 1px solid #f1f1f1
    }

    .about-info-block table tr {
        border-bottom: 1px solid #f1f1f1;
        cursor: default
    }

    .about-info-block table tr th {
        border-right: 1px solid #f1f1f1;
        font-weight: 400;
        padding: 10px 5px;
        vertical-align: middle
    }

    .about-info-block table tr th:first-child {
        width: 20px;
        text-align: center;
        font-weight: 400
    }

    .about-info-block table tr td {
        border-right: 1px solid #f1f1f1;
        padding: 10px 5px;
        vertical-align: middle
    }

    .about-info-block table tr td:first-child {
        width: 20px;
        text-align: center;
        font-weight: 400
    }

    .about-info-block table tr td:nth-child(2) sup {
        font-size: 10px
    }

    .about-info-block table tr td:nth-child(3) {
        width: auto;
        text-align: center
    }

    .about-info-block table tr td:nth-child(4) {
        width: auto;
        font-style: italic;
        text-align: center
    }

    .article-page-block {
        -moz-flex-direction: column;
        flex-direction: column;
        flex-wrap: wrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        overflow: hidden
    }

    .article-info, .article-page-block {
        display: -moz-flex;
        display: flex;
        width: 100%
    }

    .article-info {
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-align-items: center;
        align-items: center
    }

    .article-info .a-date {
        width: auto;
        display: block;
        background-color: #f8f8f8;
        padding: 10px 20px;
        font-size: 14px;
        color: rgba(41, 41, 41, .3);
        font-weight: 400;
        border-radius: 3px;
        text-align: center
    }

    .article-content {
        -moz-flex: 1 1 100%;
        flex: 1 1 100%;
        display: block;
        overflow: hidden;
        width: 95%;
        margin: 15px auto;
        padding: 10px 15px;
        line-height: 1.5;
        text-align: left;
    }

    .article-content p {
        margin: 0 0 5px
    }

    .article-content h3 {
        font-weight: 400;
        margin: 15px 0 10px;
        font-size: 20px
    }

    .article-content h4 {
        font-weight: 400;
        margin: 10px 0 5px;
        text-decoration: underline
    }

    .article-content h4 span {
        font-style: italic
    }

    .article-content ul.d-ul-table {
        width: min-content;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: center;
        align-items: center;
        border: 1px solid #f1f1f1;
        margin: 10px 0
    }

    .article-content ul.d-ul-table li {
        display: block;
        border-right: 1px solid #f1f1f1;
        text-align: center
    }

    .article-content ul.d-ul-table li span {
        display: block;
        padding: 10px 10px 0;
        text-transform: none !important
    }

    .article-content ul.d-ul-table li span:first-child {
        font-weight: 400
    }

    .article-content ul.d-ul-table li span:last-child {
        font-size: 16px;
        font-style: italic;
        padding: 0 10px 10px;
        font-weight: 300
    }

    .article-content ul.d-ul-table li:last-child {
        border-right: none
    }

    .article-content ul.d-ul-table li.as-flex, .article-content ul.d-ul-table li:last-child {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center
    }

    .article-content ul.d-ul-table li.as-flex span, .article-content ul.d-ul-table li:last-child span {
        padding: 5px;
        font-style: normal;
        font-size: 18px
    }

    .article-content ul.d-ul-table li.as-flex span:last-child, .article-content ul.d-ul-table li:last-child span:last-child {
        font-weight: 400;
        padding: 5px 15px 5px 5px
    }

    .article-content ul {
        width: min-content;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: center;
        align-items: center;
        margin-bottom: 10px
    }

    .article-content ul li {
        display: block;
        text-align: center
    }

    .article-content ul li span {
        display: block;
        padding: 10px 10px 0;
        font-weight: 400
    }

    .article-content b, .article-content strong {
        font-weight: 400
    }

    .article-content em, .article-content i {
        font-style: italic
    }

    .article-image {
        width: 100%;
        height: auto;
        margin: 10px auto 0;
        background-color: #fbfbfb
    }

    .article-image ul {
        -moz-flex-direction: column;
        flex-direction: column;
        flex-wrap: wrap;
        height: auto
    }

    .article-image ul, .article-image ul li:first-of-type {
        display: -moz-flex;
        display: flex;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center
    }

    .article-image ul li:first-of-type {
        width: 100%;
        height: 100%;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: hidden;
        border: 2px solid #fff;
        border-radius: 3px
    }

    .article-image ul li:first-of-type img {
        display: block;
        width: 100%;
        max-height: 100%
    }

    .article-image ul li {
        display: none
    }

    .post-paginate {
        width: 100%;
        display: block;
        margin: 35px auto
    }

    .post-paginate ul {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center
    }

    .post-paginate ul li {
        display: block;
        background-color: #f8f8f8;
        color: rgba(41, 41, 41, .3);
        font-weight: 400;
        border-radius: 2px;
        text-align: center;
        margin: 0 5px
    }

    .post-paginate ul li a, .post-paginate ul li span {
        display: block;
        padding: 15px 20px
    }

    .post-paginate ul li:not(.active) a {
        color: #292929
    }

    .post-paginate ul li.active {
        background-color: #535353
    }

    .post-paginate ul li.active span {
        color: #f5d121
    }

    footer {
        display: block;
        height: auto;
        width: 100%;
        z-index: 70;
        background-color: #292929;
        color: #717171;
        font-weight: 400
    }

    .footer-wrapper {
        height: 100%;
        font-size: 14px;
        flex-wrap: wrap;
        -moz-align-items: flex-start;
        align-items: flex-start;
        cursor: default
    }

    .footer-brand-block, .footer-wrapper {
        width: 100%;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        -moz-justify-content: center;
        justify-content: center
    }

    .footer-brand-block {
        background-color: #292929;
        flex-wrap: nowrap;
        -moz-align-items: center;
        align-items: center;
        position: relative
    }

    .footer-brand-block .logo-icon {
        background-image: url(../img/logo-white.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 40px;
        width: 50px;
        height: 50px
    }

    .footer-brand-block .company-title {
        position: absolute;
        font-size: 10px;
        top: 40px;
        color: #b1b1b1;
        left: 82px
    }

    .footer-brand-block .brand-title {
        font-family: Krona One, sans-serif;
        font-size: 20px;
        color: #f5d121
    }

    .footer-copyright {
        background-color: #292929;
        width: 100%;
        max-width: 100%;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        align-content: center
    }

    .footer-copyright span {
        display: block;
        width: 100%;
        line-height: 1.5;
        text-align: center
    }

    .feedback-wide-block {
        display: none;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(41, 41, 41, .5);
        z-index: 100
    }

    .feedback-wide-block .feedback-form {
        display: block;
        width: 100%;
        max-width: 900px;
        height: 500px;
        background-color: #fff;
        margin: auto;
        border-radius: 2px;
        box-shadow: 0 3px 15px -5px #545454;
        padding: 10px
    }

    .feedback-wide-block .feedback-form .feedback-form-title {
        width: 100%;
        display: block;
        height: 55px
    }

    .feedback-wide-block .feedback-form .feedback-form-title h2 {
        display: block;
        font-size: 24px;
        text-align: center;
        margin: 5px 0 0;
        font-weight: 300
    }

    .feedback-wide-block .feedback-form form {
        flex-wrap: wrap;
        margin-top: 30px;
        font-size: 16px
    }

    .feedback-wide-block .feedback-form form, .feedback-wide-block .feedback-form form div {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: center;
        align-items: center
    }

    .feedback-wide-block .feedback-form form div {
        flex-wrap: nowrap;
        width: 100%;
        margin-bottom: 15px
    }

    .feedback-wide-block .feedback-form form div label {
        width: 180px;
        text-align: right;
        margin-right: 10px
    }

    .feedback-wide-block .feedback-form form div input[type=text] {
        display: block;
        height: 45px;
        width: 100%;
        max-width: 600px;
        border: 0 solid #efefef;
        background-color: #f8f8f8;
        overflow: hidden;
        outline: none;
        padding: 0 15px;
        color: #292929
    }

    .feedback-wide-block .feedback-form form div input[type=text]::-webkit-input-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div input[type=text]::-moz-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div input[type=text]:-ms-input-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div input[type=text]:-moz-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div textarea {
        display: block;
        height: 100px;
        width: 100%;
        max-width: 600px;
        border: 0 solid #efefef;
        background-color: #f8f8f8;
        overflow: hidden;
        outline: none;
        padding: 10px 15px;
        resize: none;
        color: #292929
    }

    .feedback-wide-block .feedback-form form div textarea::-webkit-input-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div textarea::-moz-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div textarea:-ms-input-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div textarea:-moz-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div input[type=submit] {
        display: block;
        height: 45px;
        width: 200px;
        border: 0 solid #83a761;
        background-color: #8cbd5c;
        margin: 10px auto;
        padding: 0 15px;
        border-radius: 2px;
        color: #fff;
        font-weight: 300;
        cursor: pointer
    }

    .response-success {
        background-color: rgba(140, 189, 92, .9);
        padding: 10px 15px;
        border-radius: 5px 5px 0 0
    }

    .response-error, .response-success {
        position: fixed;
        bottom: 0;
        right: 10px;
        width: auto;
        font-size: 15px;
        color: #fff;
        cursor: pointer;
        z-index: 200
    }

    .response-error {
        background-color: rgba(245, 137, 137, .9);
        border-radius: 3px 3px 0 0;
        box-shadow: 0 0 1px grey
    }

    .response-error ul li {
        padding: 10px 15px;
        text-align: center;
        display: block
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -26px;
        outline: 0;
        width: 42px;
        height: 34px;
        text-indent: -9999px;
        z-index: 9999;
        background-color: rgba(41, 41, 41, .5)
    }

    .bx-wrapper .bx-prev {
        left: 0;
        background: url(../img/control-left.svg) no-repeat 50%;
        background-size: 16px;
        border-radius: 0 2px 2px 0
    }

    .bx-wrapper .bx-next {
        right: 0;
        background: url(../img/control-right.svg) no-repeat 50%;
        background-size: 16px;
        border-radius: 2px 0 0 2px
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    html {
        height: 100%;
        z-index: 200;
        font-family: Fira Sans, sans-serif;
        font-size: 16px;
        font-weight: 300;
        color: #292929;
        background-image: url(../img/bg-pattern.png)
    }

    body {
        display: block;
        min-height: 100%;
        font-size: 1em
    }

    .body-wrapper {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: column;
        flex-direction: column;
        flex-wrap: wrap;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -moz-align-items: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        min-height: 100%;
        position: relative;
        z-index: 100
    }

    header {
        display: block;
        width: 100%;
        height: 170px;
        box-shadow: 0 0 5px 0 #ababab;
        z-index: 99
    }

    .header-container {
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-align-items: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        height: 100%
    }

    .action-block, .header-container {
        display: -moz-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        width: 100%
    }

    .action-block {
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        height: auto;
        font-size: 14px
    }

    .action-block .a-contacts {
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        width: 100%;
        height: auto;
        flex: 1
    }

    .action-block .a-contacts, .action-block .a-contacts p {
        display: -moz-flex;
        display: flex;
        -webkit-box-orient: horizontal
    }

    .action-block .a-contacts p {
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        color: rgba(41, 41, 41, .8);
        width: auto;
        height: 100%;
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 5px;
        cursor: default
    }

    .action-block .a-contacts p span:first-child {
        display: block;
        background-size: 14px;
        background-position: 0;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        opacity: .6
    }

    .action-block .a-contacts p span:first-child#location {
        background-image: url(../img/icon-location.svg)
    }

    .action-block .a-contacts p span:first-child#phone {
        background-image: url(../img/icon-phone.svg)
    }

    .action-block .a-contacts p span:first-child#mail {
        background-image: url(../img/icon-at.svg)
    }

    .action-block .a-contacts p span:last-child {
        display: block;
        height: auto;
        color: rgba(41, 41, 41, .8)
    }

    .logo-block {
        display: block;
        width: 100%;
        height: auto;
        margin: 8px auto
    }

    .logo-block .logo-link {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        width: 100%;
        max-width: 380px;
        height: 100%;
        margin: 0 auto;
        position: relative;
        font-family: Krona One, sans-serif
    }

    .logo-block .logo-link .l-icon {
        display: block;
        background-image: url(../img/logo-dark22.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        width: 100px;
        height: 100px;
        margin: 0 10px
    }

    .logo-block .logo-link .l-text-a, .logo-block .logo-link .l-text-t {
        display: block;
        font-size: 26px;
        color: #2a2a2a;
        font-weight: 900
    }

    .nav-block {
        width: 100%;
        -moz-flex: 1 0 100%;
        flex: 1 0 100%;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: stretch;
        align-items: stretch;
        align-content: stretch;
        background-color: rgba(42, 42, 42, .99);
        box-shadow: 0 2px 10px -5px #424242;
        height: 52px;
        margin: 0 auto
    }

    .nav-block .nav-trigger {
        display: none
    }

    .nav-block ul li {
        width: auto;
        flex: 1 0 auto;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .nav-block ul li, .nav-block ul li a {
        display: -moz-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center
    }

    .nav-block ul li a {
        flex-direction: row;
        flex-wrap: nowrap;
        color: #fff;
        height: 100%;
        width: 100%;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        font-weight: 300;
        padding: 0 5px;
        font-size: 14px;
    }

    .nav-block ul li a:hover {
        background-color: #292929
    }

    .nav-block form {
        -moz-flex: 0.7;
        flex: 0.7;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        -moz-align-items: center;
        align-items: center;
        padding: 0 10px
    }

    .nav-block form input[type=text] {
        width: 75%;
        font-size: 16px;
        font-weight: 300;
        background-color: rgba(41, 41, 41, .8);
        border: none;
        color: #fff;
        height: 32.5px;
        padding: 0 10px 0 25px
    }

    .nav-block form input[type=text]::-webkit-input-placeholder {
        color: #c3c3c3
    }

    .nav-block form input[type=text]::-moz-placeholder {
        color: #c3c3c3
    }

    .nav-block form input[type=text]:-ms-input-placeholder {
        color: #c3c3c3
    }

    .nav-block form input[type=text]:-moz-placeholder {
        color: #c3c3c3
    }

    .nav-block form input[type=submit] {
        border: none;
        height: 32.5px;
        width: 32.5px;
        background-color: #292929;
        background-image: url(../img/icon-search.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 18px;
        color: transparent;
        font-size: 0;
        cursor: pointer
    }

    section {
        -moz-flex: 1 0 100%;
        flex: 1 0 100%;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        z-index: 80
    }

    .slider-block, section {
        width: 100%;
        overflow: hidden
    }

    .slider-block {
        display: block;
        height: 250px;
        max-height: 250px;
        margin: 0 auto;
        background-color: #fff;
        position: relative;
        cursor: default
    }

    .slider-block ul {
        height: 250px
    }

    .slider-block ul li img {
        width: auto;
        height: 250px;
        display: block;
        margin: 0 auto
    }

    .content-container {
        display: block;
        width: 100%;
        min-height: 450px;
        background-color: #fff;
        margin-top: 26px;
        margin-bottom: 50px;
        box-shadow: 0 0 50px rgba(0, 0, 0, .12);
        position: relative
    }
    .slider-block + .container .content-container { margin-top: -40px;}

    .head-wide-block {
        display: block;
        width: 100%;
        cursor: default
    }

    .head-wide-block .page-title {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: column;
        flex-direction: column;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        min-height: 50px;
        margin-bottom: 15px;
    }

    .head-wide-block .page-title h1 {
        font-size: 24px;
        color: #292929;
        font-weight: 400;
        text-align: center;
        max-width: 90%
    }

    .main-wide-block {
        width: 100%;
        height: 100%;
        display: block;
        background-color: #fff;
        cursor: default
    }

    .b-title {
        display: block;
        width: 100%;
        margin-bottom: 15px
    }

    .b-title h2, .b-title h3 {
        padding: 5px;
        text-align: center;
        font-weight: 400;
        font-size: 18px
    }

    .b-title span {
        display: block;
        text-align: center;
        font-size: 14px
    }

    .s-title {
        display: block;
        width: 100%;
        margin-bottom: 15px
    }

    .s-title h3 {
        padding: 5px;
        text-align: center;
        font-weight: 300;
        font-size: 16px
    }

    .s-title span {
        display: block;
        text-align: center;
        font-size: 14px
    }

    .product-page-block {
        overflow: hidden;
        display: block
    }

    .product-info-block {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: flex-start;
        align-items: flex-start;
        align-content: stretch
    }

    .product-info-block div.info-main {
        flex: 1 1 100%;
        margin: 0 0 10px
    }

    .product-info-block div.info-main ul {
        flex-wrap: wrap;
        border-right: none;
        border-top: 1px solid #f1f1f1
    }

    .product-info-block div.info-main ul, .product-info-block div.info-main ul li {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        -moz-justify-content: center;
        justify-content: center;
        overflow: hidden
    }

    .product-info-block div.info-main ul li {
        flex-wrap: nowrap;
        width: 100%;
        border-bottom: 1px solid #f1f1f1
    }

    .product-info-block div.info-main ul li span {
        display: block
    }

    .product-info-block div.info-main ul li span:first-child {
        width: 220px;
        text-align: right;
        padding: 10px 5px
    }

    .product-info-block div.info-main ul li span:last-child {
        flex: 1;
        text-align: left;
        padding: 10px 5px;
        font-weight: 400
    }

    .product-info-block div.info-short {
        flex: 1
    }

    .product-info-block div.info-short ul {
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center
    }

    .product-info-block div.info-short ul, .product-info-block div.info-short ul li {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        overflow: hidden
    }

    .product-info-block div.info-short ul li {
        flex-wrap: nowrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        width: 100%
    }

    .product-info-block div.info-short ul li span {
        display: block
    }

    .product-info-block div.info-short ul li span:first-child {
        width: 42px;
        height: 100%;
        background-repeat: no-repeat;
        background-size: 14px;
        background-position: 90%
    }

    .product-info-block div.info-short ul li span#i-warning {
        background-image: url(../img/ic-safety.svg)
    }

    .product-info-block div.info-short ul li span#i-agriculture {
        background-image: url(../img/icon-tractor.svg)
    }

    .product-info-block div.info-short ul li span#i-warehouse {
        background-image: url(../img/icon-track.svg)
    }

    .product-info-block div.info-short ul li span#i-expire {
        background-image: url(../img/icon-time.svg)
    }

    .product-info-block div.info-short ul li span:last-child {
        flex: 1;
        text-align: left;
        padding: 10px 5px;
        font-weight: 400
    }

    .product-order-block {
        display: block;
        width: 100%;
        margin: 15px auto;
        background-color: #f9f9f9;
        border: 1px solid #f1f1f1;
        border-right: none;
        border-left: none;
        padding: 5px 15px
    }

    .product-quality-table {
        display: block;
        margin: 10px 0
    }

    .product-quality-table .q-table {
        width: 95%;
        margin: 0 auto;
        border: 1px solid #f1f1f1
    }

    .product-quality-table .q-table tr {
        border-bottom: 1px solid #f1f1f1;
        cursor: default
    }

    .product-quality-table .q-table tr:not(.title):active, .product-quality-table .q-table tr:not(.title):hover {
        background-color: #f8f8f8
    }

    .product-quality-table .q-table tr:not(.title):active td:nth-child(2), .product-quality-table .q-table tr:not(.title):hover td:nth-child(2) {
        padding: 5px
    }

    .product-quality-table .q-table tr th {
        border-right: 1px solid #f1f1f1;
        font-weight: 400;
        padding: 10px 5px;
        vertical-align: middle
    }

    .product-quality-table .q-table tr th:first-child {
        width: 20px;
        text-align: center;
        font-weight: 400
    }

    .product-quality-table .q-table tr td {
        border-right: 1px solid #f1f1f1;
        padding: 10px 5px;
        vertical-align: middle
    }

    .product-quality-table .q-table tr td:first-child {
        width: 20px;
        text-align: center;
        font-weight: 400
    }

    .product-quality-table .q-table tr td:nth-child(2) sup {
        font-size: 10px
    }

    .product-quality-table .q-table tr td:nth-child(3) {
        width: auto;
        text-align: center
    }

    .product-quality-table .q-table tr td:nth-child(4) {
        width: auto;
        font-style: italic;
        text-align: center
    }

    .product-quality-table .q-addition {
        width: 90%;
        margin: 10px auto;
        line-height: 1.5;
        text-align: justify
    }

    .product-quality-table .q-addition p {
        margin: 0 0 5px
    }

    .product-quality-table .q-addition h4 {
        font-weight: 400;
        margin: 0 0 5px
    }

    .product-addition-block {
        display: block;
        overflow: hidden;
        width: 95%;
        margin: 10px auto
    }

    .product-addition-block .product-image {
        display: block
    }

    .product-description-block {
        display: block;
        overflow: hidden;
        width: 95%;
        margin: 10px auto
    }

    .product-description-block .d-content {
        line-height: 1.5;
        text-align: justify
    }

    .product-description-block .d-content p {
        margin: 0 0 5px
    }

    .product-description-block .d-content h3 {
        font-weight: 400;
        margin: 10px 0 5px;
        font-size: 16px
    }

    .product-description-block .d-content h4 {
        font-weight: 400;
        margin: 10px 0 5px;
        text-decoration: underline
    }

    .product-description-block .d-content h4 span {
        font-style: italic
    }

    .product-description-block .d-content ul.d-ul-table {
        width: min-content;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: center;
        align-items: center;
        border: 1px solid #f1f1f1;
        margin: 5px 0;
        max-width: 100%;
        overflow: scroll
    }

    .product-description-block .d-content ul.d-ul-table li {
        display: block;
        border-right: 1px solid #f1f1f1;
        text-align: center
    }

    .product-description-block .d-content ul.d-ul-table li span {
        display: block;
        padding: 5px 5px 0;
        text-transform: none !important
    }

    .product-description-block .d-content ul.d-ul-table li span:first-child {
        font-weight: 400
    }

    .product-description-block .d-content ul.d-ul-table li span:last-child {
        font-size: 14px;
        font-style: italic;
        padding: 0 5px 5px;
        font-weight: 300
    }

    .product-description-block .d-content ul.d-ul-table li:last-child {
        border-right: none
    }

    .product-description-block .d-content ul.d-ul-table li.as-flex, .product-description-block .d-content ul.d-ul-table li:last-child {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center
    }

    .product-description-block .d-content ul.d-ul-table li.as-flex span, .product-description-block .d-content ul.d-ul-table li:last-child span {
        padding: 5px;
        font-style: normal;
        font-size: 16px
    }

    .product-description-block .d-content ul.d-ul-table li.as-flex span:last-child, .product-description-block .d-content ul.d-ul-table li:last-child span:last-child {
        font-weight: 400;
        padding: 5px;
        font-size: 16px
    }

    .product-description-block .d-content ul {
        width: 100%;
        margin-bottom: 10px
    }

    .product-description-block .d-content ul li {
        display: block;
        text-align: left
    }

    .product-description-block .d-content ul li span {
        display: block;
        padding: 10px 10px 0;
        font-weight: 400
    }

    .product-description-block .d-content strong {
        font-weight: 400
    }

    .product-description-block .d-content i {
        font-style: italic
    }

    .contacts-page-block {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start
    }

    .contacts-block {
        -moz-justify-content: space-between;
        justify-content: space-between
    }

    .contacts-block, .contacts-block .contact-info {
        width: 100%;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap
    }

    .contacts-block .contact-info {
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: center;
        align-items: center;
        align-content: center
    }

    .contacts-block .contact-info:first-child {
        box-shadow: 0 8px 10px -10px #e4e4e4;
        margin-bottom: 10px;
        padding-bottom: 5px
    }

    .contacts-block .contact-info:first-child div {
        width: 100%
    }

    .contacts-block .contact-info:last-child {
        margin-bottom: 10px
    }

    .contacts-block .contact-info div {
        flex-wrap: nowrap;
        overflow: hidden;
        width: 100%;
        height: auto
    }

    .contacts-block .contact-info div, .contacts-block .contact-info div span {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        -moz-justify-content: flex-start;
        justify-content: flex-start
    }

    .contacts-block .contact-info div span {
        flex-wrap: wrap;
        text-align: left;
        padding: 10px 5px;
        font-weight: 400;
        width: calc(100% - 200px)
    }

    .contacts-block .contact-info div span:first-child {
        display: block;
        text-align: right;
        padding: 10px 5px;
        font-weight: 300;
        width: 200px
    }

    .contacts-block .contact-info div span a {
        display: block;
        color: #292929;
        transition: .1s
    }

    .contacts-block .contact-info div span a:active, .contacts-block .contact-info div span a:hover {
        transition: .1s;
        color: #dfcb46
    }

    .contacts-feedback-form {
        padding: 15px
    }

    .map-block {
        width: 100%;
        flex: 1 0 100%;
        padding: 0 10px;
        margin-bottom: 15px;
        margin-top: 15px
    }

    .map-block .map-frame {
        display: block;
        width: 100%;
        height: 300px;
        margin: 0 auto;
        overflow: hidden;
        box-shadow: 0 0 7px -2px silver;
        border-radius: 2px;
        background: url(../img/icon-maps.svg) no-repeat 50%;
        background-size: 50px
    }

    .map-block .map-frame > iframe {
        width: 100% !important;
        height: 100% !important
    }

    .home-page-block {
        width: 100%;
        overflow: hidden
    }

    .home-page-block .l-title {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: column;
        flex-direction: column;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        height: 40px;
        margin-top: 10px;
        margin-bottom: 15px
    }

    .home-page-block .l-title h1 {
        font-size: 24px;
        color: #292929;
        font-weight: 400;
        text-align: center
    }

    .home-page-block .advantage-wide-block {
        width: 100%;
        margin: 0 auto
    }

    .home-page-block .advantage-wide-block .a-title {
        display: block;
        width: 100%;
        margin-bottom: 10px
    }

    .home-page-block .advantage-wide-block .a-title h1 {
        padding: 15px 5px 5px;
        font-weight: 500;
        font-size: 24px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0
    }

    .home-page-block .advantage-wide-block .a-title span {
        display: block;
        text-align: center;
        font-size: 16px
    }

    .home-page-block .advantage-wide-block .a-list {
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        align-content: center
    }

    .home-page-block .advantage-wide-block .a-list, .home-page-block .advantage-wide-block .a-list li {
        display: -moz-flex;
        display: flex
    }

    .home-page-block .advantage-wide-block .a-list li {
        -moz-flex-direction: column;
        flex-direction: column;
        flex-wrap: nowrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        height: 235px;
        width: 235px;
        margin: 10px 5px;
        border-radius: 50%;
        box-shadow: 0 5px 30px -15px #868686;
        overflow: hidden;
        cursor: pointer;
        position: relative
    }

    .home-page-block .advantage-wide-block .a-list li .a-list-icon {
        width: 100%;
        height: 100px;
        -moz-flex: 0 0 100px;
        flex: 0 0 100px;
        margin-top: 10px
    }

    .home-page-block .advantage-wide-block .a-list li #i-proof {
        background: url(../img/ic-certificate.svg) no-repeat bottom;
        background-size: 80px
    }

    .home-page-block .advantage-wide-block .a-list li #i-eco {
        background: url(../img/ic-drop.svg) no-repeat bottom;
        background-size: 70px
    }

    .home-page-block .advantage-wide-block .a-list li #i-bonus {
        background: url(../img/ic-molecule.svg) no-repeat bottom;
        background-size: 70px
    }

    .home-page-block .advantage-wide-block .a-list li #i-chem {
        background: url(../img/ic-plant.svg) no-repeat bottom;
        background-size: 70px
    }

    .home-page-block .advantage-wide-block .a-list li #i-log {
        background: url(../img/ic-delivery.svg) no-repeat bottom;
        background-size: 70px
    }

    .home-page-block .advantage-wide-block .a-list li .a-list-title {
        margin: 25px auto;
        text-align: center;
        font-size: 20px;
        line-height: 1;
        max-width: 95%;
        font-weight: 400;
        color: #292929
    }

    .home-page-block .advantage-wide-block .a-list li .a-list-content {
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        color: #5b5b5b;
        background-color: #fbfbfb;
        overflow: hidden;
        text-align: center;
        font-size: 13px;
        font-weight: 300;
        line-height: 1;
        padding: 0 20px;
        border-radius: 50%
    }

    .home-page-block .advantage-wide-block .a-list li .a-list-content.opened {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        background-color: #ffe429
    }

    .home-page-block .post-wide-block {
        width: 100%;
        margin: 0 auto;
        padding: 10px 15px
    }

    .home-page-block .post-wide-block .same-wide-content {
        display: block;
        width: 100%;
        overflow: hidden;
        box-shadow: 0 10px 20px -10px #e0e0e0;
        margin-bottom: 30px
    }

    .home-page-block .post-wide-block .same-wide-content .s-title {
        border-bottom: 1px solid #f8f8f8
    }

    .home-page-block .post-wide-block .same-wide-content .s-title h2 {
        display: block;
        font-size: 18px
    }

    .home-page-block .post-wide-block .same-wide-content .s-title h2 a {
        display: block;
        padding: 5px 5px 10px;
        font-weight: 400;
        color: rgba(41, 41, 41, .9)
    }

    .home-page-block .post-wide-block .same-wide-content .s-title h2 a:active, .home-page-block .post-wide-block .same-wide-content .s-title h2 a:hover {
        color: #292929
    }

    .home-page-block .post-wide-block .same-wide-content .s-content {
        display: block;
        overflow: hidden;
        width: 100%;
        height: auto;
        line-height: 1.5;
        padding: 0 0 10px;
        text-align: justify;
        font-size: 16px
    }

    .home-page-block .post-wide-block .same-wide-content .s-content h2 {
        font-weight: 400;
        font-size: 16px;
        margin: 0
    }

    .home-page-block .post-wide-block .same-wide-content .s-content h3 {
        font-weight: 400;
        margin: 0 0 5px
    }

    .home-page-block .post-wide-block .same-wide-content .s-content p {
        margin: 0 0 5px
    }

    .home-page-block .post-wide-block .same-wide-content .s-content em, .home-page-block .post-wide-block .same-wide-content .s-content i {
        font-style: italic
    }

    .home-page-block .post-wide-block .same-wide-content .s-content b, .home-page-block .post-wide-block .same-wide-content .s-content strong {
        font-weight: 400
    }

    .home-page-block .post-wide-block .same-wide-content .s-info {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -moz-align-items: center;
        align-items: center;
        align-content: center;
        margin: 0
    }

    .home-page-block .post-wide-block .same-wide-content .s-info .s-date {
        display: block;
        background-color: #f8f8f8;
        margin: 0 0 10px;
        padding: 10px 20px;
        font-size: 16px;
        color: rgba(41, 41, 41, .3);
        font-weight: 400;
        border-radius: 3px
    }

    .home-page-block .post-wide-block .same-wide-content .s-info .s-new {
        background-color: #f5d121;
        color: #fff;
        margin: 0 auto 10px 10px;
        display: block;
        padding: 10px 20px;
        font-size: .8888888889em;
        font-weight: 400;
        border-radius: 3px;
        opacity: .6
    }

    .home-page-block .post-wide-block .same-wide-content .s-info .s-res {
        background-color: #e31f25;
        color: #fff;
        margin: 0 auto 10px 10px;
        display: block;
        padding: 10px 20px;
        font-size: .8888888889em;
        font-weight: 400;
        border-radius: 3px;
        opacity: .6
    }

    .home-page-block .post-wide-block .same-wide-content .s-info .s-link a {
        display: block;
        padding: 10px 20px;
        background-color: #565656;
        color: #fff;
        height: auto;
        width: auto;
        font-size: 16px;
        text-align: center;
        margin: 0 0 10px auto
    }

    .about-page-block {
        width: 100%;
        overflow: hidden;
        padding-bottom: 30px;
        height: auto
    }

    .about-info-block {
        width: 95%;
        margin: 0 auto;
        height: auto
    }

    .about-info-block h3 {
        padding: 5px;
        font-weight: 400;
        font-size: 16px;
        margin: 0;
        text-decoration: underline
    }

    .about-info-block b {
        font-weight: 400
    }

    .about-info-block i {
        font-style: italic
    }

    .about-info-block p {
        padding: 5px;
        height: auto
    }

    .about-info-block ul {
        padding: 0 5px 0 10px
    }

    .about-info-block ul li {
        padding: 3px 5px;
        list-style: square inside
    }

    .about-info-block div {
        width: auto;
        height: auto
    }

    .about-info-block table {
        width: 95% !important;
        margin: 0 auto;
        border: 1px solid #f1f1f1
    }

    .about-info-block table tr {
        border-bottom: 1px solid #f1f1f1;
        cursor: default
    }

    .about-info-block table tr:not(.title):active, .about-info-block table tr:not(.title):hover {
        background-color: #f8f8f8
    }

    .about-info-block table tr:not(.title):active td:nth-child(2), .about-info-block table tr:not(.title):hover td:nth-child(2) {
        padding: 5px
    }

    .about-info-block table tr th {
        border-right: 1px solid #f1f1f1;
        font-weight: 400;
        padding: 10px 5px;
        vertical-align: middle
    }

    .about-info-block table tr th:first-child {
        width: 20px;
        text-align: center;
        font-weight: 400
    }

    .about-info-block table tr td {
        border-right: 1px solid #f1f1f1;
        padding: 10px 5px;
        vertical-align: middle
    }

    .about-info-block table tr td:first-child {
        width: 20px;
        text-align: center;
        font-weight: 400
    }

    .about-info-block table tr td:nth-child(2) sup {
        font-size: 10px
    }

    .about-info-block table tr td:nth-child(3) {
        width: auto;
        text-align: center
    }

    .about-info-block table tr td:nth-child(4) {
        width: auto;
        font-style: italic;
        text-align: center
    }

    .article-page-block {
        -moz-flex-direction: column;
        flex-direction: column;
        flex-wrap: wrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        overflow: hidden
    }

    .article-info, .article-page-block {
        display: -moz-flex;
        display: flex;
        width: 100%
    }

    .article-info {
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-align-items: center;
        align-items: center
    }

    .article-info .a-date {
        width: auto;
        background-color: #f8f8f8;
        color: rgba(41, 41, 41, .3);
        font-weight: 400;
        border-radius: 0 3px 3px 0;
        text-align: center
    }

    .article-content, .article-info .a-date {
        display: block;
        padding: 10px 20px;
        font-size: 16px
    }

    .article-content {
        -moz-flex: 1 1 100%;
        flex: 1 1 100%;
        overflow: hidden;
        width: 95%;
        margin: 20px auto;
        line-height: 1.5;
        text-align: left
    }

    .article-content p {
        margin: 0 0 5px
    }

    .article-content h3 {
        font-weight: 400;
        margin: 15px 0 10px;
        font-size: 18px
    }

    .article-content h4 {
        font-weight: 400;
        margin: 10px 0 5px;
        text-decoration: underline
    }

    .article-content h4 span {
        font-style: italic
    }

    .article-content ul.d-ul-table {
        width: min-content;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: center;
        align-items: center;
        border: 1px solid #f1f1f1;
        margin: 10px 0
    }

    .article-content ul.d-ul-table li {
        display: block;
        border-right: 1px solid #f1f1f1;
        text-align: center
    }

    .article-content ul.d-ul-table li span {
        display: block;
        padding: 10px 10px 0;
        text-transform: none !important
    }

    .article-content ul.d-ul-table li span:first-child {
        font-weight: 400
    }

    .article-content ul.d-ul-table li span:last-child {
        font-size: 16px;
        font-style: italic;
        padding: 0 10px 10px;
        font-weight: 300
    }

    .article-content ul.d-ul-table li:last-child {
        border-right: none
    }

    .article-content ul.d-ul-table li.as-flex, .article-content ul.d-ul-table li:last-child {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center
    }

    .article-content ul.d-ul-table li.as-flex span, .article-content ul.d-ul-table li:last-child span {
        padding: 5px;
        font-style: normal;
        font-size: 18px
    }

    .article-content ul.d-ul-table li.as-flex span:last-child, .article-content ul.d-ul-table li:last-child span:last-child {
        font-weight: 400;
        padding: 5px 15px 5px 5px
    }

    .article-content ul {
        width: min-content;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: center;
        align-items: center;
        margin-bottom: 10px
    }

    .article-content ul li {
        display: block;
        text-align: center
    }

    .article-content ul li span {
        display: block;
        padding: 10px 10px 0;
        font-weight: 400
    }

    .article-content b, .article-content strong {
        font-weight: 400
    }

    .article-content em, .article-content i {
        font-style: italic
    }

    .article-image {
        width: 100%;
        height: auto;
        margin: 10px auto 0;
        background-color: #fbfbfb
    }

    .article-image ul {
        -moz-flex-direction: column;
        flex-direction: column;
        flex-wrap: wrap;
        height: auto
    }

    .article-image ul, .article-image ul li:first-of-type {
        display: -moz-flex;
        display: flex;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center
    }

    .article-image ul li:first-of-type {
        width: 100%;
        height: 100%;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: hidden;
        border: 2px solid #fff;
        border-radius: 3px
    }

    .article-image ul li:first-of-type img {
        display: block;
        width: 100%;
        max-height: 100%
    }

    .article-image ul li {
        display: none
    }

    .post-paginate {
        width: 100%;
        display: block;
        margin: 35px auto
    }

    .post-paginate ul {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center
    }

    .post-paginate ul li {
        display: block;
        background-color: #f8f8f8;
        color: rgba(41, 41, 41, .3);
        font-weight: 400;
        border-radius: 2px;
        text-align: center;
        margin: 0 5px
    }

    .post-paginate ul li a, .post-paginate ul li span {
        display: block;
        padding: 15px 20px
    }

    .post-paginate ul li:not(.active) a {
        color: #292929
    }

    .post-paginate ul li.active {
        background-color: #535353
    }

    .post-paginate ul li.active span {
        color: #f5d121
    }

    footer {
        display: block;
        width: 100%;
        z-index: 70;
        background-color: #292929;
        color: #717171;
        font-weight: 400
    }

    .footer-wrapper {
        width: 100%;
        height: 100%;
        font-size: 14px;
        flex-wrap: wrap;
        -moz-justify-content: space-between;
        justify-content: space-between;
        cursor: default
    }

    .footer-wrapper, .footer-wrapper .footer-brand-block {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        -moz-align-items: center;
        align-items: center
    }

    .footer-wrapper .footer-brand-block {
        background-color: #292929;
        width: 33%;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        position: relative
    }

    .footer-wrapper .footer-brand-block .logo-icon {
        background-image: url(../img/logo-white.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 50px;
        width: 60px;
        height: 60px
    }

    .footer-wrapper .footer-brand-block .company-title {
        position: absolute;
        font-size: 10px;
        top: 40px;
        color: #b1b1b1;
        left: 82px
    }

    .footer-wrapper .footer-brand-block .brand-title {
        font-family: Krona One, sans-serif;
        font-size: 20px;
        color: #f5d121
    }

    .footer-wrapper .footer-copyright {
        background-color: #292929;
        width: 52%;
        max-width: 52%;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        align-content: center
    }

    .footer-wrapper .footer-copyright span {
        display: block;
        width: 100%;
        line-height: 1.5;
        text-align: center
    }

    .footer-wrapper .footer-dev {
        width: 15%;
        background-color: #292929;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        text-align: right
    }

    .footer-wrapper .footer-dev .dev-logo {
        display: block;
        width: 100%;
        height: 50px
    }

    .footer-wrapper .footer-dev .dev-logo a {
        display: block;
        background: url(../img/dev-logo.png) no-repeat 50%;
        background-size: 80px;
        width: 100px;
        height: 100%;
        margin: 0 auto
    }

    .feedback-wide-block {
        display: none;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(41, 41, 41, .5);
        z-index: 100
    }

    .feedback-wide-block .feedback-form {
        display: block;
        width: 100%;
        max-width: 900px;
        height: 500px;
        background-color: #fff;
        margin: auto;
        border-radius: 2px;
        box-shadow: 0 3px 15px -5px #545454;
        padding: 10px
    }

    .feedback-wide-block .feedback-form .feedback-form-title {
        width: 100%;
        display: block;
        height: 55px
    }

    .feedback-wide-block .feedback-form .feedback-form-title h2 {
        display: block;
        font-size: 24px;
        text-align: center;
        margin: 5px 0 0;
        font-weight: 300
    }

    .feedback-wide-block .feedback-form form {
        flex-wrap: wrap;
        margin-top: 30px;
        font-size: 16px
    }

    .feedback-wide-block .feedback-form form, .feedback-wide-block .feedback-form form div {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: center;
        align-items: center
    }

    .feedback-wide-block .feedback-form form div {
        flex-wrap: nowrap;
        width: 100%;
        margin-bottom: 15px
    }

    .feedback-wide-block .feedback-form form div label {
        width: 180px;
        text-align: right;
        margin-right: 10px
    }

    .feedback-wide-block .feedback-form form div input[type=text] {
        display: block;
        height: 45px;
        width: 100%;
        max-width: 600px;
        border: 0 solid #efefef;
        background-color: #f8f8f8;
        overflow: hidden;
        outline: none;
        padding: 0 15px;
        color: #292929
    }

    .feedback-wide-block .feedback-form form div input[type=text]::-webkit-input-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div input[type=text]::-moz-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div input[type=text]:-ms-input-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div input[type=text]:-moz-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div textarea {
        display: block;
        height: 100px;
        width: 100%;
        max-width: 600px;
        border: 0 solid #efefef;
        background-color: #f8f8f8;
        overflow: hidden;
        outline: none;
        padding: 10px 15px;
        resize: none;
        color: #292929
    }

    .feedback-wide-block .feedback-form form div textarea::-webkit-input-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div textarea::-moz-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div textarea:-ms-input-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div textarea:-moz-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div input[type=submit] {
        display: block;
        height: 45px;
        width: 200px;
        border: 0 solid #83a761;
        background-color: #8cbd5c;
        margin: 10px auto;
        padding: 0 15px;
        border-radius: 2px;
        color: #fff;
        font-weight: 300;
        cursor: pointer
    }

    .response-success {
        background-color: rgba(140, 189, 92, .9);
        padding: 10px 15px;
        border-radius: 5px 5px 0 0
    }

    .response-error, .response-success {
        position: fixed;
        bottom: 0;
        right: 10px;
        width: auto;
        font-size: 15px;
        color: #fff;
        cursor: pointer;
        z-index: 200
    }

    .response-error {
        background-color: rgba(245, 137, 137, .9);
        border-radius: 3px 3px 0 0;
        box-shadow: 0 0 1px grey
    }

    .response-error ul li {
        padding: 10px 15px;
        text-align: center;
        display: block
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -26px;
        outline: 0;
        width: 48px;
        height: 36px;
        text-indent: -9999px;
        z-index: 9999;
        background-color: rgba(41, 41, 41, .5)
    }

    .bx-wrapper .bx-prev {
        left: 0;
        background: url(../img/control-left.svg) no-repeat 50%;
        background-size: 20px;
        border-radius: 0 2px 2px 0
    }

    .bx-wrapper .bx-next {
        right: 0;
        background: url(../img/control-right.svg) no-repeat 50%;
        background-size: 20px;
        border-radius: 2px 0 0 2px
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    html {
        height: 100%;
        z-index: 200;
        font-family: Fira Sans, sans-serif;
        font-size: 16px;
        font-weight: 300;
        color: #292929;
        background-image: url(../img/bg-pattern.png)
    }

    body {
        display: block;
        min-height: 100%;
        font-size: 1em
    }

    .body-wrapper {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: column;
        flex-direction: column;
        flex-wrap: wrap;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -moz-align-items: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        min-height: 100%;
        z-index: 100;
        position: relative
    }

    header {
        display: block;
        height: 202px;
        width: 100%;
        box-shadow: 0 0 5px 0 #ababab;
        z-index: 99
    }

    header .header-container {
        flex-wrap: wrap;
        height: 100%
    }

    header .header-container, header .header-container .action-block {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        width: 100%
    }

    header .header-container .action-block {
        flex-wrap: nowrap;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -moz-align-items: center;
        align-items: center;
        height: 30px;
        font-size: 15px
    }

    header .header-container .action-block .a-contacts {
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        -ms-flex-align: center;
        width: 60%;
        flex: 1
    }

    header .header-container .action-block .a-contacts, header .header-container .action-block .a-contacts p {
        display: -moz-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: center;
        align-items: center;
        height: 100%
    }

    header .header-container .action-block .a-contacts p {
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        -ms-flex-align: center;
        color: rgba(41, 41, 41, .8);
        margin-right: 15px;
        cursor: default
    }

    header .header-container .action-block .a-contacts p span:first-child {
        display: block;
        background-size: 18px;
        background-position: 0;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        opacity: .6
    }

    header .header-container .action-block .a-contacts p span:first-child#location {
        background-image: url(../img/icon-location.svg)
    }

    header .header-container .action-block .a-contacts p span:first-child#phone {
        background-image: url(../img/icon-phone.svg)
    }

    header .header-container .action-block .a-contacts p span:first-child#mail {
        background-image: url(../img/icon-at.svg)
    }

    header .header-container .action-block .a-contacts p span:last-child {
        display: block;
        height: auto;
        color: rgba(41, 41, 41, .8)
    }

    header .header-container .action-block .a-locale {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: center;
        align-items: center
    }

    header .header-container .logo-block {
        display: block;
        width: 100%;
        height: 140px;
        margin: 0 auto
    }

    header .header-container .logo-block .logo-link {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: center;
        align-items: center;
        width: 420px;
        height: 100%;
        margin: 0 auto;
        position: relative;
        font-family: Krona One, sans-serif
    }

    header .header-container .logo-block .logo-link .l-icon {
        display: block;
        background-image: url(../img/logo-dark22.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        width: 120px;
        height: 120px;
        margin: 0 auto
    }

    header .header-container .logo-block .logo-link .l-text-a, header .header-container .logo-block .logo-link .l-text-t {
        display: block;
        font-size: 30px;
        color: #2a2a2a;
        font-weight: 900
    }

    header .header-container .nav-block {
        width: 100%;
        max-width: 1200px;
        -moz-flex: 1 0 100%;
        flex: 1 0 100%;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: stretch;
        align-items: stretch;
        align-content: stretch;
        background-color: rgba(42, 42, 42, .9);
        box-shadow: 0 2px 10px -5px #424242;
        height: 65px;
        margin: 0 auto
    }

    header .header-container .nav-block .nav-trigger {
        display: none
    }

    header .header-container .nav-block form {
        -moz-flex: 1 0 50%;
        flex: 1 0 50%;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        -moz-align-items: center;
        align-items: center;
        padding: 0 10px
    }

    header .header-container .nav-block form input[type=text] {
        width: 75%;
        font-size: 17px;
        font-weight: 300;
        background-color: rgba(41, 41, 41, .8);
        border: none;
        color: #fff;
        height: 32.5px;
        padding: 0 10px 0 25px
    }

    header .header-container .nav-block form input[type=text]::-webkit-input-placeholder {
        color: #c3c3c3
    }

    header .header-container .nav-block form input[type=text]::-moz-placeholder {
        color: #c3c3c3
    }

    header .header-container .nav-block form input[type=text]:-ms-input-placeholder {
        color: #c3c3c3
    }

    header .header-container .nav-block form input[type=text]:-moz-placeholder {
        color: #c3c3c3
    }

    header .header-container .nav-block form input[type=submit] {
        border: none;
        height: 32.5px;
        width: 32.5px;
        background-color: #292929;
        background-image: url(../img/icon-search.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 18px;
        color: transparent;
        font-size: 0;
        cursor: pointer
    }

    section {
        -moz-flex: 1 0 100%;
        flex: 1 0 100%;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        z-index: 80
    }

    .slider-block, section {
        width: 100%;
        overflow: hidden
    }

    .slider-block {
        display: block;
        height: 350px;
        max-height: 350px;
        margin: 0 auto;
        background-color: #fff;
        position: relative;
        cursor: default
    }

    .slider-block ul {
        height: 350px
    }

    .slider-block ul li img {
        width: 100%;
        height: 350px;
        display: block;
        margin: 0 auto
    }

    .content-container {
        display: block;
        width: 100%;
        min-height: 600px;
        background-color: #fff;
        margin-bottom: 50px;
        box-shadow: 0 0 50px rgba(0, 0, 0, .12);
        position: relative
    }
    .slider-block + .container .content-container { margin-top: -60px;}

    .head-wide-block {
        display: block;
        width: 100%;
        cursor: default
    }

    .head-wide-block .page-title {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: column;
        flex-direction: column;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        min-height: 70px;
        margin-bottom: 35px;
        padding-top: 15px
    }

    .head-wide-block .page-title h1 {
        font-size: 30px;
        color: #292929;
        font-weight: 400;
        text-align: center;
        max-width: 90%
    }

    .main-wide-block {
        width: 100%;
        height: 100%;
        display: block;
        background-color: #fff;
        cursor: default
    }

    .b-title {
        display: block;
        width: 100%;
        margin-bottom: 30px
    }

    .b-title h2, .b-title h3 {
        padding: 10px 15px 5px 10px;
        text-align: center;
        font-weight: 400;
        font-size: 22px
    }

    .b-title span {
        display: block;
        text-align: center;
        font-size: 12px
    }

    .s-title {
        display: block;
        width: 100%;
        margin-bottom: 20px
    }

    .s-title h3 {
        padding: 10px 15px 5px 10px;
        text-align: center;
        font-weight: 300;
        font-size: 18px
    }

    .s-title span {
        display: block;
        text-align: center;
        font-size: 15px
    }

    .product-page-block {
        overflow: hidden;
        display: block
    }

    .product-info-block {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: stretch;
        align-items: stretch;
        align-content: stretch
    }

    .product-info-block div.info-main {
        flex: 1;
        margin: 0 15px 0 0;
        min-width: 600px
    }

    .product-info-block div.info-main ul {
        flex-wrap: wrap;
        border-right: 1px solid #f1f1f1;
        border-top: 1px solid #f1f1f1
    }

    .product-info-block div.info-main ul, .product-info-block div.info-main ul li {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        -moz-justify-content: center;
        justify-content: center;
        overflow: hidden
    }

    .product-info-block div.info-main ul li {
        flex-wrap: nowrap;
        width: 100%;
        border-bottom: 1px solid #f1f1f1
    }

    .product-info-block div.info-main ul li span {
        display: block
    }

    .product-info-block div.info-main ul li span:first-child {
        width: 175px;
        text-align: right;
        padding: 15px 5px
    }

    .product-info-block div.info-main ul li span:last-child {
        flex: 1;
        text-align: left;
        padding: 15px 10px;
        font-weight: 400
    }

    .product-info-block div.info-short {
        flex: 0.5;
        min-width: 390px
    }

    .product-info-block div.info-short ul {
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center
    }

    .product-info-block div.info-short ul, .product-info-block div.info-short ul li {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        overflow: hidden
    }

    .product-info-block div.info-short ul li {
        flex-wrap: nowrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        width: 100%
    }

    .product-info-block div.info-short ul li span {
        display: block
    }

    .product-info-block div.info-short ul li span:first-child {
        width: 22px;
        height: 100%;
        background-repeat: no-repeat;
        background-size: 22px;
        background-position: 50%
    }

    .product-info-block div.info-short ul li span#i-warning {
        background-image: url(../img/ic-safety.svg)
    }

    .product-info-block div.info-short ul li span#i-agriculture {
        background-image: url(../img/icon-tractor.svg)
    }

    .product-info-block div.info-short ul li span#i-warehouse {
        background-image: url(../img/icon-track.svg)
    }

    .product-info-block div.info-short ul li span#i-expire {
        background-image: url(../img/icon-time.svg)
    }

    .product-info-block div.info-short ul li span:last-child {
        flex: 1;
        text-align: left;
        padding: 15px 10px 15px 5px;
        font-weight: 400
    }

    .product-action-block {
        margin: 35px 0 10px
    }

    .product-action-block, .product-action-block .switch-block {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: space-between;
        justify-content: space-between
    }

    .product-action-block .switch-block {
        width: 50%;
        height: 48px;
        overflow: hidden
    }

    .product-action-block .switch-block button {
        display: block;
        flex: 1 1 calc(50% - 15px);
        border: none;
        background-color: #f1f1f1;
        color: #a2a2a2;
        font-weight: 300;
        padding: 13px 15px;
        width: 50%;
        height: 48px;
        cursor: pointer;
        z-index: 25
    }

    .product-action-block .switch-block button:nth-child(2) {
        border-top: none;
        border-bottom: none
    }

    .product-action-block .switch-block button.active {
        background-color: #45b086;
        color: #fff;
        box-shadow: 0 0 10px -2px #272727;
        z-index: 50
    }

    .product-action-block .order-button {
        display: block;
        height: 48px;
        width: 400px;
        border-radius: 2px 0 0 2px;
        overflow: hidden;
        box-shadow: 0 0 9px -3px #272727
    }

    .product-action-block .order-button button {
        display: block;
        background-color: #45b086;
        border: none;
        color: #fff;
        font-weight: 300;
        padding: 13px 15px;
        width: 100%;
        height: 48px;
        cursor: pointer
    }

    .product-order-block {
        display: block;
        width: 100%;
        margin: 35px auto;
        background-color: #f9f9f9;
        border: 1px solid #f1f1f1;
        border-right: none;
        border-left: none;
        padding: 15px 25px
    }

    .product-quality-table {
        display: block;
        margin: 25px 0 20px
    }

    .product-quality-table .q-table {
        width: 90%;
        margin: 0 auto;
        border: 1px solid #f1f1f1
    }

    .product-quality-table .q-table tr {
        border-bottom: 1px solid #f1f1f1;
        cursor: default
    }

    .product-quality-table .q-table tr:not(.title):active, .product-quality-table .q-table tr:not(.title):hover {
        background-color: #f8f8f8
    }

    .product-quality-table .q-table tr:not(.title):active td:nth-child(2), .product-quality-table .q-table tr:not(.title):hover td:nth-child(2) {
        padding: 10px
    }

    .product-quality-table .q-table tr th {
        border-right: 1px solid #f1f1f1;
        font-weight: 400;
        padding: 10px
    }

    .product-quality-table .q-table tr th:first-child {
        width: 40px;
        text-align: center;
        font-weight: 400
    }

    .product-quality-table .q-table tr td {
        border-right: 1px solid #f1f1f1;
        padding: 10px
    }

    .product-quality-table .q-table tr td:first-child {
        width: 40px;
        text-align: center;
        font-weight: 400
    }

    .product-quality-table .q-table tr td:nth-child(2) sup {
        font-size: 12px
    }

    .product-quality-table .q-table tr td:nth-child(3) {
        width: 180px;
        text-align: center
    }

    .product-quality-table .q-table tr td:nth-child(4) {
        width: 250px;
        font-style: italic;
        text-align: center
    }

    .product-quality-table .q-addition {
        width: 90%;
        margin: 30px auto;
        line-height: 1.6
    }

    .product-quality-table .q-addition p {
        margin: 0 0 5px
    }

    .product-quality-table .q-addition h4 {
        font-weight: 400;
        margin: 0 0 5px
    }

    .product-addition-block {
        display: block;
        overflow: hidden;
        width: 90%;
        margin: 30px auto
    }

    .product-addition-block .product-image {
        display: block
    }

    .product-addition-block .product-image .image-list {
        width: 100%;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center
    }

    .product-addition-block .product-image .image-list li {
        width: calc(20% - 10px);
        height: 145px;
        margin: 0 10px 10px 0;
        overflow: hidden;
        display: block
    }

    .product-addition-block .product-image .image-list li a {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .product-addition-block .product-image .image-list li a img {
        display: block;
        width: 100%
    }

    .product-description-block {
        display: block;
        overflow: hidden;
        width: 90%;
        margin: 35px auto
    }

    .product-description-block .d-content {
        line-height: 1.6
    }

    .product-description-block .d-content p {
        margin: 0 0 5px
    }

    .product-description-block .d-content h3 {
        font-weight: 400;
        margin: 15px 0 10px;
        font-size: 20px
    }

    .product-description-block .d-content h4 {
        font-weight: 400;
        margin: 10px 0 5px;
        text-decoration: underline
    }

    .product-description-block .d-content h4 span {
        font-style: italic
    }

    .product-description-block .d-content ul.d-ul-table {
        width: min-content;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: center;
        align-items: center;
        border: 1px solid #f1f1f1;
        margin: 10px 0
    }

    .product-description-block .d-content ul.d-ul-table li {
        display: block;
        border-right: 1px solid #f1f1f1;
        text-align: center
    }

    .product-description-block .d-content ul.d-ul-table li span {
        display: block;
        padding: 10px 10px 0;
        text-transform: none !important
    }

    .product-description-block .d-content ul.d-ul-table li span:first-child {
        font-weight: 400
    }

    .product-description-block .d-content ul.d-ul-table li span:last-child {
        font-size: 16px;
        font-style: italic;
        padding: 0 10px 10px;
        font-weight: 300
    }

    .product-description-block .d-content ul.d-ul-table li:last-child {
        border-right: none
    }

    .product-description-block .d-content ul.d-ul-table li.as-flex, .product-description-block .d-content ul.d-ul-table li:last-child {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center
    }

    .product-description-block .d-content ul.d-ul-table li.as-flex span, .product-description-block .d-content ul.d-ul-table li:last-child span {
        padding: 5px;
        font-style: normal;
        font-size: 18px
    }

    .product-description-block .d-content ul.d-ul-table li.as-flex span:last-child, .product-description-block .d-content ul.d-ul-table li:last-child span:last-child {
        font-weight: 400;
        padding: 5px 15px 5px 5px
    }

    .product-description-block .d-content ul {
        width: 100%;
        margin-bottom: 10px
    }

    .product-description-block .d-content ul li {
        display: block;
        text-align: left
    }

    .product-description-block .d-content ul li span {
        display: block;
        padding: 10px 10px 0;
        font-weight: 400
    }

    .product-description-block .d-content strong {
        font-weight: 400
    }

    .product-description-block .d-content i {
        font-style: italic
    }

    .contacts-page-block {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start
    }

    .contacts-block {
        -moz-justify-content: space-between;
        justify-content: space-between
    }

    .contacts-block, .contacts-block .contact-info {
        width: 100%;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap
    }

    .contacts-block .contact-info {
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: center;
        align-items: center;
        align-content: center
    }

    .contacts-block .contact-info:first-child {
        box-shadow: 0 8px 10px -10px #e4e4e4;
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .contacts-block .contact-info:first-child div {
        width: 100%
    }

    .contacts-block .contact-info:last-child {
        margin-bottom: 35px
    }

    .contacts-block .contact-info div {
        flex-wrap: nowrap;
        overflow: hidden;
        width: 50%;
        height: 48px
    }

    .contacts-block .contact-info div, .contacts-block .contact-info div span {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        -moz-justify-content: flex-start;
        justify-content: flex-start
    }

    .contacts-block .contact-info div span {
        flex-wrap: wrap;
        text-align: left;
        padding: 15px 5px 15px 10px;
        font-weight: 400;
        width: calc(100% - 200px)
    }

    .contacts-block .contact-info div span:first-child {
        display: block;
        text-align: right;
        padding: 15px 5px;
        font-weight: 300;
        width: 250px
    }

    .contacts-block .contact-info div span a {
        display: block;
        color: #292929;
        transition: .1s
    }

    .contacts-block .contact-info div span a:active, .contacts-block .contact-info div span a:hover {
        transition: .1s;
        color: #dfcb46
    }

    .map-block {
        width: 100%;
        flex: 1 0 100%;
        padding: 0 35px;
        margin-bottom: 35px;
        margin-top: 35px
    }

    .map-block .map-frame {
        display: block;
        width: 100%;
        height: 400px;
        margin: 0 auto;
        overflow: hidden;
        box-shadow: 0 0 7px -2px silver;
        border-radius: 2px;
        background: url(../img/icon-maps.svg) no-repeat 50%;
        background-size: 50px
    }

    .map-block .map-frame > iframe {
        width: 100% !important;
        height: 100% !important
    }

    .home-page-block {
        width: 100%;
        overflow: hidden
    }

    .home-page-block .l-title {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: column;
        flex-direction: column;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        height: 80px;
        margin-top: 35px;
        margin-bottom: 35px
    }

    .home-page-block .l-title h1 {
        font-size: 30px;
        color: #292929;
        font-weight: 400;
        text-align: center
    }

    .home-page-block .advantage-wide-block {
        width: 100%;
        margin: 0 auto
    }

    .home-page-block .advantage-wide-block .a-title {
        display: block;
        width: 100%;
        margin-bottom: 30px
    }

    .home-page-block .advantage-wide-block .a-title h1 {
        padding: 55px 10px 5px;
        font-weight: 600;
        font-size: 30px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px
    }

    .home-page-block .advantage-wide-block .a-title span {
        display: block;
        text-align: center;
        font-size: 15px
    }

    .home-page-block .advantage-wide-block .a-list {
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        align-content: center
    }

    .home-page-block .advantage-wide-block .a-list, .home-page-block .advantage-wide-block .a-list li {
        display: -moz-flex;
        display: flex
    }

    .home-page-block .advantage-wide-block .a-list li {
        -moz-flex-direction: column;
        flex-direction: column;
        flex-wrap: nowrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        height: 350px;
        width: 350px;
        margin: 25px;
        border-radius: 50%;
        box-shadow: 0 5px 30px -15px #868686;
        overflow: hidden;
        cursor: pointer;
        position: relative
    }

    .home-page-block .advantage-wide-block .a-list li .a-list-icon {
        width: 100%;
        height: 115px;
        -moz-flex: 0 0 115px;
        flex: 0 0 115px;
        margin-top: 50px
    }

    .home-page-block .advantage-wide-block .a-list li #i-proof {
        background: url(../img/ic-certificate.svg) no-repeat bottom;
        background-size: 90px
    }

    .home-page-block .advantage-wide-block .a-list li #i-eco {
        background: url(../img/ic-drop.svg) no-repeat bottom;
        background-size: 80px
    }

    .home-page-block .advantage-wide-block .a-list li #i-bonus {
        background: url(../img/ic-molecule.svg) no-repeat bottom;
        background-size: 80px
    }

    .home-page-block .advantage-wide-block .a-list li #i-chem {
        background: url(../img/ic-plant.svg) no-repeat bottom;
        background-size: 80px
    }

    .home-page-block .advantage-wide-block .a-list li #i-log {
        background: url(../img/ic-delivery.svg) no-repeat bottom;
        background-size: 80px
    }

    .home-page-block .advantage-wide-block .a-list li .a-list-title {
        margin: 30px auto;
        text-align: center;
        font-size: 22px;
        line-height: 1.5;
        max-width: 80%;
        font-weight: 500;
        color: #292929
    }

    .home-page-block .advantage-wide-block .a-list li .a-list-content {
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        color: #5b5b5b;
        background-color: #fbfbfb;
        overflow: hidden;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.35;
        padding: 0 15px;
        border-radius: 50%
    }

    .home-page-block .advantage-wide-block .a-list li .a-list-content.opened {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        background-color: #ffe429
    }

    .home-page-block .post-wide-block {
        width: 100%;
        margin: 0 auto;
        padding: 25px
    }

    .home-page-block .post-wide-block .same-wide-content {
        display: block;
        width: 100%;
        overflow: hidden;
        box-shadow: 0 10px 20px -10px #e0e0e0;
        margin-bottom: 65px
    }

    .home-page-block .post-wide-block .same-wide-content .s-title {
        border-bottom: 1px solid #f8f8f8
    }

    .home-page-block .post-wide-block .same-wide-content .s-title h2 {
        display: block;
        font-size: 22px
    }

    .home-page-block .post-wide-block .same-wide-content .s-title h2 a {
        display: block;
        padding: 5px 10px 20px 15px;
        font-weight: 500;
        color: rgba(41, 41, 41, .9)
    }

    .home-page-block .post-wide-block .same-wide-content .s-title h2 a:active, .home-page-block .post-wide-block .same-wide-content .s-title h2 a:hover {
        color: #292929
    }

    .home-page-block .post-wide-block .same-wide-content .s-content {
        display: block;
        overflow: hidden;
        width: 100%;
        height: auto;
        line-height: 1.6;
        padding: 0 25px 20px;
        text-align: justify
    }

    .home-page-block .post-wide-block .same-wide-content .s-content h2 {
        font-weight: 400;
        font-size: 20px;
        margin: 0 0 5px
    }

    .home-page-block .post-wide-block .same-wide-content .s-content h3 {
        font-weight: 400;
        margin: 0 0 5px
    }

    .home-page-block .post-wide-block .same-wide-content .s-content p {
        margin: 0 0 5px
    }

    .home-page-block .post-wide-block .same-wide-content .s-content em, .home-page-block .post-wide-block .same-wide-content .s-content i {
        font-style: italic
    }

    .home-page-block .post-wide-block .same-wide-content .s-content b, .home-page-block .post-wide-block .same-wide-content .s-content strong {
        font-weight: 400
    }

    .home-page-block .post-wide-block .same-wide-content .s-info {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -moz-align-items: center;
        align-items: center;
        align-content: center;
        margin: 0 30px 30px 0
    }

    .home-page-block .post-wide-block .same-wide-content .s-info .s-date {
        display: block;
        background-color: #f8f8f8;
        margin: 0 0 0 20px;
        padding: 10px 15px;
        font-size: 16px;
        color: rgba(41, 41, 41, .3);
        font-weight: 400;
        border-radius: 3px
    }

    .home-page-block .post-wide-block .same-wide-content .s-info .s-new {
        background-color: #f5d121;
        color: #fff;
        margin: 0 auto 0 20px;
        display: block;
        padding: 10px 15px;
        font-size: .8888888889em;
        font-weight: 400;
        border-radius: 3px;
        opacity: .6
    }

    .home-page-block .post-wide-block .same-wide-content .s-info .s-res {
        background-color: #e31f25;
        color: #fff;
        margin: 0 auto 0 20px;
        display: block;
        padding: 10px 15px;
        font-size: .8888888889em;
        font-weight: 400;
        border-radius: 3px;
        opacity: .6
    }

    .home-page-block .post-wide-block .same-wide-content .s-info .s-link a {
        display: block;
        padding: 16px 25px;
        background-color: #565656;
        height: 48px;
        width: 350px;
        color: #fff;
        font-size: 17px;
        text-align: center;
        margin-left: auto
    }

    .about-page-block {
        width: 100%;
        overflow: hidden;
        padding-bottom: 50px;
        height: auto
    }

    .about-info-block {
        width: 95%;
        margin: 0 auto;
        height: auto
    }

    .about-info-block h3 {
        padding: 10px 15px 5px 25px;
        font-weight: 400;
        font-size: 18px;
        margin: 15px 0 5px;
        text-decoration: underline
    }

    .about-info-block b {
        font-weight: 400
    }

    .about-info-block i {
        font-style: italic
    }

    .about-info-block p {
        padding: 10px 25px 5px;
        height: auto
    }

    .about-info-block ul {
        padding: 0 25px
    }

    .about-info-block ul li {
        padding: 5px 10px;
        list-style: square inside
    }

    .about-info-block div {
        width: 100%;
        height: auto
    }

    .about-info-block table {
        width: 90% !important;
        margin: 0 auto;
        border: 1px solid #f1f1f1
    }

    .about-info-block table tr {
        border-bottom: 1px solid #f1f1f1;
        cursor: default
    }

    .about-info-block table tr th {
        border-right: 1px solid #f1f1f1;
        font-weight: 400;
        padding: 10px
    }

    .about-info-block table tr th:first-child {
        width: 40px;
        text-align: center;
        font-weight: 400
    }

    .about-info-block table tr td {
        border-right: 1px solid #f1f1f1;
        padding: 10px
    }

    .about-info-block table tr td:first-child {
        width: 40px;
        text-align: center;
        font-weight: 400
    }

    .about-info-block table tr td:nth-child(2) sup {
        font-size: 12px
    }

    .about-info-block table tr td:nth-child(3) {
        width: 180px;
        text-align: center
    }

    .about-info-block table tr td:nth-child(4) {
        width: 250px;
        font-style: italic;
        text-align: center
    }

    .article-page-block {
        -moz-flex-direction: column;
        flex-direction: column;
        flex-wrap: wrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        overflow: hidden
    }

    .article-info, .article-page-block {
        display: -moz-flex;
        display: flex;
        width: 100%
    }

    .article-info {
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-align-items: center;
        align-items: center
    }

    .article-info .a-date {
        width: 320px
    }

    .article-info .a-date, .article-info .a-views {
        display: block;
        background-color: #f8f8f8;
        padding: 10px 15px;
        font-size: 16px;
        color: rgba(41, 41, 41, .3);
        font-weight: 400;
        border-radius: 3px;
        text-align: center
    }

    .article-info .a-views {
        width: 100px
    }

    .article-info .a-views i {
        font-size: 14px;
        margin-right: 5px
    }

    .article-content {
        -moz-flex: 1 1 100%;
        flex: 1 1 100%;
        display: block;
        overflow: hidden;
        width: 95%;
        margin: 35px auto;
        padding: 10px 20px;
        line-height: 1.8;
        text-align: left
    }

    .article-content p {
        margin: 0 0 5px
    }

    .article-content h3 {
        font-weight: 400;
        margin: 15px 0 10px;
        font-size: 20px
    }

    .article-content h4 {
        font-weight: 400;
        margin: 10px 0 5px;
        text-decoration: underline
    }

    .article-content h4 span {
        font-style: italic
    }

    .article-content ul.d-ul-table {
        width: min-content;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: center;
        align-items: center;
        border: 1px solid #f1f1f1;
        margin: 10px 0
    }

    .article-content ul.d-ul-table li {
        display: block;
        border-right: 1px solid #f1f1f1;
        text-align: center
    }

    .article-content ul.d-ul-table li span {
        display: block;
        padding: 10px 10px 0;
        text-transform: none !important
    }

    .article-content ul.d-ul-table li span:first-child {
        font-weight: 400
    }

    .article-content ul.d-ul-table li span:last-child {
        font-size: 16px;
        font-style: italic;
        padding: 0 10px 10px;
        font-weight: 300
    }

    .article-content ul.d-ul-table li:last-child {
        border-right: none
    }

    .article-content ul.d-ul-table li.as-flex, .article-content ul.d-ul-table li:last-child {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center
    }

    .article-content ul.d-ul-table li.as-flex span, .article-content ul.d-ul-table li:last-child span {
        padding: 5px;
        font-style: normal;
        font-size: 18px
    }

    .article-content ul.d-ul-table li.as-flex span:last-child, .article-content ul.d-ul-table li:last-child span:last-child {
        font-weight: 400;
        padding: 5px 15px 5px 5px
    }

    .article-content ul {
        width: min-content;
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: center;
        align-items: center;
        margin-bottom: 10px
    }

    .article-content ul li {
        display: block;
        text-align: center
    }

    .article-content ul li span {
        display: block;
        padding: 10px 10px 0;
        font-weight: 400
    }

    .article-content b, .article-content strong {
        font-weight: 400
    }

    .article-content em, .article-content i {
        font-style: italic
    }

    .article-image {
        width: 100%;
        height: auto;
        margin: 35px auto 0;
        background-color: #fbfbfb
    }

    .article-image ul {
        -moz-flex-direction: column;
        flex-direction: column;
        flex-wrap: wrap;
        height: auto
    }

    .article-image ul, .article-image ul li:first-of-type {
        display: -moz-flex;
        display: flex;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center
    }

    .article-image ul li:first-of-type {
        width: 100%;
        height: 100%;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: hidden;
        border: 2px solid #fff;
        border-radius: 3px
    }

    .article-image ul li:first-of-type img {
        display: block;
        width: 100%;
        max-height: 100%
    }

    .article-image ul li {
        display: none
    }

    .post-paginate {
        width: 100%;
        display: block;
        margin: 35px auto
    }

    .post-paginate ul {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center
    }

    .post-paginate ul li {
        display: block;
        background-color: #f8f8f8;
        color: rgba(41, 41, 41, .3);
        font-weight: 400;
        border-radius: 2px;
        text-align: center;
        margin: 0 5px
    }

    .post-paginate ul li a, .post-paginate ul li span {
        display: block;
        padding: 15px 20px
    }

    .post-paginate ul li:not(.active) a {
        color: #292929
    }

    .post-paginate ul li.active {
        background-color: #535353
    }

    .post-paginate ul li.active span {
        color: #f5d121
    }

    footer {
        display: block;
        width: 100%;
        z-index: 70;
        background-color: #292929;
        color: #717171;
        font-weight: 400
    }

    .footer-wrapper {
        width: 100%;
        height: 100%;
        font-size: 16px;
        flex-wrap: nowrap;
        -moz-justify-content: space-between;
        justify-content: space-between;
        cursor: default
    }

    .footer-wrapper, .footer-wrapper .footer-brand-block {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row
    }

    .footer-wrapper .footer-brand-block {
        background-color: #292929;
        width: 300px;
        flex-wrap: wrap;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: center;
        align-items: center;
        position: relative
    }

    .footer-wrapper .footer-brand-block .logo-icon {
        background-image: url(../img/logo-white.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 75px;
        width: 80px;
        height: 80px
    }

    .footer-wrapper .footer-brand-block .brand-title {
        font-family: Krona One, sans-serif;
        font-size: 24px;
        color: #f5d121
    }

    .footer-wrapper .footer-copyright {
        background-color: #292929;
        width: auto;
        -moz-flex: 1;
        flex: 1;
        max-width: calc(100% - 600px);
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        align-content: center
    }

    .footer-wrapper .footer-copyright span {
        display: block;
        width: 100%;
        text-align: center
    }

    .feedback-wide-block {
        display: none;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(41, 41, 41, .5);
        z-index: 100
    }

    .feedback-wide-block .feedback-form {
        display: block;
        width: 100%;
        max-width: 900px;
        height: 500px;
        background-color: #fff;
        margin: auto;
        border-radius: 2px;
        box-shadow: 0 3px 15px -5px #545454;
        padding: 10px
    }

    .feedback-wide-block .feedback-form .feedback-form-title {
        width: 100%;
        display: block;
        height: 55px
    }

    .feedback-wide-block .feedback-form .feedback-form-title h2 {
        display: block;
        font-size: 24px;
        text-align: center;
        margin: 5px 0 0;
        font-weight: 300
    }

    .feedback-wide-block .feedback-form form {
        flex-wrap: wrap;
        margin-top: 30px;
        font-size: 16px
    }

    .feedback-wide-block .feedback-form form, .feedback-wide-block .feedback-form form div {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -moz-align-items: center;
        align-items: center
    }

    .feedback-wide-block .feedback-form form div {
        flex-wrap: nowrap;
        width: 100%;
        margin-bottom: 15px
    }

    .feedback-wide-block .feedback-form form div label {
        width: 180px;
        text-align: right;
        margin-right: 10px
    }

    .feedback-wide-block .feedback-form form div input[type=text] {
        display: block;
        height: 45px;
        width: 100%;
        max-width: 600px;
        border: 0 solid #efefef;
        background-color: #f8f8f8;
        overflow: hidden;
        outline: none;
        padding: 0 15px;
        color: #292929
    }

    .feedback-wide-block .feedback-form form div input[type=text]::-webkit-input-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div input[type=text]::-moz-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div input[type=text]:-ms-input-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div input[type=text]:-moz-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div textarea {
        display: block;
        height: 100px;
        width: 100%;
        max-width: 600px;
        border: 0 solid #efefef;
        background-color: #f8f8f8;
        overflow: hidden;
        outline: none;
        padding: 10px 15px;
        resize: none;
        color: #292929
    }

    .feedback-wide-block .feedback-form form div textarea::-webkit-input-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div textarea::-moz-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div textarea:-ms-input-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div textarea:-moz-placeholder {
        color: #c3c3c3
    }

    .feedback-wide-block .feedback-form form div input[type=submit] {
        display: block;
        height: 45px;
        width: 200px;
        border: 0 solid #83a761;
        background-color: #8cbd5c;
        margin: 10px auto;
        padding: 0 15px;
        border-radius: 2px;
        color: #fff;
        font-weight: 300;
        cursor: pointer
    }

    .response-success {
        background-color: rgba(140, 189, 92, .9);
        padding: 10px 15px;
        border-radius: 5px 5px 0 0
    }

    .response-error, .response-success {
        position: fixed;
        bottom: 0;
        right: 10px;
        width: auto;
        font-size: 15px;
        color: #fff;
        cursor: pointer;
        z-index: 200
    }

    .response-error {
        background-color: rgba(245, 137, 137, .9);
        border-radius: 3px 3px 0 0;
        box-shadow: 0 0 1px grey
    }

    .response-error ul li {
        padding: 10px 15px;
        text-align: center;
        display: block
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -26px;
        outline: 0;
        width: 48px;
        height: 36px;
        text-indent: -9999px;
        z-index: 9999;
        background-color: rgba(41, 41, 41, .5)
    }

    .bx-wrapper .bx-prev {
        left: 0;
        background: url(../img/control-left.svg) no-repeat 50%;
        background-size: 20px;
        border-radius: 0 2px 2px 0
    }

    .bx-wrapper .bx-next {
        right: 0;
        background: url(../img/control-right.svg) no-repeat 50%;
        background-size: 20px;
        border-radius: 2px 0 0 2px
    }
}