@font-face {
    font-family: Formular;
    font-style: normal;
    font-weight: 300;
    src: local("Formular"), url(../fonts/Formular-Light.woff2) format("woff2"), url(../fonts/Formular-Light.woff) format("woff")
}

@font-face {
    font-family: Formular;
    font-style: normal;
    font-weight: 400;
    src: local("Formular"), url(../fonts/Formular.woff2) format("woff2"), url(../fonts/Formular.woff) format("woff")
}

@font-face {
    font-family: Formular;
    font-style: italic;
    font-weight: 400;
    src: local("Formular"), url(../fonts/Formular-Italic.woff2) format("woff2"), url(../fonts/Formular-Italic.woff) format("woff")
}

@font-face {
    font-family: Formular;
    font-style: normal;
    font-weight: 500;
    src: local("Formular"), url(../fonts/Formular-Medium.woff2) format("woff2"), url(../fonts/Formular-Medium.woff) format("woff")
}

@font-face {
    font-family: Formular;
    font-style: normal;
    font-weight: 700;
    src: local("Formular"), url(../fonts/Formular-Bold.woff2) format("woff2"), url(../fonts/Formular-Bold.woff) format("woff")
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
    height: 100%
}

body {
    background-color: #000;
    color: #000;
    font-family: Formular, sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-size: 1.125em;
    line-height: 133.3333333%;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

button,
input,
textarea {
    font-family: Formular, sans-serif
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

a:active,
a:focus,
a:hover,
label:hover {
    color: #3a854b;
    text-decoration: none
}

a img {
    border: none
}

.a-alt a,
a.a-alt {
    color: #3a854b;
    text-decoration: none
}

.a-alt a:hover,
a.a-alt:hover {
    text-decoration: underline
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    margin-top: 0;
    font-weight: 500;
    font-size: 48px;
    line-height: 1;
    color: #000;
    margin-bottom: 46px
}

.h2,
h2 {
    font-size: 36px;
    line-height: 1.11111111;
    margin-bottom: 36px
}

.h3,
h3 {
    font-size: 26px;
    line-height: 1.23076923;
    margin-bottom: 25px
}

.h4,
h4 {
    font-size: 24px;
    margin-bottom: 25px
}

.information__container {
    line-height: 1.33333
}

.information__container .h2,
.information__container h2 {
    margin-bottom: 22px
}

.information__container .h3,
.information__container h3 {
    margin-bottom: 15px
}

.information__container p {
    margin-bottom: 1.3em
}

.information__container a {
    color: #3a854b
}

.information__container a:hover {
    text-decoration: underline
}

@media (max-width: 991px) {

    .h1,
    .h2,
    h1,
    h2 {
        font-size: 28px
    }

    .h3,
    h3 {
        font-size: 26px
    }

    .h4,
    h4 {
        font-size: 24px
    }
}

.content .h1,
.content .h2,
.content .h3,
.content .h4,
.content h1,
.content h2,
.content h3,
.content h4 {
    margin-bottom: 25px
}

.formated .h1,
.formated h1 {
    margin-bottom: 25px
}

.formated .h2,
.formated .h3,
.formated .h4,
.formated h2,
.formated h3,
.formated h4 {
    margin-bottom: 15px
}

@media (max-width: 767px) {

    .h1,
    h1 {
        margin-bottom: 23px;
        font-size: 24px
    }

    .h2,
    h2 {
        margin-bottom: 23px;
        font-size: 24px
    }

    .h3,
    h3 {
        margin-bottom: 20px;
        font-size: 22px
    }

    .h4,
    h4 {
        margin-bottom: 20px;
        font-size: 20px
    }

    .content .h1,
    .content .h2,
    .content .h3,
    .content .h4,
    .content h1,
    .content h2,
    .content h3,
    .content h4 {
        margin-bottom: 20px
    }

    .page-subtitle .h1,
    .page-subtitle .h2,
    .page-subtitle .h3,
    .page-subtitle .h4,
    .page-subtitle h1,
    .page-subtitle h2,
    .page-subtitle h3,
    .page-subtitle h4 {
        margin-bottom: 15px
    }
}

.heading {
    margin: 0 0 20px 0;
    display: block;
    text-align: center;
    font-size: 32px;
    font-weight: 700
}

@media (max-width: 991px) {
    .heading {
        font-size: 28px
    }
}

@media (max-width: 767px) {
    .heading {
        font-size: 26px
    }
}

p {
    margin-top: 0;
    margin-bottom: 10px
}

form {
    padding: 0;
    margin: 0;
    display: inline
}

table {
    border-spacing: 0;
    height: 100%;
    border-collapse: collapse
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.ul_reset ul {
    list-style: disc;
    padding: 0 0 0 15px
}

img {
    vertical-align: middle
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

.text_center {
    text-align: center
}

.text_left {
    text-align: left
}

.table_max {
    width: 100%
}

.img-responsive {
    display: inline-block
}

.alert {
    border-radius: 0;
    padding: 15px 20px;
    margin: 0 0 20px 0
}

.alert_bottom {
    margin-bottom: 20px
}

.alert_success {
    background: #a6dfff;
    color: #2fa8ed;
    min-height: 45px;
    padding: 8px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: rgba(58, 133, 75, .85);
    color: #fff;
}

.alert_warning {
    background: #f9c2bc;
    border: 1px solid #ea0b0c;
    color: #ea0b0c
}

.alert-warning a,
.alert-warning a:hover,
.alert_warning a,
.alert_warning a:active,
.alert_warning a:focus,
.alert_warning a:hover {
    font-weight: 700;
    color: #fff
}

.error {
    display: inline-block;
    width: 100%;
    color: #ea0b0c;
    text-align: left;
    margin-top: 3px
}

.simplecheckout-error-text {
    color: #ea0b0c;
    margin-top: 3px
}

.label-required {
    color: #3a854b;
    font-weight: 400;
    display: inline-block;
    text-align: right;
    min-width: 13px;
}

input[type=checkbox],
input[type=radio] {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0)
}

.ocf-label-text,
.simple-label-text,
input[type=checkbox]+label,
input[type=radio]+label {
    position: relative;
    padding: 0 0 0 42px;
    cursor: pointer;
    line-height: 1.5;
    font-weight: 500
}

.ocf-label-text small,
.simple-label-text small,
input[type=checkbox]+label small,
input[type=radio]+label small {
    color: #929292;
    font-size: .888889em;
    font-weight: 400;
    display: inline-block
}

.ocf-label-text:after,
.ocf-label-text:before,
.simple-label-text:after,
.simple-label-text:before,
input[type=checkbox]+label:after,
input[type=checkbox]+label:before,
input[type=radio]+label:after,
input[type=radio]+label:before {
    position: absolute;
    content: ''
}

.ocf-label-text:before,
.simple-label-text:before,
input[type=checkbox]+label:before,
input[type=radio]+label:before {
    top: 14px;
    background: #fff;
    border: 1px solid #9f9f9f;
    left: 14px;
    height: 28px;
    width: 28px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

input[type=checkbox]+.simple-label-text:before,
input[type=checkbox]+label:before {
    width: 22px;
    height: 22px;
    border: 1px solid #9f9f9f;
    border-radius: 4px
}

.simple-content label input[type=checkbox]:checked+.simple-label-text:after,
.simple-content label input[type=radio]:checked+.simple-label-text:after,
input[type=checkbox]+label:after,
input[type=checkbox]:checked+.ocf-label-text:after,
input[type=radio]+label:after,
input[type=radio]:checked+.ocf-label-text:after {
    top: 12px;
    left: 14px;
    height: 18px;
    width: 18px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.radio .simple-label-text::before,
.simple-content label input[type=radio]+.simple-label-text:after,
.simple-content label input[type=radio]+.simple-label-text:before,
input[type=radio]+.ocf-label-text:after,
input[type=radio]+.ocf-label-text:before,
input[type=radio]+label:after,
input[type=radio]+label:before {
    border-radius: 50%
}

.simple-content label input[type=checkbox]:checked+.simple-label-text:before,
.simple-content label input[type=radio]:checked+.simple-label-text:before,
input[type=checkbox]:checked+.ocf-label-text:before,
input[type=checkbox]:checked+label:before,
input[type=radio]:checked+.ocf-label-text:before,
input[type=radio]:checked+label:before {
    border-color: #3a854b
}

.simple-content label input[type=radio]:checked+.simple-label-text:after,
input[type=radio]:checked+.ocf-label-text:after,
input[type=radio]:checked+label:after {
    top: 14px;
    background: #3a854b
}

.simple-content label input[type=checkbox]:checked+.simple-label-text:after,
input[type=checkbox]:checked+.ocf-label-text:after,
input[type=checkbox]:checked+label:after {
    width: 11px;
    height: 19px;
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    -ms-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg);
    border-top: 4px solid #3a854b;
    border-left: 4px solid #3a854b;
    margin-top: -2px
}

input:checked:disabled+.ocf-label-text:before,
input:checked:disabled+.simple-label-text:before,
input:disabled+.ocf-label-text:after,
input:disabled+.ocf-label-text:before,
input:disabled+.simple-label-text:after,
input:disabled+.simple-label-text:before,
input[type=checkbox]:checked:disabled+label:before,
input[type=checkbox]:disabled+label:before,
input[type=radio]:checked:disabled+label:before,
input[type=radio]:disabled+label:before {
    background: #9f9f9f;
    border-color: #9f9f9f
}

.simple-label-text-small {
    font-size: 12px;
    line-height: 1.25;
    color: #000;
    font-weight: 400
}

.form__checkradio+.form__checkradio {
    margin-top: 12px
}

.form__subheader {
    margin-bottom: 30px
}

.container__center {
    margin: 0 auto;
    max-width: 767px
}

.form__container {
    padding: 40px;
    /*max-width: 500px;*/
    border: 1px solid #d3d3d3;
    margin-bottom: 20px
}

.left_p {
    padding-left: 0px;
}

@media (max-width: 767px) {
    .form__container {
        max-width: 767px
    }

    .ocf-label-text small,
    .simple-label-text small,
    input[type=checkbox]+label small,
    input[type=radio]+label small {
        display: block
    }
}

@media (max-width: 450px) {
    .form__container {
        padding: 20px
    }
}

.form__container_max {
    max-width: 100%
}

.form__container_no-border {
    border: 0
}

.from__heading {
    font-weight: 700;
    font-size: 26px;
    text-align: left
}

.form-group,
.form__item {
    margin: 0 0 36px 0
}

.control-label,
.form__label,
.from__label,
label {
    text-align: left;
    display: inline-block;
    width: 100%;
    margin: 0 0 8px 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.33;
    -webkit-appearance: none
}

.row-customer_register>label {
    margin-bottom: 20px;
}

.control-label:active,
.control-label:focus,
.control-label:hover,
.form__label,
.form__label:active,
.form__label:focus,
.from__label:active,
.from__label:focus,
.from__label:hover,
label:active,
label:focus,
label:hover {
    color: #000
}

.form-control,
.form__input,
.form__textarea,
input,
textarea {
    display: block;
    height: 42px;
    padding: 10px 0 8px;
    line-height: 1.42857143;
    opacity: 1;
    border: 0;
    border-bottom: 2px solid #c8c8c8;
    border-radius: 0;
    background: #fff;
    font-size: 16px;
    color: #000;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    width: 100%;
    resize: none
}

.form-control-textarea,
.form__textarea,
textarea,
textarea.form-control {
    padding: 14px 20px 12px;
    border: 1px solid #a1a1a1;
    height: 132px
}

.form-control-sm {
    height: 32px;
    padding: 7px 0 5px
}

.form-control:active,
.form-control:focus,
.form-control:hover,
.form__input:active,
.form__input:focus,
.form__input:hover,
.form__textarea:active,
.form__textarea:focus,
.form__textarea:hover,
input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover {
    border-bottom-color: #3a854b;
    outline: 0
}

.form-control::-moz-placeholder,
.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a1a1a1 !important;
    opacity: 1
}

.form-control:-moz-placeholder,
.form__input:-moz-placeholder,
.form__textarea:-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #a1a1a1 !important;
    opacity: 1
}

.form-control::-ms-input-placeholder,
.form__input::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #a1a1a1 !important;
    opacity: 1
}

.form-control::-webkit-input-placeholder,
.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #a1a1a1 !important;
    opacity: 1
}

