@import url(LobsterRegular/lobstercss.css);
@import url(opensans/opensans.css);
/* COLORS */
/* USE */
/* USE END */
/* DD */
/* DD END */
/* COLORS END */
/* MIXINS */
/* MIXINS END */
/* RESET STYLES */
html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary, a,
time, mark, audio, video, div, span {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    font: 500 16px/18px 'Open Sans';
    background: transparent;
}

table, tbody, tfoot, thead, tr, th, td {
    vertical-align: baseline;
    box-sizing: border-box;
    font: 500 16px/18px 'Open Sans';
    background: transparent;
    text-align: center;
}

td, th {
    padding: 6px;
}

img {
    max-width: 100%;
    /* RELOOK */
}

body {
    word-wrap: break-word;
    line-height: 1;
    box-sizing: border-box;
    background: white;
    color: black;
}

.subtitle .fa {
    color: #2b622f;
}

h1, h2, h3,
.subtitle,
.subtitle-second *:not(.fa),
.subtitle-second {
    color: #414141;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    font: 500 35px 'LobsterRegular';
    clear: both;
    padding-bottom: 20px;
}

h1.center, h2.center, h3.center,
.subtitle.center,
.subtitle-second *:not(.fa).center,
.subtitle-second.center {
    text-align: center;
}

h1:before, h1:after, h2:before, h2:after, h3:before, h3:after,
.subtitle:before,
.subtitle:after,
.subtitle-second *:not(.fa):before,
.subtitle-second *:not(.fa):after,
.subtitle-second:before,
.subtitle-second:after {
    content: "";
    display: block;
    position: absolute;
}

h1:before, h2:before, h3:before,
.subtitle:before,
.subtitle-second *:not(.fa):before,
.subtitle-second:before {
    width: 100%;
    height: 1px;
    background: #2b622f;
    left: 0;
    bottom: 0;
}

h1:after, h2:after, h3:after,
.subtitle:after,
.subtitle-second *:not(.fa):after,
.subtitle-second:after {
    left: 50%;
    margin-left: -15px;
    background: url(../images/redesign/inside_h1_line.png) white center no-repeat;
    width: 43px;
    bottom: -7px;
    z-index: 2;
    height: 24px;
}

h2, .subtitle-second {
    font-size: 30px;
}

h3, h4 {
    font-size: 25px;
}

.subtitle.gray {
    color: #929292;
}

.subtitle.white {
    color: white;
}

.subtitle.medium {
    font-size: 1.1rem;
}