.form-control::-ms-expand,
.form__input::-ms-expand,
.form__textarea::-ms-expand,
input::-ms-expand,
textarea::-ms-expand {
    color: #a1a1a1 !important;
    opacity: 1
}

.form-subform {
    margin-bottom: 29px
}

.alert_error_cupon {
    font-size: 12px;
    color: #f00;
}

#simplecheckout_shipping_address label.control-label {
    display: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit],
select {
    -webkit-appearance: none;
    cursor: pointer
}

.button {
    padding: 11px 45px;
    display: inline-block;
    height: auto;
    width: auto;
    border: 1px solid transparent;
    border-radius: 0;
    background: #000;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.33;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.button:active,
.button:focus,
a.button:active,
a.button:focus,
input.button:active,
input.button:focus {
    background: #4d4d4d;
    border-color: #4d4d4d;
    color: #fff
}

@media (min-width: 768px) {

    .button:hover,
    a.button:hover,
    input.button:hover {
        background: #4d4d4d;
        border-color: #4d4d4d;
        color: #fff
    }
}

.button-dark {
    background: #1f1f1f
}

.button-dark.active,
.button-dark:active,
.button-dark:focus,
.button-dark:hover,
a.button-dark:active,
a.button-dark:focus,
a.button-dark:hover,
input.button-dark:active,
input.button-dark:focus,
input.button-dark:hover {
    background: #454545;
    border-color: #454545;
    color: #fff
}

.button-alt {
    background: #3a854b
}

.button-alt:active,
.button-alt:focus,
.button-alt:hover,
a.button-alt:active,
a.button-alt:focus,
a.button-alt:hover,
input.button-alt:active,
input.button-alt:focus,
input.button-alt:hover {
    background: #75aa81;
    border-color: #75aa81;
    color: #fff
}

.button-light {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #000
}

.button-light:active,
.button-light:focus,
a.button-light:active,
a.button-light:focus {
    background: #aaa;
    border-color: #aaa;
    color: #000
}

@media (min-width: 768px) {

    .button-light:hover,
    a.button-light:hover {
        background: #aaa;
        border-color: #aaa;
        color: #000
    }
}

.button-gray {
    background: #a1a1a1;
    border-color: #a1a1a1;
    color: #fff
}

.button-gray:active,
.button-gray:focus,
.button-gray:hover,
a.button-gray:active,
a.button-gray:focus,
a.button-gray:hover {
    background: #4d4d4d;
    border-color: #4d4d4d;
    color: #fff
}

.button-darkgray {
    background: #454545;
    border-color: #454545;
    color: #fff
}

.button-darkgray:active,
.button-darkgray:focus,
.button-darkgray:hover,
a.button-darkgray:active,
a.button-darkgray:focus,
a.button-darkgray:hover {
    background: #777;
    border-color: #777;
    color: #fff
}

.button_back {
    background: #fff;
    border-color: #000;
    color: #000
}

.button_back:active,
.button_back:focus,
.button_back:hover,
a.button_back:active,
a.button_back:focus,
a.button_back:hover {
    background: #4d4d4d;
    border-color: #4d4d4d;
    color: #fff
}

.button_back-alt {
    background: #fff;
    border-color: #3a854b;
    color: #3a854b
}

.button_back-alt:active,
.button_back-alt:focus,
.button_back-alt:hover,
a.button_back-alt:active,
a.button_back-alt:focus,
a.button_back-alt:hover {
    background: #75aa81;
    border-color: #75aa81;
    color: #fff
}

.button-md {
    font-size: 13px;
    padding: 11px 25px 12px
}

.button-sm {
    font-size: 13px;
    padding: 6px 12px 7px
}

@media (max-width: 767px) {
    .form-control-sm {
        font-size: 16px
    }

    .button {
        font-size: 15px;
        padding: 11px 30px
    }

    .button-md {
        font-size: 13px;
        padding: 7px 25px 8px
    }

    .button-sm {
        font-size: 13px;
        padding: 6px 12px 7px
    }
}

.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px;
    color: #fff;
}