p, li {
    margin-bottom: 10px;
    font: 500 16px 'Open Sans';
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section, time {
    display: block;
}

a {
    margin: 0;
    padding: 0;
    cursor: pointer;
    vertical-align: baseline;
    background: transparent;
    color: #769116;
}

a:hover,
a:active,
a:visited {
    cursor: pointer;
    text-decoration: none;
    color: #769116;
    outline: none;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

button,
button:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

input, textarea {
    outline: none;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

select {
    outline: none;
}

select:focus {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
input, select {
    vertical-align: middle;
    background: transparent;
}

textarea {
    resize: none;
}

button {
    outline: none;
    background: none;
}

ul {
    padding-left: 22px;
}

ul li {
    position: relative;
}

/* RESET UI DEFAULT FORM STYLES */
.has-error .help-block,
.has-error .control-label,
.has-error .radio, .has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #ff8604;
    margin: 0;
    font: 500 12px 'Open Sans';
    clear: both;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio, .has-error .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label,
.has-success input,
.has-success textarea {
    color: #19b261;
}

.form-stylesheet.inputs-bottom-bord .form-group.has-success input, .form-stylesheet.inputs-bottom-bord .form-group.has-success textarea,
.form-stylesheet.inputs-bottom-bord .form-group.has-success input,
.form-stylesheet.inputs-bottom-bord .form-group.has-success textarea {
    color: #19b261;
    border-bottom: 1px solid #19b261;
}

/* RESET UI DEFAULT FORM STYLES END */
/* COLORS */
/* USE */
/* USE END */
/* DD */
/* DD END */
/* COLORS END */
/* MIXINS */
/* MIXINS END */

/*.wrapper-main {
    overflow-y: hidden;
}*/

/* INPUT TEXTAREA */
input {
    padding: 0 12px;
}

.clear {
    clear: both;
}

.cursor-pointer {
    cursor: pointer;
}

.horizontal-category-name {
    display: block;
}

textarea {
    padding: 12px 12px 0 12px;
}

/* INPUT TEXTAREA END */
a.blue-link {
    color: #35b8d0;
}

.d-inline-block {
    display: inline-block;
}

.line-height-medium {
    line-height: 30px;
}

.font-semibold {
    font-weight: 600;
}

.margin-bottom-min {
    margin-bottom: 10px;
}

.margin-bottom-medium {
    margin-bottom: 30px;
}

.margin-top-medium {
    margin-top: 30px;
}

.order-free-catalog-page-response {
    padding-top: 15px;
    color: red;
}

.free-catalog-content {
    padding-top: 25px;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    display: none;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
}

.ui-autocomplete {
    overflow-y: auto;
    max-height: 200px;
}

.price-old-line-strikethrough {
    text-decoration: line-through;
}

em, i {
    font-style: italic;
}

b, strong {
    font-weight: 600;
}

ol {
    padding-left: 22px;
}

p, li {
    white-space: normal;
}

h3, h4, h5 {
    margin: 22px 0;
}

.soc-footer {
    padding-top: 10px;
}

.payment-block {
    padding-top: 15px;
}

.payment-block {
    margin-left: 22px;
    float: left;
}

.payment-block img {
    max-width: 53px;
    max-height: 28px;
    width: auto;
    margin-right: 11px;
}

.visa-img {
    top: -5px;
    position: relative;
}

.horisontal-languages-list {
    display: none;
}

.wrapper-main .foot-link:hover,
.wrapper-main .foot-link:active,
.wrapper-main .foot-link {
    display: inline-block;
    color: white;
    margin-right: 12px;
    margin-bottom: 5px;
}

.width-height-auto {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.email-item {
    padding-left: 18px;
}

.header-wrapper .email-link {
    font: 20px "LobsterRegular";
}

.email-item i {
    margin-right: 9px;
    font-size: 22px;
}

.site-section {
    margin-bottom: 40px;
}

.products-wrapper-section .products-wrapper-section-bg-color {
    padding: 35px 0;
    background: rgba(128, 128, 128, 0.1);
}

.submit-now {
    position: relative;
}

.submit-now:before {
    display: block;
    content: " ";
    width: 80px;
    height: 80px;
    z-index: 999;
    background: url(../images/redesign/loader_zuk.gif) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.catalog-filter-features.submit-now:before {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

/* SOC LEFT */
.soc-left-block {
    position: fixed;
    left: 17px;
    z-index: 20;
    top: 40%;
}

.pluso-wrap a {
    border-radius: 50%;
}

.pluso-counter, .pluso-more {
    display: none !important;
}

/* SOC LEFT END */
/* Checkboxes */
.checkbox-wrap {
    position: relative;
    padding-left: 27px;
    margin-bottom: 10px;
    min-height: 19px;
}

.checkbox-wrap.file-checkbox {
    padding-left: 0;
}

.checkbox-wrap.file-checkbox label {
    padding-left: 25px;
}

.checkbox-wrap.file-checkbox label:before {
    background: url(../images/param_checkbox_act.png) center no-repeat;
    height: 45px;
    border: none;
    left: -4px;
    top: -15px;
}

.checkbox-wrap label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 20px;
    border: 2px solid gray;
    height: 20px;
    background: white;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}

.checkbox-wrap label {
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    float: left;
    cursor: pointer;
    text-align: left;
}

.checkbox-wrap input {
    opacity: 0;
    width: 1px;
    height: 1px;
    position: absolute;
    left: 0;
    z-index: 2;
}

.checkbox-wrap input:checked + label:before,
.checkbox-wrap input:checked + .label-wrap label:before {
    background: url(../images/param_checkbox_act.png) center no-repeat;
    background-size: contain;
    border: none;
}

.checkbox-wrap input:disabled + label,
.checkbox-wrap input:disabled + .label-wrap label {
    opacity: 0.3;
}

/* Checkboxes END */
.wrapper-main {
    min-height: 100%;
    height: auto;
}

.wrapper-main.gray-bg {
    background: #d2d2d2;
}

.center {
    text-align: center;
}

.overflow {
    overflow: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.upper {
    text-transform: uppercase;
}

.underline {
    text-decoration: underline;
}

.page-content-block {
    clear: both;
    word-break: unset;
}

/* COLORS */
.white {
    color: white;
}

.blue {
    color: #35b8d0;
}

.light-gray-color {
    color: #d2d2d2;
}

.light-gray-bg {
    background: rgba(128, 128, 128, 0.1);
}

.blue-bg {
    background: #35b8d0;
}

.clear {
    clear: both;
}

.left-text {
    text-align: left;
}

.bold-text {
    font-weight: 600;
}

.bold-text.black {
    color: black;
}

.bold-text.white {
    color: white;
}

.decoration-green-line {
    background: #2b622f;
    height: 1px;
    margin-bottom: 15px;
}

.overflow {
    overflow: hidden;
}

.vermid {
    display: inline-block;
    white-space: normal;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.vermid:before * * * {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.vermid .vermid-inner {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.without-dotted {
    list-style-type: none;
    padding-left: 0;
}

.without-dotted li:before {
    display: none;
}

.to-top {
    display: none;
    width: 62px;
    height: 62px;
    background: url(../images/redesign/to-top.png);
    position: fixed;
    bottom: 40px;
    right: 170px;
    z-index: 100;
    cursor: pointer;
    border-radius: 32px;
    box-shadow: 0px 0px 6px -1px #ccc;
    -moz-box-shadow: 0px 0px 6px -1px #ccc;
    -ms-box-shadow: 0px 0px 6px -1px #ccc;
    -webkit-box-shadow: 0px 0px 6px -1px #ccc;
}

/* CURT HOVER */
.login-block {
    clear: both;
}

.curt-cont-header.active .float-wind-basket {
    opacity: 1;
    visibility: visible;
}

.float-wind-basket:before {
    content: '';
    display: block;
    width: 18px;
    height: 9px;
    right: 5px;
    top: -9px;
    position: absolute;
    background: url(../images/redesign/treangle.png) no-repeat;
}

.float-wind-basket {
    width: 100%;
    min-width: 355px;
    position: absolute;
    background: #fff;
    left: -127px;
    top: 66px;
    border: 2px solid #f1f1f1;
    border-radius: 4px;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

.float-wind-basket .wrapper-wind-basket {
    width: 100%;
    height: inherit;
    padding: 10px;
}

.float-wind-basket .wrapper-wind-basket .top-block {
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #2b622f;
}

.float-wind-basket .wrapper-wind-basket .top-block span {
    display: block;
    width: 50%;
    height: 30px;
    float: left;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    color: #2b622f;
}

.float-wind-basket .wrapper-wind-basket .top-block span.price-mark {
    font-size: 25px;
    color: #c33237;
    border-left: 1px solid #2b622f;
}

.float-wind-basket .wrapper-wind-basket .lot-add-basket {
    width: 100%;
    height: auto;
}

.float-wind-basket .wrapper-wind-basket .lot-add-basket {
    height: auto;
    max-height: 452px;
    overflow-y: auto;
}

.float-wind-basket .wrapper-wind-basket .lot-add-basket .lot-item {
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #2b622f;
}

.float-wind-basket .lot-item div {
    width: 70%;
    height: inherit;
    position: relative;
    float: left;
}

.float-wind-basket .lot-item div img {
    display: inline-block;
    float: left;
    width: 70px;
    height: 70px;
    margin: 10px;
    overflow: hidden;
}

.float-wind-basket .lot-item div span {
    width: 60%;
    height: auto;
    position: absolute;
    right: 5px;
    top: 50%;
    font-weight: 600;
    font-size: 14px;
    color: #2b622f;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}

.float-wind-basket .lot-item > span {
    width: 30%;
    height: inherit;
    display: inline-block;
    font: 25px "PTSansBold";
    color: #2b622f;
    float: left;
    text-align: center;
    position: relative;
    border-left: 1px solid #2b622f;
}

.float-wind-basket .lot-item > span span {
    width: auto;
    height: auto;
    position: absolute;
    font-weight: 600;
    font-size: 18px;
    top: 50%;
    left: 50%;
    line-height: 22px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.float-wind-basket .lot-item .currency-price {
    position: relative;
    width: 100%;
    left: 0;
}

.float-wind-basket .button-tap {
    width: 100%;
    height: 45px;
    margin: 10px 0;
    font-size: 20px;
    color: #fff;
    line-height: 45px;
    background: #c33237;
    text-align: center;
    cursor: pointer;
}

.wrapper-wind-basket a {
    text-decoration: none;
}

.wrapper-wind-basket .button-tap:hover {
    box-shadow: 0 0 7px -2px #000;
}

/* CURT HOVER END */
/* FORM STYLESHEET */
.form-stylesheet-wrap {
    margin-bottom: 30px;
}

.form-stylesheet.without-labels .form-group {
    height: 57px;
}

.form-stylesheet.labels-left .form-group {
    clear: both;
    height: 52px;
}

.form-stylesheet.two-columns .form-group {
    width: 48%;
    height: 59px;
    float: left;
    margin-bottom: 4px;
}

.form-stylesheet.two-columns .form-group:nth-of-type(even) {
    margin-left: 4%;
}

.form-stylesheet input, .form-stylesheet textarea, .form-stylesheet select {
    border: 1px solid #d2d2d2;
    width: 100%;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    outline: none;
}

.form-stylesheet select,
.form-stylesheet input {
    height: 40px;
    margin-bottom: 2px;
}

.form-stylesheet select[type='checkbox'],
.form-stylesheet input[type='checkbox'] {
    height: auto;
}

.form-stylesheet select {
    padding: 0 8px;
}

.form-stylesheet .form-group {
    height: 77px;
    margin-bottom: 8px;
}

.form-stylesheet .form-group.height-auto {
    height: auto;
}

.form-stylesheet .form-group.label-in-top-position {
    height: 110px;
}

.form-stylesheet .form-group.label-in-top-position label {
    margin-bottom: 6px;
}

.form-stylesheet .form-group.capacha-container {
    height: 133px;
}

.form-stylesheet .form-group.field-contactform-recaptcha {
    height: 91px;
}

.signup-recaptcha {
    clear: both;
}

.signup-recaptcha .form-group {
    width: 100%;
}

.form-stylesheet-inputs-group.two-columns-inputs-group .form-group {
    float: left;
    width: 48%;
    margin-bottom: 4px;
}

.form-stylesheet-inputs-group.two-columns-inputs-group .form-group:nth-of-type(even) {
    margin-left: 4%;
}

.left-input-large input:nth-of-type(1) {
    width: 400px;
    margin-left: 27px;
}

.left-input-large input:nth-of-type(2) {
    width: 142px;
}

.right-input-large input:nth-of-type(1) {
    width: 142px;
    margin-left: 27px;
}

.right-input-large input:nth-of-type(2) {
    width: 400px;
}

/* FORM STYLESHEET END */
/* CLEAR AFTER */
.clear-after {
    position: relative;
}

.clear-after:after {
    content: "";
    clear: both;
    display: block;
}

/* CLEAR AFTER END */
/* SOC SIDEBAR */
.facebook-placement {
    margin-bottom: 20px;
    height: 456px;
    width: 100%;
    overflow: hidden;
}

.instagrem-widget {
    margin: 0 auto;
}

/* SOC SIDEBAR END */
.show-horisontal-menu-mobile,
.show-horisontal-menu-mobile-catalog,
.show-catalog-menu,
.close-catalog-menu,
.close-horisontal-menu,
.close-horisontal-menu-catalog {
    display: none;
}

.price {
    font: 600 18px 'Open Sans';
    color: #c33237;
}

.price.price-old {
    font-size: 16px;
    color: #666666;
    position: relative;
}

.price.price-old:before {
    content: '';
    height: 1px;
    width: 103%;
    left: 0;
    top: 9px;
    background: #666666;
    display: block;
    position: absolute;
}

.price .value {
    font: inherit;
}

.price .currency {
    font: 600 15px 'Open Sans';
    color: inherit;
}

.price.large {
    font-size: 32px;
}

.price.large .currency {
    font-size: 26px;
}

.item-price {
    font: 600 1rem 'BarlowCondensed';
}

.item-price.two-prices .price {
    display: block;
}

.item-price .old-price {
    color: black;
    position: relative;
}

.item-price .old-price:before {
    position: absolute;
    content: '';
    top: 50%;
    background: black;
    left: 0;
    width: 100%;
    height: 1px;
}

/* ITEM PRICE END */
.table-view {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.table-view-row {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.table-view-row.left-pos {
    text-align: left;
}

/* HORIZONTAL MENU */
.horizontal-menu {
    position: relative;
    z-index: 2;
}

.horizontal-menu.main-menu {
    float: left;
}

.horizontal-menu li a {
    font-size: 13px;
}

.horizontal-menu li a:hover, .horizontal-menu li a.active {
    text-decoration: underline;
}

.horizontal-menu > ul {
    float: left;
    margin-bottom: 28px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}

.horizontal-menu > li {
    float: left;
    padding: 0 12px;
    line-height: 17px;
    position: relative;
}

.horizontal-menu > li:first-of-type {
    padding-left: 0;
}

.horizontal-menu > li:first-of-type li {
    padding-left: 0;
}

.horizontal-menu > li .sublist {
    display: none;
    opacity: 0;
    background: #343635;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    position: absolute;
    top: 38px;
}

.horizontal-menu > li .sublist li {
    padding-right: 0;
    display: block;
    margin-bottom: 22px;
}

.horizontal-menu > li .sublist li:last-of-type {
    margin-bottom: 0;
}

.horizontal-menu > li:hover .sublist {
    opacity: 1;
    padding-top: 22px;
}

/* HORISONTAL END  */
/* CATALOG SUBLIST */
.catalog-menu-sublist {
    width: 100%;
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #2b622f;
}

.catalog-menu-sublist {
    visibility: hidden;
    opacity: 0;
    transition: 0.15s;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -ms-transition: 0.15s;
    background: #fff;
    margin: 0;
    width: 100%;
    position: absolute;
    height: auto;
    z-index: 999;
    bottom: auto;
    top: 84px;
    padding: 10px 0 27px 0;
    left: 0;
    box-shadow: 0 1px 3px #2b622f;
    -moz-box-shadow: 0 1px 3px #2b622f;
    -ms-box-shadow: 0 1px 3px #2b622f;
    -webkit-box-shadow: 0 1px 3px #2b622f;
}

.catalog-menu-sublist.show {
    visibility: visible;
    opacity: 1;
}

.without-prices .buy-container-js .site-btn {
    pointer-events: none;
    cursor: none;
    opacity: 0.5;
}

.catalog-menu-cont {
    background: #5b9b21;
    padding: 0 40px;
    position: relative;
    min-height: 84px;
    overflow: hidden;
}

.menu-cat-name-cont {
    text-align: left;
    font: 20px "LobsterRegular";
    padding-bottom: 3px;
    border-bottom: 1px solid #2b622f;
}

.menu-cat-img {
    float: left;
    width: 110px;
    height: 60px;
    margin-right: 12px;
}

.menu-cat-img img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.catalog-menu-sublist .menu-cat-list-cont {
    width: 100%;
    padding: 25px 20px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.catalog-menu-sublist .menu-cat-list-cont li {
    width: 16%;
    height: auto;
    display: block;
    float: left;
    text-align: left;
    margin-bottom: 4px;
}

.catalog-menu-sublist .menu-cat-list-cont li a {
    color: #2b622f;
    font-size: 14px;
    line-height: 22px;
}

.catalog-menu-sublist .menu-cat-list-cont li a:hover {
    text-decoration: underline;
}

.catalog-menu-sublist .show-all-categs {
    color: #2b622f;
    display: block;
    clear: both;
    width: 100%;
}

/* CATALOG SUBLIST END */
.site-btn.close-menu-desctop,
.site-btn.show-filter-mobile,
.site-btn.hide-filter-features-mobile {
    display: none;
}

/* Hover desctop */
@media (min-width: 1280px) {
    .catalog-menu > li {
        min-height: 68px;
    }

    .catalog-menu > li:hover .catalog-menu-sublist {
        visibility: visible;
        opacity: 1;
    }

    .catalog-menu.hide-menu > li {
        min-height: 68px;
    }

    .catalog-menu.hide-menu > li:hover .catalog-menu-sublist {
        visibility: hidden;
        opacity: 0;
    }

    .close-menu-desctop {
        display: block;
        float: right;
        position: sticky;
        right: 43px;
        top: 12px;
        z-index: 999;
        font-size: 60px;
    }
}

/* Hover desctop END */
.catalog-menu {
    display: table;
    table-layout: fixed;
    height: 65px;
    width: 100%;
}

.catalog-menu > li {
    border-right: 1px solid #8eba67;
    position: static;
    padding: 4px 5px 14px;
    vertical-align: top;
}

.catalog-menu > li:last-of-type {
    border: none;
}

.catalog-menu li {
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.catalog-menu li a {
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    color: white;
}

.catalog-menu li .category-img {
    text-align: center;
    border-radius: 50%;
}

.catalog-menu li.with-subcategories > a:after {
    content: " ";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    background: url(../images/redesign/treangle_w.png) no-repeat center;
    left: 50%;
    bottom: -12px;
    margin-left: -5px;
}

@media (min-width: 1024px) {
    .catalog-menu-sublist .menu-cat-list-cont li {
        margin-bottom: 10px;
    }

    .horizontal-menu-image-container {
        display: block;
        width: 160px;
        height: 160px;
        margin: 0 auto 15px;
        position: relative;
    }

    .horizontal-category-name {
        text-align: center;
        font-size: 15px;
        line-height: 17px;
        font-weight: 600;
        color: #2b622f;
        height: 39px;
        overflow: hidden;
    }

    .catalog-menu-sublist-inner {
        width: 95%;
    }

    .horizontal-menu-image-container img {
        transition: 0.4s;
    }

    .horizontal-menu-image-container:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

    .catalog-menu li .category-img {
        line-height: 160px;
    }
}

/* SITE BTN */
a.site-btn {
    color: white;
}

.site-btn {
    text-align: center;
    color: white;
    background: #c33237;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font: 500 18px "Open Sans";
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}

.site-btn.full {
    width: 100%;
}

.site-btn.medium {
    width: 240px;
    height: 42px;
    line-height: 42px;
}

.site-btn.large {
    height: 50px;
    width: 340px;
    padding-top: 16px;
    line-height: 28px;
}

.site-btn.small-btn {
    width: 110px;
}

.site-btn.green {
    background: #2b622f;
}

.site-btn.green:hover {
    background: #c33237;
}

.site-btn.with-decoration {
    width: 155px;
}

.site-btn.inact {
    background-color: #ddd;
    color: #2B6263;
    font-size: 16px;
}

.site-btn.center-btn {
    display: block;
    margin: 0 auto;
}

.site-btn .show-more {
    margin-bottom: 15px;
}

.site-btn:hover, .site-btn:active {
    color: white;
    background: #2b622f;
}

.site-btn .site-btn-decoration {
    position: relative;
    left: -11px;
}

.site-btn .site-btn-decoration:before {
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: -5px;
    right: 22px;
}

.site-btn .site-btn-decoration.curt-decoration:before {
    background: url("../images/sprite.png") -51px -22px no-repeat;
}

.site-btn .site-btn-decoration.left-decoration {
    right: -11px;
    left: auto;
}

.site-btn .site-btn-decoration.left-decoration:before {
    left: -30px;
    right: auto;
    top: -5px;
}

.patapumba {
    clear: both;
    margin: 0 auto;
    display: block;
}

/* SITE BTN END */
/* DECORATION ITEM */
.decoration-item {
    position: relative;
    padding-right: 34px;
}

.decoration-item:before {
    content: '';
    width: 29px;
    height: 30px;
    position: absolute;
}

/* DECORATION ITEM END*/
/* PARAMS CONT */
.close-menu-params {
    display: none;
    position: absolute;
    left: 15px;
    top: 12px;
    height: 32px;
    width: 32px;
}

.params-block-left-cont {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}

.params-block-left-cont .close-line-first,
.params-block-left-cont .close-line-second {
    position: absolute;
    left: 0;
    width: 25px;
    height: 3px;
    background: white;
}

.params-block-left-cont .close-line-first {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.params-block-left-cont .close-line-second {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.params-block-left .params-block-title {
    margin-bottom: 30px;
    font-size: 1rem;
}

.params-block-left .input-param,
.params-block-left .input-param-half {
    height: 30px;
}

.params-block-left .item-param {
    float: left;
    margin-bottom: 30px;
}

.params-block-left .item-param .item-param-name,
.params-block-left .item-param .input-param {
    width: 50%;
    float: left;
}

.params-block-left .item-param .item-param-name {
    line-height: 35px;
    font-size: 24px;
}

.params-block-left .item-param .item-param-name.full-size {
    margin-bottom: 15px;
    width: 100%;
}

.params-block-left .item-param .param-half-cont .param-half {
    float: left;
    width: 45%;
}

.params-block-left .item-param .param-half-cont .param-half:nth-of-type(2n) {
    margin-left: 10%;
}

.params-block-left .item-param .param-half-cont .param-half .item-param-name {
    width: 40%;
}

.params-block-left .item-param .param-half-cont .param-half .input-param-half {
    width: 60%;
}

.params-block-left .item-param input, .params-block-left .item-param textarea {
    outline: none;
    border: none;
}

.params-block-left .site-btn {
    width: 100%;
    max-width: 420px;
}

.params-block-left .site-btn:hover .refresh-decoration-img {
    fill: white;
}

.params-block-left .refresh-decoration-img {
    fill: #35b8d0;
    width: 22px;
    height: 22px;
    right: 0;
    top: 3px;
    position: absolute;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

/* PARAMS CONT END */
/* QUANTITY CONT */
.quantity-cont {
    clear: both;
    display: inline-block;
}

.quantity-cont .quantity-btn, .quantity-cont input {
    text-align: center;
    float: left;
}

.quantity-cont .quantity-btn {
    padding: 0;
    position: relative;
    top: 3px;
    height: 20px;
    width: 20px;
    line-height: 18px;
}

.quantity-cont .quantity-btn.down:before, .quantity-cont .quantity-btn.up:after, .quantity-cont .quantity-btn:before {
    content: '';
    display: inline-block;
    background: #2b622f;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.quantity-cont .quantity-btn.down:before {
    width: 10px;
    height: 3px;
}

.quantity-cont .quantity-btn.up:before {
    width: 3px;
    height: 10px;
}

.quantity-cont .quantity-btn.up:after {
    width: 10px;
    height: 3px;
}

.quantity-cont input {
    margin: 0 3px;
    height: 26px;
    border: 1px solid #2b622f;
    width: 50px;
    -webkit-appearance: none;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* QUANTITY CONT END */
/* BREAD CRUMBS */
.bread-crumbs {
    margin: 10px auto 30px auto;
}

.bread-crumbs .separator {
    font-size: 15px;
    margin: 0 3px 0 5px;
}

.bread-crumbs li, .bread-crumbs a, .bread-crumbs span {
    display: inline-block;
    font-size: 15px;
    color: #666666;
    margin-right: 2px;
}

.return-link {
    display: none;
}

/* BREAD CRUMBS END */
/* date time */
.date-time {
    margin-bottom: 20px;
}

/* date time END  */
/* NOTICE */
.notice {
    font-size: 15px;
    color: #2c2828;
}

.notice.italic {
    font-style: italic;
}

.notice.blue {
    color: #35b8d0;
}

/* NOTICE END */
.without-dotted li {
    list-style: none;
}

/* PAGINATION */
.pagination-block {
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.pagination-block li {
    display: inline-block;
    margin-right: 0;
    margin-left: -.36em;
    padding: 0 9px;
    position: relative;
    z-index: 2;
    background: transparent;
}

.pagination-block a, .pagination-block span {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    display: inherit;
    width: 32px;
    height: 32px;
    color: black;
    font-size: 18px;
    line-height: 32px;
}

.pagination-block .active a {
    color: #2b622f;
    font-weight: bold;
}

/* PAGINATION END */
/* PRICE */
.price.blue {
    color: #35b8d0;
}

/* PRICE END */
/* HEADER */
.header-wrapper {
    color: #2b622f;
    padding-top: 15px;
    background: white;
}

.header-wrapper .header-top-container {
    border-bottom: 1px solid #2b622f;
    padding-bottom: 11px;
}

.header-wrapper .electronic-catalog-header-link {
    text-transform: uppercase;
    background: #2b622f;
    color: white;
    padding: 4px 14px;
    border-radius: 5px;
    position: relative;
    top: 7px;
    text-decoration: none;
}

.header-wrapper a {
    font-size: 13px;
    color: #2b622f;
    font-weight: 600;
}

.header-wrapper .logo {
    float: left;
}

.header-wrapper .soc-list,
.header-wrapper .login-block,
.header-wrapper .registration-right-block {
    float: right;
}

.header-wrapper .soc-list li,
.header-wrapper .login-block li,
.header-wrapper .registration-right-block li {
    display: inline-block;
}

.header-wrapper .lang-list li:last-of-type a:before {
    content: '/';
}

.header-wrapper .lang-list,
.header-wrapper .login-block {
    padding-top: 8px;
}

.header-wrapper .login-block .header-decoration-item {
    position: relative;
    padding-left: 20px;
}

.header-wrapper .login-block .header-decoration-item:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.header-wrapper .login-block .header-decoration-item.register-link:before {
    background: url(../images/sprite.png) -40px -2px;
}

.header-wrapper .login-block .header-decoration-item.enter-link:before {
    background: url(../images/sprite.png) -60px -2px;
}

.header-wrapper .login-block .header-decoration-item.profile-link:before {
    background: url(../images/sprite.png) -60px -2px;
}

.header-wrapper .curt-cont-header {
    float: right;
    padding-right: 23px;
    width: auto;
    min-width: 227px;
    height: 55px;
    background-color: #f1f1f1;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    cursor: pointer;
}

.header-wrapper .curt-cont-header .curt-cont-header-link {
    font-weight: 600;
    position: relative;
}

.header-wrapper .curt-cont-header .curt-cont-header-link:before {
    content: "";
    width: 26px;
    height: 27px;
    position: absolute;
    left: -30px;
    top: -5px;
    background: url(../images/sprite.png) -25px -22px;
}

.header-wrapper .curt-cont-header .curt-cont-header-link .curt-text-hide-on-mobile, .header-wrapper .curt-cont-header .curt-cont-header-link .counter {
    font-size: 14px;
}

.header-wrapper .curt-cont-header .counter {
    margin: 0 4px 0px 1px;
}

.header-wrapper .curt-cont-header:after {
    content: "";
    width: 14px;
    height: 18px;
    background: url(../images/sprite.png) 20px 0;
    display: inline-block;
    position: absolute;
    top: 35%;
    right: 8px;
}

.header-wrapper .header-center-container {
    padding: 30px 0 10px;
}

.header-wrapper .dispatch-link-cont {
    padding-left: 22px;
}

.header-wrapper .dispatch-link,
.header-wrapper .phone-container {
    padding-left: 45px;
}

.header-wrapper .dispatch-link {
    background: url(../images/redesign/book2.png) left center no-repeat;
    font: 20px/30px "LobsterRegular";
    color: #2b622f;
    display: inline-block;
    margin-bottom: 22px;
}

.header-wrapper .phone-container {
    background: url(../images/phone.png) 18px center no-repeat;
}

.header-wrapper .phone-container .telephone-item {
    width: 50%;
    float: left;
}

.header-wrapper .phone-container .telephone-item a {
    font: 20px "LobsterRegular";
}

.header-wrapper .phone-calback-cont {
    text-align: center;
    margin-left: 3%;
}

.header-wrapper .callback-header-btn {
    display: none;
    font: 20px "LobsterRegular";
}

.header-wrapper .search-form {
    width: 100%;
    height: 28px;
    position: relative;
    font-size: 13px;
    color: #8f9b69;
}

.header-wrapper .search-form .search-form-input {
    height: 100%;
    border-radius: 5px;
}

.header-wrapper .horizontal-menu {
    padding-top: 7px;
}

.header-wrapper .horizontal-menu li {
    margin-bottom: 0;
}

.header-wrapper .search-header-btn {
    width: 45px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background: #d2d2d2;
    background-image: url(../images/redesign/loop.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}

/* HEADER END */
/* SOC LIST */
.soc-list {
    text-align: center;
    margin-right: 20px;
}

.soc-list li {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 30px;
    margin: 0 6px;
    border: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}

.soc-list li a {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}

.soc-list li a i {
    position: absolute;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.soc-list li:last-of-type {
    margin-right: 0;
}

/* SOC LIST END  */
/* FOOTER */
.footer-wrapper {
    width: 100%;
    background: #2b622f;
    padding-top: 20px;
    color: white;
}

.footer-wrapper * {
    color: white;
}

.footer-wrapper *:hover {
    color: white;
}

.footer-wrapper .developer-block {
    text-align: center;
    margin-bottom: 12px;
}

.footer-wrapper .developer-block .dev-text {
    margin-right: 4%;
    display: inline-block;
}

.footer-wrapper .footer-categs-title {
    font-size: 14px;
    font-weight: 600;
}

.footer-wrapper .footer-list li {
    height: 26px;
    overflow: hidden;
    margin-bottom: 8px;
}

.footer-wrapper .footer-list a {
    color: white;
    font-size: 14px;
}

.footer-wrapper .foot-categs {
    margin-bottom: 15px;
}

.footer-wrapper .foot-categs li {
    width: 48%;
    float: left;
}

.footer-wrapper .foot-categs li:nth-of-type(even) {
    margin-left: 4%;
}

.footer-wrapper .soc-footer {
    float: right;
    top: 5px;
    position: relative;
}

.footer-wrapper .soc-footer li {
    float: left;
    margin: 0 5px;
}

.footer-wrapper .soc-footer li a {
    width: 35px;
    height: 35px;
    display: inline-block;
}

.footer-wrapper .foot-location-city {
    width: 160px;
    float: left;
    padding-top: 10px;
    margin-right: 10%;
}

.footer-wrapper .footer-phone-cont {
    float: left;
    width: 33%;
}

.footer-wrapper .footer-phone-cont .footer-phone-item {
    width: 48%;
    float: left;
    position: relative;
}

.footer-wrapper .footer-phone-cont .footer-phone-item:nth-of-type(even) {
    margin-left: 4%;
}

.footer-wrapper .footer-phone-cont .footer-phone-item.decoration-item:before {
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    left: -43px;
    top: 9px;
    background: url(../images/phone-icon.png) center no-repeat;
}

.footer-wrapper .footer-email {
    top: 19px;
}

.footer-wrapper .footer-email:before {
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    left: -43px;
    top: -4px;
    background: url(../images/email_icon.png) center no-repeat;
}

.footer-wrapper .about-us-list {
    margin-bottom: 25px;
}

.footer-wrapper .foot-contacts {
    float: left;
    width: 35%;
    margin-bottom: 1px;
    margin-right: 6%;
}

.footer-wrapper .footer-bottom-list-address {
    padding: 20px 0 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    margin-bottom: 18px;
}

/* FOOTER END */
/* CONTAINER LABELS */
.label-item {
    line-height: 24px;
    height: 24px;
    padding: 0 10px;
    position: absolute;
    left: 10px;
    z-index: 16;
    text-transform: uppercase;
    color: white;
}

.label-item:first-of-type {
    top: 0;
}

.label-item:nth-of-type(2) {
    top: 29px;
}

.label-item:nth-of-type(3) {
    top: 58px;
}

.label-item:nth-of-type(4) {
    top: 87px;
}

.label-item.new {
    background: #19b261;
}

.label-item.best {
    background: #036676;
}

.label-item.share {
    background: #036676;
}

.label-item.discount {
    background: #b54580;
}

.label-item.pre-sale {
    background: #3480e3;
}

.label-item.discount-label {
    height: auto;
    right: 18px;
    left: auto;
    top: 23px;
}

.label-item.discount-label .discount-percent {
    color: white;
    position: relative;
    z-index: 2;
    font-size: 15px;
    font-weight: 600;
}

.label-item.discount-label .fa-certificate {
    font-size: 61px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #f71d0d;
    z-index: -1;
}

/* CONTAINER LABELS END */
/* PRODUCTS LIST */
.slider-ranges-from {
    float: left;
}

.slider-ranges-to {
    float: right;
}

.slider-ranges-text {
    display: inline-block;
    margin-right: 3px;
    line-height: 30px;
}

.price-ranges {
    width: 75px;
    padding: 0 6px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #d2d2d2;
}

.clear-filter,
.apply-filter {
    margin-bottom: 7px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-widget-content .ui-state-focus {
    border: 1px solid white;
    background: #5b9b21;
}

.ui-slider-horizontal .ui-slider-range {
    background: #7baf4d;
}

.facets-filter-wrapper {
    background: #f3f3f3;
    padding: 0 15px 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.price-ranges-slider-wrapper {
    margin-bottom: 20px;
    min-height: 13px;
    padding: 0 8px;
}

.clear-filter {
    background: #948f8f;
}

.feature-title {
    width: calc(100% + 30px);
    margin: 0 -15px 20px;
}

.feature-title {
    font-size: 17px;
    background: #7baf4d;
    padding: 10px 15px;
    color: white;
    border-radius: 3px 3px 0 0;
}

.features-spoiler-button {
    text-decoration: underline;
    color: #666666;
    padding: 6px 0 3px 0px;
}

.features-options-container {
    margin-bottom: 15px;
}

.features-options-container.show-spoiler .checkbox-wrap:nth-of-type(n+6) {
    display: none;
}

.features-options-container.show-spoiler.open .checkbox-wrap {
    display: block;
}

.price-container {
    width: 44%;
    display: inline-block;
}

.page-content-block.page-catalog {
    padding: 0 10px 14px;
}

.product-items-cont .products-item .site-btn.out-of-stock {
    font-size: 13px;
}

.site-btn.out-of-stock {
    width: auto;
}

.show-param-list {
    display: none;
}

.product-items-cont .slick-list {
    padding-bottom: 200px;
    overflow-x: hidden !important;
    margin-bottom: -200px;
    z-index: 19;
    position: relative;
}

.product-items-cont .products-item .item-variety-cont-inner {
    display: none;
    height: 63px;
    padding-bottom: 8px;
}

.product-items-cont .products-item.more-one-price .site-btn {
    transition: 0;
    -webkit-transition: 0;
    -moz-transition: 0;
    -ms-transition: 0;
}

.shopping-cart-notification,
.shopping-cart-notification-empty {
    color: red;
    background: white;
    position: absolute;
}

.shopping-cart-notification {
    top: -25px;
    left: 5px;
    padding-top: 5px;
    height: 17px;
    font-size: 14px;
}

.shopping-cart-notification-empty {
    top: -21px;
    left: 7px;
    font-size: 10px;
    line-height: 10px;
}

.product-items-cont .slick-list:hover {
    z-index: 21;
}

.product-items-cont .slick-list:hover .products-item.more-one-price:hover .item-inner {
    z-index: 21;
}

@media (min-width: 1025px) {
    .product-list-short-descr {
        display: block;
        text-align: left;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        padding: 12px 8px;
        color: #eaf1e5;
        overflow: hidden;
        background: rgba(47, 100, 41, 0.5);
    }

    .products-item:hover .product-list-short-descr {
        opacity: 1;
        z-index: 20;
    }

    .product-items-cont .products-item.more-one-price:hover .item-variety-container {
        z-index: 100;
        height: auto;
        overflow: visible;
    }

    .product-items-cont .products-item.more-one-price:hover .show-more-prices-btn {
        bottom: 8px;
    }

    .product-items-cont .products-item.more-one-price:hover .item-inner {
        padding-bottom: 16px;
        height: auto;
        z-index: 19;
    }

    .product-items-cont .products-item.more-one-price:hover .item-variety-cont-inner {
        display: block;
    }

    .product-items-cont .products-item.with-discount-price:hover .show-more-prices-btn {
        bottom: 4px;
    }
}

.product-items-cont .products-item.with-discount-price .price {
    display: block;
    line-height: 15px;
}

.product-items-cont .products-item.with-discount-price .price.price-old {
    display: inline-block;
    font-size: 13px;
    color: #666666;
}

.product-items-cont .products-item.with-discount-price .currency {
    font-size: 13px;
}

.product-items-cont .item-variety-cont-inner.with-price-old .quantity-cont {
    margin-top: -8px;
}

.product-items-cont .products-item.with-discount-price .site-btn {
    bottom: -1px;
}

.product-items-cont .products-item.with-discount-price .show-more-prices-btn {
    bottom: 4px;
}

.product-items-cont .products-item.with-discount-price.without-prices .site-btn {
    bottom: 14px;
}

.item-variety-container {
    background: white;
    border-top: dotted 1px #497d0f;
    padding: 3px 10px 8px;
    border-bottom: 1px solid transparent;
    height: 79px;
}

.item-variety-container .item-varanity-container-main .item-variety-cont-inner {
    display: none;
}

.item-variety-container .item-varanity-container-main .item-variety-cont-inner:first-of-type {
    display: block;
}

.products-item.active {
    z-index: 17;
}

.products-item.active .item-variety-container .item-variety-cont-inner {
    display: block;
}

.item-variety {
    color: #295b24;
}

.item-variety .in-package-count {
    font-weight: 600;
}

.items-cont {
    margin-bottom: 40px;
}

.product-items-cont.slick-products-cont {
    pointer-events: none;
}

.product-items-cont.slick-products-cont .slick-arrow,
.product-items-cont.slick-products-cont .products-item {
    pointer-events: all;
}

.product-items-cont .slick-arrow,
.product-items-cont .slick-arrow:hover {
    margin-top: -100px;
}

.slick-products-cont .products-item {
    margin-bottom: 0;
}

.slick-products-cont .slick-arrow,
.slick-products-cont .slick-arrow:hover {
    background: url(../images/slider_arrow.png) center no-repeat !important;
}

.slick-products-cont .slick-next,
.slick-products-cont .slick-next:hover {
    right: -32px;
    background: url(../images/slider_arrow_next.png) center no-repeat !important;
}

.slick-products-cont .slick-prev {
    left: -32px;
}

.product-items-cont.white {
    background: white;
}

@media (min-width: 1024px) {
    .product-items-cont .products-item:hover.with-prices .item-variety-container:after {
        visibility: hidden;
    }
}

.product-items-cont .products-item {
    padding: 0 10px;
    height: 386px;
    position: relative;
    margin-bottom: 15px;
}

.product-items-cont .products-item .item-inner {
    height: 100%;
    border: 1px solid #2b622f;
    background: white;
    z-index: 15;
}

.product-items-cont .products-item .show-more-prices-btn {
    position: absolute;
    bottom: 9px;
    z-index: 2;
    left: 50%;
    height: 10px;
    width: 35px;
    cursor: pointer;
    margin-left: -16px;
    background: url(../images/arrow_down.png) center no-repeat;
}

.product-items-cont .products-item .products-img-cont,
.product-items-cont .products-item .item-title,
.product-items-cont .products-item .item-description,
.product-items-cont .products-item .item-price {
    position: relative;
    overflow: hidden;
    display: block;
}

.product-items-cont .products-item .products-img-cont {
    margin-bottom: 10px;
    height: 206px;
    overflow: hidden;
}

.product-items-cont .products-item .products-img-cont .products-list-short-info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    color: white;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    padding: 12px 12px;
    background: rgba(115, 133, 114, 0.8);
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    width: 100%;
    height: 100%;
}

.product-items-cont .products-item .products-img-cont img.inact {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    font-size: 16px;
}

.product-items-cont .products-item .delete-item {
    position: absolute;
    top: 4px;
    left: 6px;
}

.product-items-cont .products-item .item-title,
.product-items-cont .products-item .item-variety,
.product-items-cont .products-item .product-list-rating {
    padding: 0 12px 0 8px;
}

.product-items-cont .products-item .item-variety {
    padding-top: 7px;
    margin-bottom: 3px;
}

.product-items-cont .products-item .item-title {
    height: 38px;
    color: black;
    font: 500 14px 'Open Sans';
    margin-bottom: 4px;
}

.product-items-cont .products-item .price {
    color: #2b622f;
    line-height: 20px;
    font-size: 16px;
}

.product-items-cont .products-item .price.price-old {
    font-size: 14px;
}

.product-items-cont .products-item .in-package-box {
    width: 56%;
    line-height: 20px;
    font-size: 13px;
    min-width: 65px;
    text-align: right;
    margin-bottom: 5px;
}

.product-items-cont .products-item .in-package-box .in-package-count {
    font-size: 15px;
}

.product-items-cont .products-item .site-btn {
    width: 130px;
    height: 35px;
    line-height: 35px;
    margin-left: 8px;
    z-index: 15;
    position: absolute;
    bottom: 14px;
}

.product-items-cont.out-of-stock .site-btn {
    background: gray;
}

/* PRODUCTS LIST END  */
.date-block.news-inner {
    float: right;
    text-align: right;
    margin: 16px 0 0 10px;
}

.modal {
    overflow: visible;
    height: auto;
    left: 15%;
    top: 15%;
    width: 70%;
    z-index: 999999;
    /* Curt popup */
    /* FORM DISPATCH */
    /* FORM DISPATCH END */
    /* CALLBACK FORM */
    /* CALLBACK FORM END */
    /* SUBSCRIBE FORM */
    /* SUBSCRIBE FORM END */
    /* Password recovery Popup */
    /* Password recovery Popup END */
}

.modal-backdrop {
    z-index: 99999;
}

.modal.small-modal {
    left: 35%;
    width: 30%;
}

.modal.modal-dispatch {
    top: 7%;
}

.modal .modal-body {
    background: white;
    padding: 20px;
    border: 1px solid #2b622f;
    overflow: hidden;
}

.modal .close {
    position: absolute;
    z-index: 11;
    opacity: 1;
    width: 25px;
    height: 25px;
    top: 30px;
    right: 36px;
    background: url(../images/redesign/cross_close.png) center no-repeat;
    background-size: contain;
}

.modal .popup-info {
    padding: 30px 20px;
}

.modal .popup-text {
    font: 600 1.2rem/1.4rem 'BarlowCondensedThin';
    color: black;
    margin-bottom: 20px;
}

.modal .popup-text.gray {
    color: #666666;
    font-size: 1rem;
}

.modal .modal-body .subtitle {
    padding-right: 36px;
}

.modal .modal-body.dispatch {
    background: url(../images/redesign/wind_bg.png) white no-repeat center;
    background-size: cover;
}

.modal .modal-body.dispatch #subscribeform-recaptcha-recaptcha-subscribe-form {
    transform: scale(1.52);
    -webkit-transform: scale(1.52);
    -moz-transform: scale(1.52);
    left: 25%;
    top: 17px;
    position: relative;
}

.modal .modal-body.dispatch .checkbox-wrap {
    font-size: 17px;
    color: #2b622f;
}

.modal .modal-body.dispatch .checkbox-wrap label {
    font-size: 17px;
    font-weight: 600;
}

.modal .modal-body.subscribe .checkbox-wrap {
    font-size: 17px;
    color: #2b622f;
}

.modal .modal-body.subscribe .checkbox-wrap label {
    font-size: 17px;
    font-weight: 600;
}

.modal .modal-body.dispatch .form-group input {
    background: rgba(255, 255, 255, 0.8);
}

.modal .modal-body.dispatch .field-subscribeform-recaptcha {
    height: auto;
}

.modal .modal-body.dispatch .dispatch-checkbox-wrap {
    margin-bottom: 20px;
}

.modal .modal-body.subscribe .dispatch-checkbox-wrap {
    margin-bottom: 20px;
}

.modal .modal-body.dispatch .download-electronic-catalog-popup-link {
    width: 44%;
}

.modal .modal-body.dispatch .download-electronic-catalog-popup-link .site-btn-decoration:before,
.modal .modal-body.dispatch .download-electronic-catalog-popup-link .site-btn-decoration:after {
    content: '';
    position: absolute;
    top: -4px;
    width: 25px;
    height: 25px;
}

.modal .modal-body.dispatch .download-electronic-catalog-popup-link .site-btn-decoration {
    width: 60%;
    left: 23%;
    top: 16px;
}

.modal .modal-body.dispatch .download-electronic-catalog-popup-link .site-btn-decoration:before {
    background: url(../images/pdf-white.png) center no-repeat;
    background-size: contain;
    right: -32px;
}

.modal .modal-body.dispatch .download-electronic-catalog-popup-link .site-btn-decoration:after {
    background: url(../images/arrow_catalog_digital.png) center no-repeat;
    background-size: contain;
    right: -71px;
}

.modal .modal-callback .close {
    top: 18px;
}

.modal .modal-body.callback {
    padding-top: 15px;
}

.modal .form-group-callback-form textarea {
    height: 75px;
}

.modal .modal-body.subscribe {
    padding-top: 150px;
}

.modal .modal-body.subscribe:before {
    content: '';
    width: 90px;
    height: 85px;
    border-bottom: 1px solid #2b622f;
    position: absolute;
    left: 50%;
    top: 32px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    background: url(../images/redesign/BOOK3.png) center no-repeat;
}

.modal .modal-body.subscribe .modal-subscribe-text {
    font: 20px "LobsterRegular";
    color: #2b622f;
    margin-bottom: 28px;
}

.modal .form-stylesheet.password-recovery-popup {
    width: 46%;
}

.modal.modal-dispatch .close {
    right: 38px;
    top: 33px;
}

.modal-subscribe.modal .close {
    right: 20px;
    top: 33px;
}

.modal-subscribe .site-btn {
    display: block;
    margin: 0 auto;
}

.content-container {
    box-shadow: 0px 0px 15px -3px #2b622f;
    -moz-box-shadow: 0px 0px 15px -3px #2b622f;
    -ms-box-shadow: 0px 0px 15px -3px #2b622f;
    -webkit-box-shadow: 0px 0px 15px -3px #2b622f;
    padding: 30px 30px 30px 30px;
    background: white;
    min-height: 530px;
}

/* BG CONT */
.bg-cont {
    padding: 35px 0;
}

.bg-cont.middle-padd {
    padding: 35px;
}

.bg-cont.without-pad {
    padding: 0;
}

.bg-cont.light-gray-bg-cont {
    background: rgba(128, 128, 128, 0.1);
}

/* BG CONT END */
/* GRAY BG BLOCK */
.gray-bg-cont {
    background: #d2d2d2;
}

.gray-bg-cont .main-page-bg-cont {
    padding-bottom: 0;
}

.gray-bg-cont.card-item {
    padding-bottom: 45px;
    margin-bottom: 110px;
}

.gray-bg-cont input, .gray-bg-cont textarea, .gray-bg-cont select {
    background: transparent;
}

/* GRAY BG BLOCK  END */
/* DYNAMIC PAGES */
.dynamic-pages img {
    float: left;
    margin-right: 15px;
}

/* DYNAMIC PAGES END */
/* LIST ITEMS (MEWS / VATEGORIES ) */
.list-items-row {
    margin: 0 -6px;
}

.list-item {
    position: relative;
    margin-bottom: 12px;
    padding: 0 6px;
}

.list-item img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.list-item.products-item img {
    width: 100%;
    height: 100%;
}

.list-item-inner {
    height: 100%;
    width: 100%;
    position: relative;
}

.list-items-cont {
    margin: 0 auto;
}

.list-items-cont .list-item {
    height: 495px;
    margin-bottom: 20px;
}

.list-items-cont .list-item.category-item {
    height: 345px;
}

.list-items-cont .list-item .item-inner {
    padding-top: 215px;
}

.list-items-cont .list-item .item-inner.category-item-inner {
    padding-top: 170px;
}

.list-items-cont .list-item .list-item-img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.list-items-cont .list-item .list-item-info-block {
    width: 90%;
    height: 260px;
    position: relative;
    z-index: 2;
    background: white;
    margin: 0 auto;
    padding: 20px 10px;
    border-top: 2px solid #35b8d0;
    cursor: pointer;
    box-shadow: 3px 3px 3px 0px rgba(180, 180, 180, 0.3);
    -moz-box-shadow: 3px 3px 3px 0px rgba(180, 180, 180, 0.3);
    -ms-box-shadow: 3px 3px 3px 0px rgba(180, 180, 180, 0.3);
    -webkit-box-shadow: 3px 3px 3px 0px rgba(180, 180, 180, 0.3);
}

.list-items-cont .list-item .list-item-info-block.category-info-block {
    height: 160px;
}

.list-items-cont .list-item .list-item-info-block .list-item-title,
.list-items-cont .list-item .list-item-info-block .list-item-description {
    overflow: hidden;
}

.list-items-cont .list-item .list-item-info-block .list-item-title {
    font: 600 1.1rem 'BarlowCondensedThin';
    height: 32px;
    margin-bottom: 10px;
}

.list-items-cont .list-item .list-item-info-block .list-item-title.categories-item-title {
    text-align: center;
    height: 64px;
    margin-bottom: 30px;
}

.list-items-cont .list-item .list-item-info-block .list-item-description {
    height: 70px;
    margin-bottom: 10px;
    font: 600 0.75rem/1rem 'BarlowCondensedThin';
}

.list-items-cont .list-item .list-item-info-block .date-block {
    margin-bottom: 30px;
    font-size: 0.8rem;
}

.list-items-cont .list-item .list-item-info-block .list-item-link {
    margin: 0 auto;
    display: block;
    width: 106px;
    color: #35b8d0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    text-decoration: underline;
}

.list-items-cont .list-item .list-item-info-block .subcategories-block {
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    box-shadow: 0 0 3px 2px rgba(180, 180, 180, 0.7);
    -moz-box-shadow: 0 0 3px 2px rgba(180, 180, 180, 0.7);
    -ms-box-shadow: 0 0 3px 2px rgba(180, 180, 180, 0.7);
    -webkit-box-shadow: 0 0 3px 2px rgba(180, 180, 180, 0.7);
    z-index: 10;
    text-align: center;
    position: absolute;
    left: 0;
    top: 105%;
    background: white;
    padding: 20px 10px 10px 10px;
}

.list-items-cont .list-item .list-item-info-block .subcategories-block .subcategory-item {
    display: block;
}

.list-items-cont .list-item .list-item-info-block .subcategories-block:before {
    content: " ";
    width: 60px;
    height: 30px;
    z-index: 2;
    top: -12px;
    left: 50%;
    margin-left: -30px;
    background: url("../images/triangle.png") no-repeat center;
    display: block;
    margin-top: -15px;
    position: absolute;
    border: 15px solid transparent;
    border-top: 15px solid transparent;
}

.list-items-cont .list-item .list-item-info-block .subcategories-block a {
    font-size: 0.75rem;
}

/* LIST ITEMS (MEWS / VATEGORIES ) */
/* PREVILIGIOUS CONT */
.previlegious-cont .previlegious-item {
    margin-bottom: 15px;
}

.previlegious-cont .previlegious-item .previlegious-item-inner {
    width: 180px;
    display: block;
    line-height: 180px;
    border: 1px solid #666666;
    height: 180px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    margin-bottom: 35px;
}

.previlegious-cont .previlegious-item .previlegious-item-inner .previlegious-img {
    fill: #666766;
    transition: 0.4s;
    vertical-align: middle;
    max-width: 67%;
    max-height: 91%;
    width: auto;
    height: auto;
}

.previlegious-cont .previlegious-item .previlegious-item-inner img {
    vertical-align: middle;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.previlegious-cont .previlegious-item .previlegious-text {
    display: block;
    text-align: center;
    line-height: 1.1;
    height: 56px;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .previlegious-cont .previlegious-item .previlegious-item-inner:hover {
        background: #19b261;
        border: 1px solid transparent;
    }

    .previlegious-cont .previlegious-item .previlegious-item-inner:hover .previlegious-img {
        fill: white;
    }
}

/* DD */
.category-item {
    height: 276px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    margin-bottom: 12px;
}

.category-item .category-link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 2;
}

.category-item .category-name {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    padding: 0 6px;
    background: rgba(91, 155, 33, 0.8);
    color: white;
}

.category-item .category-name-inner {
    display: block;
    width: 100%;
}

.category-item:hover .category-name {
    background: #2b622f;
}

.article-item {
    height: 313px;
    color: #393939;
}

.article-item .article-item-link {
    height: 206px;
    display: block;
    margin-bottom: 12px;
}

.article-item .article-title {
    height: 56px;
    margin-bottom: 8px;
    font-weight: 600;
    padding: 0 8px;
    font-size: 14px;
}

.article-item .article-date-public {
    position: relative;
    padding-left: 35px;
    font-weight: 600;
    font-size: 14px;
}

.article-item .article-date-public:before {
    content: '';
    width: 25px;
    height: 25px;
    left: 5px;
    top: -6px;
    display: inline-block;
    position: absolute;
    background: url(../images/sprite.png) 25px 80px;
}

/* PRODUCTS SIDEBAR */
.categories-sidebar {
    overflow: hidden;
}

.subtitle-left-menu {
    font: 30px "LobsterRegular";
    position: relative;
}

.subtitle-left-menu i {
    font-size: 22px;
}

.subtitle-left-sub-menu {
    position: relative;
}

.subtitle-left-sub-menu .subtitle-link-left-sub-menu {
    font: 18px "LobsterRegular";
    display: inline-block;
    color: #2b622f;
    width: 65%;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    padding-left: 9px;
}

.subtitle-left-sub-menu img {
    width: 35%;
}

.left-sidebar-list {
    margin-bottom: 10px;
}

.left-sidebar-list li {
    border-bottom: 1px solid #e0edcd;
    margin-bottom: 0;
    width: 100%;
}

.left-sidebar-list li a {
    color: #769116;
    display: block;
    min-height: 32px;
    padding: 5px 6px;
    line-height: 22px;
    font-size: 17px;
}

.left-sidebar-list li a:hover {
    text-decoration: underline;
}

.left-sidebar-list li a.active {
    color: white;
    background: #5b9b21;
}

/* PRODUCTS SIDEBAR END */
/* MAIN PAGE */
.main-page-banner-wrap {
    height: 266px;
    z-index: 20;
}

.main-page-banner-wrap img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.main-page-banner-wrap .main-page-banner-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 18;
    display: block;
}

.main-page-banner-wrap .main-page-banner-info {
    position: absolute;
    padding-top: 15px;
    font-size: 16px;
    top: 20px;
    left: 13px;
    width: 340px;
    height: 100px;
    color: #34642d;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    background: rgba(255, 255, 255, 0.7);
}

.main-page-banner-wrap .main-page-banner-text {
    width: 160px;
    margin-left: -80px;
    margin-top: 13px;
    left: 50%;
    display: block;
    text-align: center;
    height: auto;
    line-height: 34px;
    position: relative;
    border: 1px solid #34642d;
}

.main-page-banner-wrap .main-page-banner-text:before {
    content: '';
    position: absolute;
    top: -3px;
    position: absolute;
    left: -47px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    width: 34px;
    height: 36px;
    background: url(../images/png_icon.png) center no-repeat;
}

.payment-block-page {
    padding: 0 0 0 9px;
    display: inline-block;
}

.payment-block-page img {
    max-width: 45px;
    max-height: 25px;
    margin-right: 10px;
}

.payment-block-page .visa-img {
    position: relative;
    top: -7px;
}

@-webkit-keyframes example {
    0% {
        left: -100px;
        top: 0px;
    }
    100% {
        left: 2300px;
        top: 0px;
    }
}

@keyframes example {
    0% {
        left: -100px;
        top: 0px;
    }
    100% {
        left: 2300px;
        top: 0px;
    }
}

/* MAIN PAGE SLIDER */
.main-slider-wrap {
    height: 430px;
    overflow: hidden;
    position: relative;
}

.main-slider-wrap .main-page-slider {
    width: 101%;
    margin: 0 -0.5%;
    height: 100%;
}

.main-slider-wrap .main-page-slider img {
    border-radius: 0 0 55% 55%;
    margin: 0 auto;
}

.main-slider-wrap .slick-dots {
    position: absolute;
    bottom: 87px;
}

.main-slider-wrap .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid white;
}

.main-slider-wrap .slick-dots li button {
    font-size: 0;
}

.main-slider-wrap .slick-dots li button:before {
    display: none;
}

.main-slider-wrap .slick-dots li.slick-active {
    background: white;
}

/* MAIN PAGE SLIDER END */
/* MAIN PAGE END */
/* CARD PRODUCT */
.pre-sale-card-product-text {
    background: #3480e3;
    color: white;
    border-radius: 3px;
    padding: 10px 10px;
}

.pre-sale-card-product-text * {
    margin-bottom: 0;
}

.modal-pre-sale .subtitle-second {
    margin-bottom: 20px;
}

.modal-pre-sale .subtitle-text,
.modal-pre-sale .subtitle-second .fa {
    font-size: 21px;
}

.modal-pre-sale .subtitle-second .fa {
    color: #2b622f;
}

.subtitle-second .subtitle-text:before, .subtitle-second .subtitle-text:after {
    display: none;
}

.card-product-images-cont {
    overflow: hidden;
    margin-bottom: 30px;
}

.fancybox-nav:hover span {
    background: none !important;
}

.in-stock-sign {
    padding-left: 10px;
    padding-top: 11px;
    display: inline-block;
    margin-bottom: 8px;
}

.in-stock-sign i {
    position: relative;
    font-size: 22px;
    top: 2px;
    color: #006216;
}

.slick-prev,
.slick-prev:hover,
.fancybox-prev:hover,
.fancybox-prev {
    background: url(../images/slider_arrow.png) rgba(255, 255, 255, 0.35) 13px center no-repeat !important;
}

.slick-arrow,
.fancybox-nav {
    z-index: 10;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    top: 50% !important;
    cursor: pointer !important;
    height: 45px !important;
    width: 45px !important;
    border-radius: 50% !important;
}

.slick-arrow:before,
.fancybox-nav:before {
    display: none;
}

.slick-next:hover,
.slick-next,
.fancybox-next {
    right: 19px;
    left: auto;
    background: url(../images/slider_arrow_next.png) rgba(255, 255, 255, 0.35) 18px center no-repeat !important;
}

.slick-prev,
.fancybox-prev {
    left: 19px;
}

.full-slider-card-product {
    margin-bottom: 8px;
    height: 382px;
    overflow: hidden;
}

.full-slider-card-product .slick-slide {
    height: 382px;
    position: relative;
}

.full-slider-card-product .slick-slide img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.full-slider-card-product .slick-slide a {
    width: 100%;
    height: 100%;
}

.slider-product-min {
    height: 72px;
    margin: 0 -2px;
}

.slider-product-min .slick-slide {
    overflow: hidden;
    padding: 0 4px;
    height: 72px;
    cursor: pointer;
}

.slider-product-min .slick-slide img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.product-options-cont .product-option-name:last-of-type {
    margin-right: 5%;
}

.product-option-name {
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
}

.product-option-name svg {
    margin-left: 3px;
}

.tbl-packages {
    table-layout: fixed;
    display: table;
    width: 100%;
    border-top: 1px solid black;
}

.tbl-packages.product-out-of-stock {
    border: none;
    text-align: left;
}

.tbl-packages.product-out-of-stock .row-package-item.row-package-soc-list {
    padding-top: 0;
}

.tbl-packages .row-package-item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 11px 5px;
    font-size: 17px;
    color: #2b622f;
    font-weight: 600;
}

.tbl-packages .row-package-item * {
    display: inline-block;
}

.tbl-packages .row-package-item.row-package-name {
    width: 30%;
    text-align: left;
    border-right: 1px solid black;
}

.tbl-packages .row-package-item.row-package-quantity {
    width: 25%;
    border-right: 1px solid black;
    padding-left: 0;
    padding-right: 0;
}

.tbl-packages .row-package-item.row-package-quantity .quantity-cont input {
    width: 50px;
    height: 32px;
    font-size: 22px;
}

.tbl-packages .row-package-item.row-package-quantity .quantity-cont .quantity-btn {
    width: 30px;
    height: 26px;
}

.tbl-packages .row-package-item.row-package-quantity .quantity-cont .quantity-btn.down:before, .tbl-packages .row-package-item.row-package-quantity .quantity-cont .quantity-btn.up:after {
    width: 16px;
    height: 4px;
}

.tbl-packages .row-package-item.row-package-quantity .quantity-cont .quantity-btn.up:before {
    height: 16px;
    width: 4px;
}

.tbl-packages .row-package-item.row-package-price {
    width: 45%;
}

.tbl-packages .row-package-item.row-package-soc-list {
    padding: 10px 0;
}

.tbl-packages .row-package-item .shopping-cart-notification,
.tbl-packages .row-package-item .shopping-cart-notification-empty {
    display: block;
    margin-top: 5px;
    color: red;
    font-size: 14px;
    z-index: 99;
}

.tbl-packages .row-package-total {
    color: #2b622f;
}

.tbl-packages .row-package-item-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tbl-packages .price-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tbl-packages .discount-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 5px;
}

.tbl-packages .discount-rate {
    font-size: 17px;
    color: #2b622f;
    font-weight: 600;
    margin-bottom: 1px;
}

.tbl-packages .discount-label {
    font-size: 13px;
    font-weight: 600;
    color: white;
    background: #c33237;
    padding: 1px 3px;
    border-radius: 5px;
}

.tbl-packages .discount-label span {
    font-size: 13px;
    font-weight: 600;
}

.card-product-content {
    border-top: 1px solid #2b622f;
    padding-top: 15px;
}

.back-link {
    display: inline-block;
}

.back-link-cont {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding-left: 80px;
    position: relative;
    color: #2b622f;
}

.back-link-cont:before {
    content: "";
    position: relative;
    left: 0;
    position: absolute;
    display: block;
    top: 0;
    height: 45px;
    width: 63px;
    background: url(../images/redesign/back_arrow.png) left center no-repeat;
    border-right: 1px solid black;
}

.back-link-cont .back-to-block {
    font: 15px "PTSansRegular";
    top: 0;
    position: relative;
    margin-top: 0;
}

.back-link-cont .back-to-block-cat {
    font-size: 20px;
    font-weight: 600;
    display: block;
}

/* REVIEWS */
.reviews-form-cont,
.reviews-list {
    position: relative;
}

.reviews-form-cont {
    box-sizing: border-box;
    padding-left: 20px;
}

.reviews-form-cont.has-send {
    text-align: center;
}

.reviews-form {
    overflow: hidden;
    border: 1px solid #d7d7d7;
    padding: 20px;
}

.reviews-form-item {
    margin-bottom: 10px;
}

.raiting-form-item {
    height: 64px;
}

.raiting-form-item .rate-div {
    margin-bottom: 0;
}

.product-view.rate-div {
    margin: 0 0 0 10px;
}

.product-view.rate-div .star-rate {
    height: 13px;
}

.card-product-prices-cont .rate-statistic-container {
    margin-top: 10px;
}

.rate-statistic-container {
    margin-bottom: 8px;
    color: #68bbc9;
}

.rate-statistic-container * {
    color: #68bbc9;
}

.rate-statistic-container *:visited, .rate-statistic-container *:focus, .rate-statistic-container *:hover {
    outline: none;
    color: #68bbc9;
}

.reviews-form-item input,
.reviews-form-item textarea {
    border: 1px solid #d7d7d7;
    display: block;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

.rate-error {
    display: none;
    color: red;
    font-size: 12px;
}

.reviews-form-item textarea {
    height: 160px;
    resize: none;
}

.reviews-form-item label {
    position: relative;
    text-transform: uppercase;
    font: 500 16px 'Arial';
}

.star-rate {
    display: inline-block;
    padding: 4px 4px;
    width: 15px;
    cursor: pointer;
    box-sizing: border-box;
    height: 20px;
    background: url("../images/star_inact.png") no-repeat center;
}

.star-rate:hover,
.star-rate.act {
    background: url("../images/star_act.png") no-repeat center;
}

.rate-div {
    margin: 7px 0px;
}

.rate-div.five-stars .star-rate {
    background: url("../images/star_act.png") no-repeat center;
}

.rate-div.four-stars .star-rate:first-of-type,
.rate-div.four-stars .star-rate:nth-of-type(2),
.rate-div.four-stars .star-rate:nth-of-type(3),
.rate-div.four-stars .star-rate:nth-of-type(4) {
    background: url("../images/star_act.png") no-repeat center;
}

.rate-div.three-stars .star-rate:first-of-type,
.rate-div.three-stars .star-rate:nth-of-type(2),
.rate-div.three-stars .star-rate:nth-of-type(3) {
    background: url("../images/star_act.png") no-repeat center;
}

.rate-div.two-stars .star-rate:first-of-type,
.rate-div.two-stars .star-rate:nth-of-type(2) {
    background: url("../images/star_act.png") no-repeat center;
}

.rate-div.one-star .star-rate:first-of-type {
    background: url("../images/star_act.png") no-repeat center;
}

.mess-rate {
    padding: 23px 10px 10px 10px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
}

.reviews-form-item label:after {
    content: '*';
    position: absolute;
    font-size: 14px;
    right: -9px;
    top: -5px;
}

.reviews-block {
    clear: both;
    margin: -3px 0 20px 0;
    border: 1px solid #2b622f;
    border-top: 0;
    padding: 20px 0 30px 0;
}

.reviews-subtitle {
    font: 500 20px 'Arial';
}

.reviews-block-subtitle {
    margin-bottom: 0;
}

.reviews-block {
    clear: both;
    margin: 0 0 20px 0;
    border: 1px solid #2b622f;
    border-top: 0;
    padding: 20px 0 30px 0;
}

.reviews-subtitle {
    font: 500 20px 'Open Sans';
}

.reviews-block button {
    display: inline-block;
    background: #c33237;
    height: 41px;
    cursor: pointer;
    color: white;
    font-size: 16px;
    width: 238px;
    text-transform: uppercase;
}

.reviews-list {
    box-sizing: border-box;
    padding: 4px 10px 0 0;
    max-height: 562px;
    overflow: auto;
}

.reviews-list.comments-list-view {
    max-height: none;
}

.reviews-block .reviews-list {
    padding-left: 25px;
}

.reviews-list::-webkit-scrollbar {
    width: 4px;
}

.reviews-list::-webkit-scrollbar-track {
    background-color: #ebebeb;
}

.reviews-list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #548e53;
}

.reviews-list-item {
    margin-bottom: 25px;
}

.reviews-list-item-question {
    background: #dcfbdc;
    padding: 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.raiting-cont {
    float: left;
}

.ask-author {
    margin-bottom: 15px;
    clear: both;
}

.ask-author,
.review-anserer-author {
    font-weight: 600;
    text-transform: uppercase;
}

.date-answer {
    float: right;
}

.reviews-list-item-answer {
    overflow: hidden;
    padding: 12px 0 0 34px;
    box-sizing: border-box;
    position: relative;
}

.reviews-form {
    border: 1px solid #d2d2d2;
    padding: 20px;
}

.reviews-form.review-view {
    display: none;
}

.review-anserer-author {
    margin-bottom: 15px;
}

.answer-author {
    clear: both;
}

.review-item-name {
    color: #9da79c;
    font-size: 14px;
    margin-bottom: 12px;
}

.review-item-name:active, .review-item-name:hover {
    color: #9da79c;
}

.reviews-list-item-answer:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 27px;
    left: 0;
    top: 4px;
    background: url("../images/review-answer.png") no-repeat center;
}

.review-anserer-author {
    float: left;
}

.date-answer {
    float: right;
}

.reviews-list-item-question .rate-div {
    margin: 0;
}

.wrapper-main .has-error .reviews-form-item label,
.wrapper-main .has-error .reviews-form-item .control-label,
.wrapper-main .reviews-form-item label {
    position: relative;
    text-transform: uppercase;
    color: black;
    font: 500 15px 'Open Sans';
}

.reviews-textarea-cont.form-group {
    height: 192px;
    margin-bottom: 11px;
}

.reviews-textarea-cont.form-group textarea {
    height: 160px;
}

/* REVIEWS END */
/* CARD PRODUCT END */
/* CONTACTS */
.subtitle-contacts {
    font: 30px "LobsterRegular";
    color: #414141;
}

.subtitle-contacts.info {
    margin-bottom: 22px;
}

.notice-contacts-form {
    margin-bottom: 18px;
}

.form-stylesheet .form-group.form-feedback-form-group {
    height: 237px;
}

.form-stylesheet .form-group.form-feedback-form-group textarea {
    height: 229px;
}

.contacts-address-cont {
    padding-top: 53px;
    position: relative;
    margin-bottom: 22px;
    text-align: center;
}

.contacts-address-cont:last-of-type {
    margin-bottom: 0;
}

.contacts-address-cont:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -7px;
    margin-left: -22px;
    width: 45px;
    height: 45px;
}

.contacts-address-cont.address:before {
    background: url(../images/redesign/cont_position.png) center no-repeat;
    background-size: contain;
}

.contacts-address-cont.phone:before {
    background: url(../images/redesign/cont_phone.png) center no-repeat;
    background-size: contain;
}

.contacts-address-cont.email:before {
    background: url(../images/redesign/cont_mail.png) center no-repeat;
    background-size: contain;
}

.contacts-address-cont:after {
    content: '';
    position: absolute;
    left: 10%;
    width: 80%;
    height: 1px;
    top: 46px;
    background: #2b622f;
}

.contacts-address-cont * {
    margin-bottom: 8px;
}

.map {
    height: 500px;
}

/* CONTACTS END */
/* CURT */
.order-notice-bg-block {
    background: #fefdbf;
    padding: 15px 15px;
    font-weight: 600;
    color: #555353;
    font-size: 18px;
    line-height: 22px;
}

.curt-container-cont.order-history-view {
    margin-bottom: 30px;
    height: 0;
    overflow: hidden;
}

.curt-container-cont.order-history-view .delivery-text {
    margin-top: 20px;
}

.curt-container-cont.order-history-view .comment-delivery {
    padding-top: 10px;
}

.order-table-history.inact + .curt-container-cont {
    margin-bottom: 0;
}

.curt-container {
    margin-bottom: 18px;
}

.curt-tbl {
    border-bottom: 1px solid #2b622f;
}

.curt-tbl .table-view-row {
    font-size: 28px;
    font-weight: 600;
    color: #2b622f;
    border-right: 1px solid #2b622f;
}

.curt-tbl .table-view-row.title {
    font: 20px 'LobsterRegular';
    padding-bottom: 7px;
}

.curt-tbl .table-view-row.content {
    padding-top: 10px;
}

.curt-tbl .table-view-row.name {
    width: 40%;
    position: relative;
}

.curt-tbl .table-view-row.price {
    width: 15%;
}

.curt-tbl .table-view-row.quantity {
    width: 15%;
}

.curt-tbl .table-view-row.sum {
    width: 15%;
}

.curt-tbl .table-view-row.del {
    width: 15%;
    border: none;
}

.curt-tbl .table-view-row .img-cont {
    width: 34%;
}

.curt-tbl .table-view-row .img-cont-inner {
    width: 160px;
    height: 150px;
}

.curt-tbl .table-view-row .img-cont-inner img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.curt-tbl .table-view-row .quantity-cont input {
    width: 80px;
    height: 60px;
    font-size: 28px;
}

.curt-tbl .table-view-row .quantity-cont .quantity-btn {
    width: 40px;
    height: 53px;
    border: 1px solid transparent;
}

.curt-tbl .table-view-row .quantity-cont .quantity-btn.up:after, .curt-tbl .table-view-row .quantity-cont .quantity-btn.down:before {
    width: 20px;
    height: 5px;
}

.curt-tbl .table-view-row .quantity-cont .quantity-btn.up:before {
    width: 5px;
    height: 20px;
}

.curt-tbl .prod-name {
    width: 66%;
    margin-left: 165px;
    text-align: left;
    padding: 0 8px;
    font: 500 18px "Open Sans";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.curt-tbl .prod-main-name {
    display: block;
    font-weight: 600;
    color: #2b622f;
}

.curt-tbl.history-view .table-view-row.price, .curt-tbl.history-view .table-view-row.quantity, .curt-tbl.history-view .table-view-row.sum {
    width: 20%;
}

.total-sum-block {
    border-bottom: 1px solid #2b622f;
    font: 18px 'Open Sans';
    color: #2b622f;
    margin-bottom: 15px;
    padding: 11px 0 9px;
}

.total-sum-block * {
    line-height: 44px;
    font-size: 18px;
}

.total-sum-block .price {
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
}

.total-sum-block .price:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 1px;
    height: 100%;
    background: #2b622f;
}

.total-sum-block .currency {
    text-transform: lowercase;
}

.total-sum-block-finish {
    display: flex;
    justify-content: flex-end;
    margin: 40px 0 25px 0;
}

.total-sum-block-finish-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
}

.total-sum-block-finish-item {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.total-sum-block-finish-price {
    font-size: 22px;
    font-weight: 600;
    padding-left: 40px;
}

.shipping-checkbox-cart {
    position: relative;
    top: -3px;
    margin-right: 3px;
}

.del-curt-btn {
    width: 35px;
    height: 35px;
    background: url(../images/redesign/cross_close.png) center no-repeat;
}

.free-delivery-container {
    margin-top: 20px;
}

.free-delivery-left,
.free-delivery-right {
    font-weight: 600;
    margin-bottom: 10px;
}

.free-delivery-left {
    float: left;
}

.free-delivery-right {
    float: right;
    font-size: 23px;
    color: #c33237;
}

.free-delivery-right .currency {
    font-weight: 600;
    font-size: 21px;
}

.free-delivery-progress {
    background: #d2d2d2;
    margin-top: 5px;
    margin-bottom: 20px;
    clear: both;
}

.free-delivery-progress-percent {
    background: #257530;
    height: 10px;
}

/* CURT END */
/* REGISTER */
.register-info-form .form-group:last-of-type {
    margin-bottom: 35px;
}

.register-info-form .form-stylesheet-inputs-group {
    margin-bottom: 35px;
    border-bottom: 1px solid #2b622f;
}

.checkbox-wrap-register {
    cursor: pointer;
    float: left;
}

.checkbox-wrap-register label {
    color: #2b622f;
}

.checkbox-wrap-register:hover label {
    text-decoration: underline;
}

/* REGISTER END */
/* AUTHORISE */
@media (min-width: 1280px) {
    .autorise-form {
        width: 42%;
    }

    .autorise-form .authorise-btn {
        float: right;
    }
}

/* AUTHORISE END */
/* EDIT PERSONAL DATA FORM */
.edit-personal-data {
    margin-bottom: 30px;
}

.edit-personal-data .form-group {
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid #2b622f;
}

.edit-personal-data .form-group:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    left: 42%;
    top: 0;
    background: #2b622f;
}

.edit-personal-data .form-group label {
    width: 40%;
    float: left;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.edit-personal-data .form-group input {
    border: none;
    width: 50%;
    height: 100%;
    margin-left: 42%;
}

.edit-personal-data .form-group:last-of-type {
    margin-bottom: 20px;
}

.personal-cabinet-links {
    width: 100%;
    margin-bottom: 35px;
}

.personal-cabinet-links li {
    width: 50%;
    float: left;
}

.personal-cabinet-links .site-btn {
    border-bottom: 1px solid #2b622f;
    width: 100%;
    max-width: 100%;
    background: transparent;
    color: #2b622f;
}

.personal-cabinet-links .site-btn.active {
    color: white;
    background: #2b622f;
}

.personal-cabinet-links .site-btn .site-btn-decoration {
    font-weight: 600;
    position: absolute;
    font-size: 18px;
    left: 50%;
    right: auto;
}

.personal-cabinet-links .site-btn .personal-data:before {
    background: url(../images/redesign/kab_sprite.png) no-repeat -5px -33px;
}

.personal-cabinet-links .site-btn .order-history:before {
    background: url(../images/redesign/kab_sprite.png) no-repeat -33px -33px;
}

.personal-cabinet-links .site-btn .order-history.active:before {
    background: url(../images/redesign/kab_sprite.png) no-repeat -33px -3px;
}

.personal-cabinet-links .site-btn .personal-data.active:before {
    background: url(../images/redesign/kab_sprite.png) no-repeat -5px -2px;
}

/* EDIT PERSONAL DATA FORM END */
/* ORDER HISTORY */
.order-table-history {
    border: 1px solid #2b622f;
    background: #f8faf2;
    cursor: pointer;
    margin-bottom: 15px;
}

.order-table-history .table-view-row {
    padding: 8px 3px;
    color: #2b622f;
    border-right: 1px solid #2b622f;
}

.order-table-history .number {
    width: 5%;
}

.order-table-history .order-num {
    width: 20%;
}

.order-table-history .date {
    width: 20%;
}

.order-table-history .status {
    width: 30%;
}

.order-table-history .sum {
    width: 20%;
}

.order-table-history .spoiler {
    width: 5%;
    border: none;
    position: relative;
}

.order-table-history .spoiler:before {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 9px;
    left: 50%;
    top: 50%;
    width: 35px;
    height: 10px;
    margin-left: -16px;
    cursor: pointer;
    background: url(../images/arrow_down.png) center no-repeat;
}

.comment-body,
.comment-title {
    color: #2b622f;
}

.comment-title {
    border-bottom: 1px solid #2b622f;
    font: 600 20px 'Open Sans';
    padding-bottom: 8px;
}

/* ORDER HISTORY END */
/* ORDER FORMALISATION */
.order-formalisation-form .field-orderform-confirm .help-block,
.order-formalisation-form .error-summary * {
    color: red;
}

.order-formalisation-form.form-stylesheet .field-orderform-address {
    height: 75px;
}

.order-formalisation-form.form-stylesheet .hint-block {
    color: red;
    font-size: 13px;
}

.order-formalisation-decoration-cont {
    background: #f8faf2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px 15px;
    border: 1px solid #80a182;
}

.order-formalisation-decoration-cont .checkbox-wrap {
    margin-bottom: 20px;
}

.order-formalisation-decoration-cont .checkbox-wrap:last-of-type {
    margin-bottom: 0;
}

.order-formalisation-decoration-cont * {
    color: #2b622f;
    font-size: 15px;
}

.order-formalisation-decoration-cont a {
    color: #769116;
}

.order-formalisation-decoration-cont .red-formalisation-strong {
    color: #c33237;
    font-weight: 600;
}

.order-formalisation-decoration-cont .formalisation-label-title {
    font-weight: 600;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.order-formalisation-decoration-cont .formalisation-label-title:hover {
    z-index: 4;
}

.order-formalisation-decoration-cont input, .order-formalisation-decoration-cont select, .order-formalisation-decoration-cont textarea {
    background: white;
}

@media (min-width: 1024px) {
    .formalisation-label-title:hover {
        z-index: 4;
    }
}

.order-formalisation-info-cont {
    position: relative;
}

@media (min-width: 1024px) {
    .order-formalisation-info-cont i:hover + .formalisation-description {
        opacity: 1;
        display: block;
        visibility: visible;
    }

    .formalisation-description {
        min-width: 472px;
    }
}

.formalisation-description {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    top: 30px;
    width: 100%;
    display: none;
    z-index: 4;
    border-radius: 8px;
    left: 0;
    border: 1px solid #2b622f;
    padding: 14px 14px;
    background: #f8faf2;
    position: absolute;
}

.order-formalisation-form-text {
    margin-bottom: 20px;
}

.formalisation-buttons-cont .small-btn {
    margin-right: 12px;
}

.order-formalisation-title {
    font: 500 30px "LobsterRegular";
    display: inline-block;
    margin-bottom: 12px;
    color: #2b622f;
}

.order-formalisation-title-question {
    font-size: 20px;
    position: relative;
    left: 10px;
    top: 2px;
    z-index: 2;
    cursor: pointer;
}

/* ORDER FORMALISATION END */
/* DIGITAL CATALOG */
.digital-uploads-wrap .uploaded_files {
    padding: 0;
}

.digital-catalog-title {
    color: #2b622f;
    float: left;
    overflow: hidden;
    width: 100%;
    text-align: center;
    font: 30px "LobsterRegular";
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #2b622f;
}

.digital-uploads-wrap {
    margin-bottom: 35px;
}

.digital-uploads-wrap .order-catalog-btn {
    clear: both;
}

.digital-uploads-wrap #uploaded_files {
    padding-left: 0;
}

.digital-uploads-wrap .file_title {
    overflow: hidden;
    float: left;
}

.digital-uploads-wrap li {
    list-style-type: none;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 14px;
    clear: both;
    padding-top: 0;
    box-sizing: border-box;
    overflow: visible;
    min-height: 42px;
    border-bottom: 1px solid #2b622f;
}

.digital-uploads-wrap li:after {
    content: "";
    display: block;
    clear: both;
}

.file-catalog-name {
    float: left;
    line-height: 28px;
    height: auto;
    padding-left: 56px;
    background: url(../images/catalog_icon.png) left center no-repeat;
    text-transform: uppercase;
    font-size: 19px;
    color: black;
}

.file-catalog-link {
    float: right;
    font-size: 0;
    left: 0;
    position: relative;
    width: 100%;
    height: 40px;
}

.file-catalog-link.without-loader:after {
    display: none;
}

.file-catalog-link:after {
    content: "";
    width: 40px;
    position: absolute;
    height: 44px;
    right: 0;
    top: -9px;
    background: url(../images/catalog_download_link.png) center no-repeat;
}

/* DIGITAL CATALOG END  */
.site-btn.medium.curt-site-btn {
    width: auto;
    padding: 0 20px;
}

.subtitle-delivery {
    margin-top: 30px;
}

.subtitle-delivery em {
    color: #006216;
    font-size: 31px;
}

.popups-links {
    color: #000;
    padding-top: 22px;
    display: inline-block;
}

.popups-links:hover {
    text-decoration: underline;
}

.return-link-popup {
    margin-right: 15px;
}

.popups-links i {
    color: #006216;
}

.modal-payment-return .subtitle-delivery em {
    font-size: 26px;
}

.modal-payment-return .subtitle-delivery {
    margin-top: 0;
    font-size: 21px;
    padding-right: 42px;
}

.modal-payment-return strong {
    font-weight: 600;
}

.content-flex-wrapper {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.categories-sidebar-content-container {
    width: 100%;
}

.categories-sidebar {
    order: 1;
}

.categories-main-content-container {
    order: 2;
}

.categories-container.flex {
    order: 1;
    width: 100%;
}

.product-list-wrapper.flex {
    order: 2;
    width: 100%;
}

.content-wrapper {
    order: 3;
}

.cart_btn_wrapper {
    background: #fefdbf;
    padding: 15px 15px;
    float: right;
    text-align: left;
}

.add_from_catalog {
    background: #2b622f !important;
}

.cart_btn_wrapper a {
    width: 100% !important;
}

.cart_btn_wrapper p {
    margin-bottom: 0;
    color: #555353;
}

.cart_btn_wrapper p.mb {
    margin-bottom: 5px !important;
}

.cart_btn_wrapper .add_from_catalog {
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .cart_btn_wrapper {
        text-align: center;
    }

    .cart_btn_wrapper a {
        float: none !important;
    }
}

.inputcontainer {
    position: relative;
}

.js-city-preloader input {
    width: 100%;
    box-sizing: border-box;
}

.icon-container {
    position: absolute;
    right: 10px;
    top: calc(50% - 18px);
}

.loader {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite;
}

@keyframes around {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.loader::after, .loader::before {
    content: "";
    background: white;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #333 #333 transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}

.loader::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent;
}

/*# sourceMappingURL=main.css.map */

@media (max-width: 1023px) {
    .promo .left-sidebar-list, .promo .subtitle-left-sub-menu {
        display: block;
    }

    .promo .subtitle-left-sub-menu img {
        width: auto;
    }

    .promo .subtitle-left-sub-menu .subtitle-link-left-sub-menu {
        left: 110px;
    }
}

@media (max-width: 767px) {
    .promo .subtitle-left-menu {
        font-size: 24px;
    }

    .promo .subtitle-left-sub-menu img {
        width: 80px;
    }

    .promo .subtitle-left-sub-menu .subtitle-link-left-sub-menu {
        font: 14px "LobsterRegular";
        left: 80px;
    }

    .promo .left-sidebar-list li a {
        font-size: 14px;
    }
}

.related-products {
    margin-top: 30px;
}

.catalog-menu li.promotions {
    background: #f8d01c;
    padding: 4px 5px;
}

.catalog-menu li.promotions a {
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

#language-switch-popup .modal-body {
    background: url(../images/redesign/body_bg.png);
    background-size: 1000px 1000px;
    padding-bottom: 44px;
}

#language-switch-popup p {
    color: #555353;
    font: 500 43px 'LobsterRegular';
    margin-bottom: 60px;
}

#language-switch-popup {
    z-index: 999999999;
}

.popup-language-list li a {
    padding: 11px 14px;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    outline: none;
    display: inline-block;
    font: 500 18px "Open Sans";
    font-size: 18px;
    background: #2b622f;
    text-align: center;
    min-width: 170px;
}

.popup-language-list li a:hover {
    transition: .2s;
    background: #f8d01c;
    color: #555353;
}

@media (max-width: 768px) {
    #language-switch-popup p {
        margin-top: 20px;
    }
}

.recapcha-wrap-subscribe .form-group {
    height: 100% !important;
}

/* MODAL GIFT */
.modal-gift {
    left: 50% !important;
    top: 50% !important;
    width: 900px !important;
    height: 500px;
    transform: translate(-50%, -50%);
    background-image: url(../images/bg_modal_gift_green.svg), url(../images/bg_modal_gift.jpg);
    background-position: right, center;
    background-repeat: no-repeat;
    background-size: contain, cover;
    padding: 30px;
}

.modal-header {
    margin-bottom: 80px;
    padding: unset;
    border-bottom: unset;
}

.modal-gift .close {
    position: unset;
    width: 40px !important;
    height: 40px !important;
    background-color: #FFFFFF;
    background-image: url(../images/close.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    transition: 0.5s;
}

.modal-gift .close:hover {
    opacity: 0.65;
}

.modal-gift .logo {
    width: 106px;
}

.modal-gift .modal-body {
    padding: 0 40px;
    background: unset;
    border: unset;
    overflow: unset;
}

.modal-inner {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
}

.modal-img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.modal-img-mobile {
    display: none;
    width: 150px;
    margin-bottom: 10px;
}

.modal-title {
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0 100px 100px 4px;
    padding: 55px 60px 55px 150px;
}

.modal-title p {
    font-family: 'LobsterRegular', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #2B622F;
    margin-bottom: 0;
}

.modal-btn-wrap {
    display: flex;
    justify-content: flex-end;
}

.modal-btn {
    display: inline-flex;
    background: #2B622F;
    border-radius: 30px;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 15px 90px;
    text-decoration: none;
    transition: 0.5s;
}

.modal-btn:visited {
    color: #FFFFFF;
}

.modal-btn:hover {
    background: #c33237;
    color: #FFFFFF;
    text-decoration: none;
}

.modal-btn:focus {
    color: #FFFFFF;
    text-decoration: none;
}

.modal-inner::before {
    content: url('/public/images/dots_white.svg');
    position: absolute;
    top: -80px;
    right: 100px;
}

.modal-inner::after {
    content: url('/public/images/dots_green.svg');
    position: absolute;
    bottom: -110px;
    left: 220px;
}

/* MODAL GIFT END */
/* BUTTON GIFT */
.btn-gift {
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    right: 30px;
    bottom: 40px;
    z-index: 100;
    text-decoration: none !important;
}

.btn-gift img {
    width: 80px;
    margin-bottom: 10px;
    transition: 0.5s;
}

.btn-gift:hover img {
    transform: scale(1.1);
}

.btn-gift span {
    display: block;
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    padding: 5px 15px;
    font-family: 'LobsterRegular', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #2B622F;
}

/* BUTTON GIFT END */
/* GIFT */
.gift {
    background: #F8FAF2;
    border: 1px solid #80A182;
    border-radius: 7px;
    padding: 15px;
    margin-bottom: 40px;
}

.gift-title {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.gift-title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #2b622f;
    top: 50%;
    transform: translateY(-50%);
}

.gift-title h4 {
    position: relative;
    font-family: 'LobsterRegular', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #2B622F;
    background: #F8FAF2;
    padding: 0 18px;
    margin: 0;
    z-index: 1;
}

.gift-container {
    display: flex;
    align-items: flex-start;
}

.gift-info {
    flex: 0 0 38%;
    max-width: 38%;
    margin-right: 2%;
}

.gift-name {
    background: #FFFFFF;
    border: 1px solid #80A182;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 15px;
}

.gift-name span {
    font-family: 'LobsterRegular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #2B622F;
}

.gift-required-sum {
    color: #2B622F;
    margin-bottom: 10px;
}

.gift-required-sum span {
    font-weight: bold;
    color: #C53D3D;
}

.gift-remaining-title {
    font-weight: bold;
    color: #2B622F;
    margin-bottom: 15px;
}

.gift-progress {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}

.gift-progress progress {
    display: block;
    border-radius: 10px;
    width: 230px;
    height: 8px;
    box-shadow: 0 -2px 2px rgba(43, 98, 47, 0.2), 0 2px 2px rgba(43, 98, 47, 0.2);
    border: none;
    background: #FFFFFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 20px;
}

.gift-progress progress::-webkit-progress-bar {
    background: #FFFFFF;
    border-radius: 10px;
}

.gift-progress progress::-webkit-progress-value {
    background: #63A320;
    border-radius: 10px;
}

.gift-progress progress::-moz-progress-bar {
    background: #63A320;
    border-radius: 10px;
}

.gift-progress span {
    font-weight: bold;
    font-size: 24px;
    color: #C53D3D;
}

.gift-add-to-cart {
    display: none;
    width: 130px;
    margin-bottom: 15px;
}

.gift-description {
    font-size: 14px;
    margin-bottom: 0;
}

.gift-slider {
    position: relative;
    flex: 0 0 60%;
    max-width: 60%;
    background: #63A320;
    border-radius: 10px;
    padding: 10px 50px;
}

.gift-products {
    display: flex;
}

.gift-products .slick-list {
    padding: 10px 0;
}

.gift-products .slick-prev {
    left: -45px;
    background: url(../images/arrow-left.png) center no-repeat !important;
}

.gift-products .slick-next {
    right: -45px;
    background: url(../images/arrow-right.png) center no-repeat !important;
}

.gift-products-item {
    height: 180px;
    width: 180px;
    margin: 0 7px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
}

.gift-products-item:hover {
    border: 2px solid #ff5b5b;
}

.gift-products-item.active {
    border: 2px solid #ff5b5b;
}

.gift-products-item.unavailable .gift-products-item-img img {
    filter: grayscale(100%);
}

.gift-products-item-img {
    height: 146px;
}

.gift-products-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gift-products-item-title {
    padding: 8px;
    background: #FFFFFF;
}

.gift-products-item-title p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 12px;
    margin-bottom: 0;
}

.success-cart-added {
    font-weight: 600;
    color: #2b622f;
}

/* GIFT END */

.field-orderform-city {
    height: 57px;
}

.field-orderform-city .select2-container--krajee .select2-selection,
.field-orderform-warehouse .select2-container--krajee .select2-selection {
    border-radius: 0 !important;
}