.buttons_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.buttons-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 3px solid #1f1f1f;
    background: #1f1f1f
}

@media screen and (max-width: 991px) {
    .buttons-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.breadcrumb__container {
    margin: 0 0 23px;
    padding: 0;
    background: #fff
}

.breadcrumb__item {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #000
}

.breadcrumb__separator {
    margin-right: 17px
}

.breadcrumb__separator.last {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    position: relative;
    top: -2px
}

.breadcrumb__separator {
    display: inline-block;
    margin: 0 7px 1px 2px;
    height: 6px;
    width: 6px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 1px solid #000;
    border-left: 1px solid #000
}

#content {
    padding-bottom: 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fff
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 992px) {
    .wrapper {
        max-width: 1280px;
        border: 20px solid #000;
        border-top: 0;
        background: #fff;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px
    }

    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .wrapper {
        padding-left: 35px;
        padding-right: 35px
    }

    .container {
        max-width: 1170px;
        padding-left: 25px;
        padding-right: 25px
    }
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

@media (max-width: 450px) {
    .hidden-es {
        display: none !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.row:after,
.row:before {
    display: none !important
}

.col,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.row-sm {
    margin-right: -12px;
    margin-left: -12px
}

.row-sm>.col {
    padding-left: 12px;
    padding-right: 12px
}

.col,
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-auto {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-xs-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-xs {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.dropdown__container {
    padding: 10px 20px
}

@media (max-width: 991px) {
    .dropdown__container {
        display: none
    }
}

.dropdown__item {
    padding: 10px 0;
    text-align: center
}

@media (min-width: 992px) {
    .dropdown_desktop {
        display: block !important;
        padding: 0
    }
}

@media (min-width: 768px) {
    .dropdown_display-non-mobile {
        display: block !important;
        padding: 0
    }
}

.callback__container,
.catapulta__container,
.custom__container {
    display: block;
    margin: 0 auto;
    position: relative;
    background: #fff;
    max-width: 350px
}

.custom__container {
    max-width: 450px
}

.compare__item {
    vertical-align: top;
    min-width: 200px;
    padding: 10px 0 10px 10px
}

@media (max-width: 767px) {
    .compare__item {
        min-width: 110px
    }
}

.compare__item_heading {
    font-weight: 900;
    width: 200px
}

.compare__item_price {
    font-weight: 700;
    color: #000
}

.compare__price_old {
    color: #ea0b0c;
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through
}

.compare__content:nth-of-type(odd) {
    background-color: #f1f1f1
}

.compare__item_button {
    text-align: center;
    padding-left: 0
}

.compare__image {
    display: block;
    max-width: 300px
}

.pagination__container {
    margin: 0 0 50px 0;
    text-align: center
}

.pagination__button {
    display: inline-block;
    margin: 10px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #d3d3d3;
    cursor: pointer
}

.pagination__active,
.pagination__button:active,
.pagination__button:focus,
.pagination__button:hover {
    background: #3a854b;
    border: 1px solid #3a854b;
    color: #fff;
    font-weight: 700
}

.pagination__arrow {
    position: relative;
    display: inline-block;
}

.pagination__next::before {
    content: attr(data-next);
}

.pagination__prev::before {
    content: attr(data-prev);
}

.pagination-links li.data_prev,
.pagination-links li.data_next {
    width: auto;
}

.pagination-links li.data_next {
    margin-left: 25px
}

.pagination-links li.data_prev {
    margin-right: 25px
}

.pagination__first:before,
.pagination__last:before {
    position: absolute;
    content: '';
    bottom: 0;
    top: 2px;
    left: 2px;
    right: 1px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-left: 1px solid #000
}

.pagination__button:active .pagination__first,
.pagination__button:active .pagination__first:before,
.pagination__button:active .pagination__last,
.pagination__button:active .pagination__last:before,
.pagination__button:active .pagination__next,
.pagination__button:active .pagination__prev,
.pagination__button:focus .pagination__first,
.pagination__button:focus .pagination__first:before,
.pagination__button:focus .pagination__last,
.pagination__button:focus .pagination__last:before,
.pagination__button:focus .pagination__next,
.pagination__button:focus .pagination__prev,
.pagination__button:hover .pagination__first,
.pagination__button:hover .pagination__first:before,
.pagination__button:hover .pagination__last,
.pagination__button:hover .pagination__last:before,
.pagination__button:hover .pagination__next,
.pagination__button:hover .pagination__prev {
    border-color: #fff
}

.button-icon {
    padding: 10px;
    color: #3a854b;
    font-size: 14px;
    cursor: pointer
}

.button-icon-max {
    font-size: 18px
}

.account-icon_edit {
    margin: 0 10px;
    background: url(../image/edit.svg) no-repeat center center
}

.account-icon_trash {
    background: url(../image/icon-close.svg) no-repeat center center;
    background-size: 12px 12px
}

.account-icon_repeat {
    background: url(../image/repeat.svg) no-repeat center center
}

.checkout-icon_minus {
    background: url(../image/minus.svg) no-repeat center center
}

.checkout-icon_plus {
    background: url(../image/plus.svg) no-repeat center center
}

.checkout-icon_remove {
    background: url(../image/icon-close.svg) no-repeat center center;
    background-size: 12px 12px
}

.checkout-icon_remove:hover {
    opacity: .6
}

.carousel__container,
.slideshow__container {
    position: relative
}

.carousel__container_2 {
    padding: 0 70px
}

.carousel__nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
    opacity: .7;
    z-index: 2;
    width: 35px
}

.carousel__nav:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 34px;
    top: 50%;
    left: 50%;
    margin: auto;
    background: 50% 50% no-repeat transparent;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.carousel__nav:hover {
    opacity: 1
}

.carousel__nav_next {
    right: 36px
}

.carousel__nav_next:before {
    background-image: url(../image/slider_arrow_next.svg)
}

.carousel__nav_prev {
    left: 36px
}

.carousel__nav_prev:before {
    background-image: url(../image/slider_arrow_prev.svg)
}

.home__slideshow {
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .home__slideshow {
        margin-left: -15px !important;
        margin-right: -15px !important;
        position: relative
    }
}

.heading__account {
    margin: 0 0 20px 0
}

.heading__account_top {
    margin-top: 20px
}

.account__content {
    margin: 0 0 20px 0
}

.account__content:last-child {
    margin: 0
}

.account-menu__item {
    margin: 0 0 10px
}

.account-menu__item:last-child {
    margin: 0
}

.login__forgotten {
    margin: 10px 0 0 0
}

.account-list__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #d3d3d3
}

.account-list__container:last-child {
    margin: 0;
    padding: 0;
    border-bottom: 0
}

.account-list__heading {
    font-weight: 700
}

.account-list__data {
    display: block;
    margin: 0 0 5px
}

.form-login__description {
    text-align: left
}

.container-404 {
    padding: 50px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.text-404 {
    margin: 10px 0 40px
}

.text-404 a {
    color: #3a854b
}

.review__item {
    margin: 0 0 50px 0
}

@media (max-width: 991px) {
    .owl-carousel .review__item {
        margin-bottom: 0
    }
}

.review__image {
    margin: 0 0 10px 0
}

.review__img {
    width: auto !important
}

.review__author {
    margin: 0 0 10px 0
}

.review__heading {
    margin: 0 0 10px 0
}

.review__description {
    margin: 0 0 10px 0
}

.review__stars {
    display: inline-block;
    margin: 20px 0 0 -15px
}

.review-stars__label {
    float: right;
    margin-right: 5px;
    background: url(../image/star_inactive.png) no-repeat;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-bottom: -3px
}

.review-stars__input:checked+label~label,
.review-stars__label:hover,
.review-stars__label:hover~label {
    background: url(../image/star.png) no-repeat
}

input[type=radio]:checked+.review-stars__label:after {
    background: 0 0
}

.review-stars__input[type=radio]:checked+label:before {
    content: "";
    font-size: 0;
    line-height: 0
}

.review-stars__input[type=radio]:checked+label {
    background: url(../image/star.png) no-repeat
}

.review-stars__input[type=radio]+label:before {
    border: 0;
    content: "";
    height: 0;
    margin-right: 0;
    width: 0
}

.contact__item {
    margin: 0 0 20px
}

.contact__telephone {
    font-size: 18px
}

.heading_contact {
    text-align: left
}

.contact__content {
    padding: 20px;
    background: #f1f1f1;
    margin-top: 20px
}

.from__heading_contact {
    text-align: left
}

.scroll_top {
    position: fixed;
    width: 48px;
    height: 48px;
    right: 30px;
    bottom: 18px;
    z-index: 1000;
    background: #000;
    cursor: pointer
}

.scroll_top:hover {
    background-color: #4d4d4d
}

.scroll_top:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 34px;
    height: 34px;
    background: url(../image/slider_arrow_next.svg) 50% 50% no-repeat;
    background-size: contain
}

@media (max-width: 1024px) {
    .scroll_top {
        display: none
    }
}

@media (min-width: 768px) {
    .cat_item-wrap {
        background: #000;
        color: #fff
    }

    .cat_item-wrap .h1,
    .cat_item-wrap .h2,
    .cat_item-wrap .h3,
    .cat_item-wrap .h4,
    .cat_item-wrap h1,
    .cat_item-wrap h2,
    .cat_item-wrap h3,
    .cat_item-wrap h4 {
        color: #fff
    }

    .cat_item-wrap a:not(.button) {
        color: #3a854b
    }

    .cat_item-wrap a:not(.button):hover {
        text-decoration: underline
    }
}

.unit__content {
    position: relative;
    margin: 0 0 34px;
    background-color: #fff;
    border: 0
}

.unit__image {
    display: block;
    position: relative;
    margin: 0 0 14px
}

.unit__image img {
    /* max-width: 165px; */
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.large-units .unit__image img {
    /* max-width: 211px; */
    /* width: 100% */
}

.unit__name {
    overflow: hidden;
    margin: 0 0 6px;
    font-size: 16px;
    color: #000
}

.unit__link {
    line-height: 1.25;
    font-weight: 500;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.unit__content:hover a.unit__link {
    color: #3a854b
}

.unit__author {
    display: block;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 2px
}

.unit__price {
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #858585;
    max-width: calc(100% - 45px);
    width: calc(100% - 45px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .unit__content {
        margin-bottom: 18px
    }

    .owl-item .unit__content {
        margin-bottom: 8px
    }

    .owl-carousel .unit__content {
        margin: 0
    }
}

.unit-price__item_special {
    margin: 0 10px 0 0;
    color: #ea0b0c;
    white-space: nowrap
}

.unit-price__item_old {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    white-space: nowrap
}

.unit__alert {
    min-height: 45px;
    padding: 8px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(58, 133, 75, .85);
    color: #fff;
    z-index: 999
}

.unit__alert:active,
.unit__alert:focus,
.unit__alert:hover {
    color: #fff
}

.unit__buttons {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.unit-buttons__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 29px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29px;
    flex: 0 0 29px;
    margin-left: auto
}

.unit__button {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 0 0 5px;
    cursor: pointer
}

.unit__button_cart {
    padding: 15px 23px 15px 50px;
    background: url(../image/cart.png) no-repeat 15px center
}

.unit__button_cart:hover {
    background: url(../image/cart_hover.png) no-repeat 15px center
}

.unit__button_wishlist {
    position: absolute;
    top: 0;
    right: 15%;
    margin-left: -12.5px;
    width: 25px;
    height: 26px;
    background: url(../image/flag-wish-gray.svg) no-repeat center center transparent
}

@media (min-width: 1200px) {
    .unit__button_wishlist {
        opacity: 0;

    }
}

.unit__button_buy {
    max-width: 100%;
    color: #000;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 12px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media (min-width: 1200px) {
    .unit__button_buy {
        display: none
    }
}

.unit__button_buy .button {
    display: block;
    padding-top: 7px;
    padding-bottom: 7px
}

.unit__content:hover .unit__button_buy,
.unit__content:hover .unit__button_wishlist {
    opacity: 100%
}

@media (min-width: 1200px) {

    .unit__button_wishlist.active,
    .unit__button_wishlist:active,
    .unit__button_wishlist:focus,
    .unit__button_wishlist:hover {
        background-image: url(../image/flag-wish-green.svg);
        opacity: 100%
    }

}

.unit__button_wishlist.active {
    background-image: url(../image/flag-wish-green.svg);
    opacity: 100%
}


.unit__sticker {
    position: absolute;
    top: 0;
    left: 0;
    right: 40px
}

.unit-sticker__container:active,
.unit-sticker__container:focus,
.unit-sticker__container:hover {
    color: #fff
}

.unit-sticker__item {
    margin: 5px;
    padding: 3px 7px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff
}

.unit-sticker__item_sticker_0 {
    background: #ea0b0c
}

.unit-sticker__item_sticker_1 {
    background: #ea0b0c
}

.unit-sticker__item_sticker_2 {
    background: #ea0b0c
}

.unit-sticker__item_sticker_3 {
    background: #ea0b0c
}

.unit-sticker__item_sticker_4 {
    background: #54ac24
}

.unit-sticker__item_sticker_5 {
    background: #ea0b0c
}

.unit-sticker__item_sticker_6 {
    background: #ea0b0c
}

.unit-sticker__item_sticker_7 {
    background: #ea0b0c
}

.unit-sticker__item_sticker_8 {
    background: #ea0b0c
}

.unit-sticker__item_sticker_9 {
    background: #ea0b0c
}

.featured__description {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center
}

@media (max-width: 991px) {
    .featured__row {
        margin: 0
    }
}

.wishlist__buttons {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.wishlist__button {
    width: 35px;
    height: 35px;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.wishlist__button:after,
.wishlist__button:before {
    position: absolute;
    content: '';
    height: 18px;
    width: 2px;
    background: #000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.wishlist__button:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.wishlist__button:hover:after,
.wishlist__button:hover:before {
    background: #3a854b
}

.suggestion__content {
    position: absolute;
    border: 1px solid #e4e4e4 !important;
    border-top: 0 !important;
    z-index: 9999 !important;
    width: 100% !important;
    left: 0 !important;
    padding: 15px 10px 20px
}

.suggestion__item {
    display: block;
    margin: 0 0 15px !important
}

.suggestion__item:last-child {
    margin: 0 !important
}

.suggestion__link {
    padding: 0 !important;
    border: 0 !important;
    margin: 0 !important;
    color: #000 !important
}

.suggestion__link.ui-state-active,
.suggestion__link:active,
.suggestion__link:focus,
.suggestion__link:hover {
    color: #3a854b !important;
    background: #fff !important;
    border: 0
}

.suggestion__price {
    margin-left: 10px;
    font-size: 12px;
    white-space: nowrap
}

.suggestion-price__item_old {
    font-size: 12px
}

.suggestion__more {
    color: #3a854b;
    text-decoration: underline
}

.faq__container {
    margin: 0 0 50px
}

.faq__container:last-child {
    margin: 0
}

.faq__title {
    margin: 0 0 30px
}

.information__content table {
    width: 100%
}

@media (max-width: 991px) {
    .information__content table {
        overflow-x: auto;
        display: block
    }
}

.information__content th {
    padding: 10px;
    border: transparent;
    font-weight: 500;
    font-size: 16px;
    vertical-align: top
}

.information__content td {
    padding: 10px;
    border: 1px solid #d3d3d3
}

.information__content ul {
    list-style: disc;
    padding: 0 0 0 15px
}

.manufacturer__category {
    margin: 0 0 50px
}

.manufacturer-category__link {
    margin: 0 15px 0 0;
    font-size: 32px;
    font-weight: 700
}

.manufacturer__container {
    margin: 0 0 50px
}

.manufacturer__container:last-child {
    margin: 0
}

.manufacturer__heading {
    margin: 0 0 20px 0;
    font-size: 32px;
    font-weight: 700
}

.manufacturer__img {
    margin: 0 0 20px
}

.manufacturer__title {
    display: block
}

.column-left {
    padding-top: 10px
}

.vertical-menu__container {
    padding: 0
}

.vertical-menu__item {
    margin: 0 0 20px 0
}

.vertical-menu__link {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 20px
}

.sub-menu-list {
    margin-top: 20px;
    margin-bottom: 27px
}

.sub-menu-list .menu-item {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin-bottom: 15px
}

.menu-item.active a {
    color: #3a854b;
}

.menu-item.active {
    text-decoration: underline;
    font-weight: 500;
}

.sub-menu-list .menu-item:last-child {
    margin-bottom: 0
}

.vertical-menu__item:last-child {
    margin: 0
}

.row.manufacturer_list {
    margin: 0;
}

.manufacturer3__container+.manufacturer3__container {
    margin-top: 25px;
}

.manufacturer3__heading {
    font-size: 24px;
    margin-bottom: 10px;
}

.manufacturer3__category {
    display: flex;
    grid-gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.manufacturer_item {
    width: calc(100% / 4);
    padding-right: 40px;
}

div#simplecheckout_step_menu {
    display: none;
}


@media screen and (min-width: 1200px) {
    .simplecheckout-step {
        display: grid;
        grid-template-columns: 1fr 420px;
        gap: 20px;
    }

    div#simplecheckout_summary {
        position: sticky;
        top: 20px;
    }

}

@media screen and (max-width: 1199px) {
    .simplecheckout-step {
        display: flex;
        flex-direction: column-reverse;
        gap: 60px;
    }

    div#simplecheckout_summary {
        position: relative;
    }

    .button_box button {
        width: 100%;
    }
}
