@charset "UTF-8";
:root {
    --main-green:#20a309;
}
@font-face {
    font-family: 'GothamPro';
    src: url("fonts/GothamPro/GothamProReg.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamPro';
    src: url("fonts/GothamPro/GothamProMed.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamPro';
    src: url("fonts/GothamPro/GothamProBol.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-appearance: none;
    -webkit-text-size-adjust: none;
    /*font-family: sans-serif, 'GothamPro', 'Helvetica', arial ;*/
}
div.bx-component-opener {
    z-index: 1996 !important;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

sup {
    font-size: 70% !important;
    top: -5px;
    left: 2px;
    font-weight: 500;
}
.row::before, .row::after {
    display: none;
}

::selection {
    background: rgba(128, 179, 102, .5);;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
}

::-moz-selection {
    background: rgba(128, 179, 102, .5);;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
}

::-webkit-selection {
    background: rgba(128, 179, 102, .5);;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
}
.fa-rub {
    font-size: smaller;
}

html {
    line-height: 1.5;
}

ol, ul {
    list-style: none;
}

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

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

h1, .h1 {
     font-size: 34px;
     font-weight: 900;
 }

h2 {
    font-size: 24px;
    font-weight: 900;
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
input[type=text], input[type=submit], textarea{
    -webkit-appearance: none;
}

a {
    transition: .2s ease-in-out;
    color: #151414;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

a:hover, a:focus {
    color: var(--main-green);
}
a:active {
    color: #6c8d46;
}

.slick-loading .slick-track {
    display: none;
}
.popover {
    border-color: #e8e8e8;
    border-radius: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

.popover-content {
    font-size: 13px;
    text-transform: lowercase;
    padding: 10px 15px;
    transition: opacity .3s ease-in-out;
}

.popover.bottom > .arrow {
    top: -9px;
    margin-left: -9px;
    border-bottom-color: #e8e8e8;
}

.popover.bottom > .arrow:after {
    margin-left: -9px;
}

.popover > .arrow:after, .popover > .arrow {
    border-width: 9px;
}
.modal-backdrop {
    z-index: 1050;
}
.modal {
    z-index: 1100;
}
.modal-content {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 25px 30px;
    box-shadow: none;
}
.modal-open .modal {
    opacity: 1;
}

.top-banner {
    width: 100%;
    text-align: center;
    position:relative;
    z-index:600;
}
.top-banner img {
    max-width: 100%;
    display: block;
    object-fit: cover;
    width: 110px;
}

button, input {
    outline: none !important;
}

button {
    border: none;
    box-shadow: none;
}

.wrapper-inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.btn:focus, .btn.focus {
    box-shadow: none;
}

.noscroll {
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 0;
    padding-right: 18px;
}

.logo {
    position: relative;
    display: block;
}

.logo img {
    display: inline-block;
    vertical-align: middle;
    object-fit: contain;
    width: 100%;
}


.logo p {
    display: inline-block;
    vertical-align: middle;
    color: #4b7a14;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

.logo.mobile {
    display: none;
}

.header {
    width: 100%;
    background-color: #fff;
}
.header .top-catalog-menu-title {
    background-color: var(--main-green);
    font-size: 16px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 15px 10px;
    display: block;
    height: 46px;
}
.top-catalog-menu-title:after {
    display: none;
}
.top-catalog-menu-title span {
    display: inline-block;
    vertical-align: middle;
}
.top-catalog-menu-title .fa {
    margin-left: 10px;
}
.top-catalog-menu:hover .top-catalog-menu-title .fa:before {
    content: "\f106";
}

.top-catalog-menu:hover .top-catalog-menu-title {
    background: #6c8d46;
}
.top-catalog-menu {
    position: static;
}

.top-nav-wrapper {
    position: static;
}
.sticky .top-nav-wrapper {
    display: none;
}

.header-bottom-row {
    position: relative;
}

.header.sticky .search_wrapper {
    border-top: solid 1px #ebebeb;
}

.header.sticky .cartline_wrapper {
    top: 100%;
    border-top: solid 1px #ebebeb;
}
.header.sticky .open-in .cartline_wrapper .wrapper-inner {
    padding-top: 25px;
}

.header.sticky .navigation ul li.navigation_item.hover .header__subnav,
.header.sticky .top-icon-box .icon-box_item.hover .header__subnav {
    height: 74px;
}

.header .navigation ul:before, .header .navigation ul:after {
    content: '';
    display: table;
    clear: both;
}

.header .navigation ul li.navigation_item {
    display: block;
    float: left;
    padding: 5px 20px;
}

.header .navigation ul li.navigation_item a.navigation-link {
    display: block;
    position: relative;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

.header .navigation ul li.navigation_item a.navigation-link:after,
.header .header__sublist ul.sublist li.sublist__item a.sublist__item-link:after {
    background-color: var(--main-green);
    display: block;
    content: "";
    height: 1px;
    width: 0;
    left: 50%;
    position: absolute;
    bottom: 1px;
    -webkit-transition: width .15s ease-out;
    transition: width .15s ease-out;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header .navigation ul li.navigation_item a.navigation-link:hover,
.header .navigation ul li.navigation_item a.current {
    color: var(--main-green);
}

.header .navigation ul li.navigation_item a.navigation-link:hover:after,
.header .navigation ul li.navigation_item a.current:after,
.header .header__sublist ul.sublist li.sublist__item a.sublist__item-link:hover:after {
    width: 100%;
}

.header .navigation ul li.navigation_item a.navigation-link:active:after {
    width: 0;
}

.header .navigation a {
    color: #000;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

.header .navigation a:hover {
    color: var(--main-green);
}

.header .navigation a:active {
    color: var(--main-green);
}

.header .header__subnav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    padding-top: 30px;
    display: block;
    font-size: 14px;
    z-index: -1;
    height: 0;
    overflow: hidden;
    transition: .2s ease-in-out, .1s ease-out top, .1s ease-out padding;
}

.header .header__subnav:before {
    content: '';
    display: block;
    width: 100%;
    height: 61px;
    background-color: #f6f6f6;
    z-index: 0;
    left: 0;
    position: absolute;
}

.header .navigation ul li.navigation_item.hover .header__subnav,
.header .top-icon-box .icon-box_item.hover .header__subnav {
    z-index: 1000;
    height: 91px;
    transition: .2s ease-in-out;
    -webkit-box-shadow: 0 6px 9px 0 rgba(217, 217, 217, 0.36);
    box-shadow: 0 6px 9px 0 rgba(217, 217, 217, 0.36);
}

.header .navigation ul li.navigation_item.hover .header__subnav.visible-inner {
    overflow: visible;
    height: 360px;
    transition: .2s ease-in-out;
    background-color: #fff;
}

.header .navigation ul li.navigation_item.hover a.navigation-link {
    color: var(--main-green);
}

.header .navigation ul li.navigation_item.hover a.navigation-link:after {
    width: 100%;
}

.header .header__subnav ul.subnav__list {
    display: block;
}

.header .header__subnav ul.subnav__list li.subnav__item {
    display: block;
    float: left;
}

.header .header__subnav ul.subnav__list li.subnav__item a.subnav__item-link {
    display: block;
    padding: 20px;
    font-weight: 500;
    position: relative;
}

.header .header__subnav ul.subnav__list li.subnav__item:first-child a.subnav__item-link {
    padding-left: 0;
}

.header .header__sublist {
    position: absolute;
    left: 0;
    padding-top: 25px;
    width: 100%;
    height: 260px;
    display: none;
    z-index: 1100;
    /*transition: .3s ease-in-out;*/
    overflow: hidden;
}

/*.header .header__subnav ul.subnav__list li.subnav__item.hover .header__sublist { display: block; }*/

.header .header__sublist .sublist_wrapper {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 59%;
    max-height: 235px;
}

.header .header__sublist .sublist_wrapper .title_box {
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 0;
}

.header .header__sublist .sublist_wrapper .sublist_box {
    display: inline-block;
    vertical-align: top;
}

.header .header__sublist .sublist_wrapper .sublist_box.menu {
    width: 74%;
}

.header .header__sublist .sublist_wrapper .sublist_box.brands {
    width: 25%;
}

.header .header__sublist ul.sublist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 205px;
}

.header .header__sublist ul.sublist li.sublist__item a.sublist__item-link {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 5px;
    position: relative;
}

.header .header__sublist ul.sublist li.sublist__item.alls a.sublist__item-link {
    color: var(--main-green);
    text-decoration: underline;
}

.header .header__sublist ul.sublist li.sublist__item.alls a.sublist__item-link:hover {
    text-decoration: none;
}

.header .header__sublist .menu__banner {
    width: 40%;
    max-height: 235px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.header .header__sublist .menu__banner a.menu__banner-link {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 15px;
}

.header .header__sublist .menu__banner a.menu__banner-link img {
    display: inline-block;
    width: auto;
    height: 100%;
    max-height: 190px;
}

.header .top-icon-box {
    /*flex: 0 0 25%;*/
    /*max-width: 25%;*/
    display: flex;
    justify-content: flex-end;
}
.header.sticky .top-icon-box {
    flex: 0 0 auto;
    width: auto;
}
.icon-box_item_line {
    border-left: solid 2px #D6D5D4;
    margin: 0 15px;
}

.header .icon-box_item {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.header .icon-box_item a {
    display: inline-block;
}

.header .top-icon-box .icon-box_link {
    display: block;
    text-align: center;
}

.header .icon-box_item .icon-txt {
    font-size: 14px;
    margin-left: 7px;
    text-align: center;
}
.header .icon-box_item .total-price, .catalog-basket .total-price {
    color: #4b7a14;
    font-size: 18px;
    font-weight: bold;
    margin-left: 20px;
}
.catalog-basket .total-price {
    font-size: 16px;
}

.header .icon-box_item span, .catalog-basket .icon-box-link span {
    display: inline-block;
    vertical-align: middle;
}
.catalog-basket .basket-link {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.header .icon-box_item .icon-item, .catalog-basket .icon-item {
    position: relative;
    width: 30px;
    height: 23px;
}

.header .icon-box_item .search-icon {
    display: inline-block;
    vertical-align: middle;
}

.icon-box_item .icon-item:before, .icon-box_item .icon-item:after,
.search_wrapper .search__input button:before, .search_wrapper .search__input button:after,
.product_item__ico a:before, .product_item__ico a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: .2s ease-in-out;
}
.search_wrapper .search__input button:before, .search_wrapper .search__input button:after {
    background-size: 20px;
    top: 0;
    right: 0;
}
.product_item__ico a:before, .product_item__ico a:after {
    -webkit-background-size: 21px;
    background-size: 21px;
    top: 0;
    right: 1px;
}

.icon-box_item .icon-item:after,
.icon-box_item:hover .icon-item:before,
.icon-box_item.open-in .icon-item:before,
.search_wrapper .search__input button:active:before, .search_wrapper .search__input button:after,
.product_item__ico a:after, .product_item__ico:hover a:before {
    opacity: 0;
}

.icon-box_item:hover .icon-item:after,
.icon-box_item.open-in .icon-item:after,
.icon-box_item .icon-item:before,
.search_wrapper .search__input button:active:after, .search_wrapper .search__input button:before,
.product_item__ico:hover a:after, .product_item__ico a:before {
    opacity: 1;
}

.header .icon-box_item.open-in .icon-txt {
    color: var(--main-green);
}

.header .icon-box_item .search-icon:before, .search_wrapper .search__input button:before {
    background-image: url("images/icons/search_icon.svg");
}

.header .icon-box_item .search-icon:after, .search_wrapper .search__input button:after {
    background-image: url("images/icons/search_icon_h.svg");
}

.header .top-icon-box .icon-box_item .favour-icon:before {
    background-image: url("images/icons/favour_icon.svg");
}

.header .top-icon-box .icon-box_item .favour-icon:after {
    background-image: url("images/icons/favour_icon_h.svg");
}

.icon-box_item .basket-icon:before,
.product_item__ico.basket_icon a:before {
    background-image: url("images/icons/basket_icon.svg");
}

.icon-box_item .basket-icon:after,
.product_item__ico.basket_icon a:after {
    background-image: url("images/icons/basket_icon_h.svg");
}

.header .icon-box_item .user-icon {
    background-image: url("images/icons/user_icon.svg");
    pointer-events: none;
}

.header .icon-box_item:hover .user-icon {
    background-image: url("images/icons/user_icon_in.svg");
}

.header .icon-box_item .fa-user-o {
    font-size: 20px;
}

.icon-box_item .goods_icon-counter {
    display: block;
    position: absolute;
    width: 25px;
    height: 21px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: var(--main-green);
    right: -17px;
    top: -11px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    padding-right: 2px;
    z-index: 10;
}
.catalog-basket .icon-box_item .goods_icon-counter {
    width: 22px;
    height: 18px;
    font-size: 12px;
    top: -8px;
}

.header .icon-box_item.open-in .search_wrapper {
    height: 200px;
}

.favorite-element-container .catalog-link, .favor-delete-btn {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
}

.header .go_to a.bg_none {
    background-color: #fff;
    color: #000;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

.header .go_to a.bg_none:hover {
    color: var(--main-green);
}

.header #favour_in, .header #user {
    margin-right: 1rem;
}
.header .top-icon-box #user {
    position: relative;
}

/* region form styles ----------------------------------------------------- */

.auth-form-box {
    max-width: 500px;
}

@-webkit-keyframes autofill {
    to {
        color: inherit;
        background: rgba(128, 179, 102, .2);
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.auth-form-box .account-form .form__widget-box {
    display: block;
}

.auth-form-box .text_box {
    margin-bottom: 20px;
}

.account-form .form__widget-box .text-field, .form__widget_birthday input {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 34px;
    border: 1px solid #ddd;
    outline: none;
    font-size: 14px;
    color: #000;
    padding: 0 10px;
}

.account-form .form__widget-box input:focus {
    border-color: var(--main-green);
}

.account-form .form__widget-label {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
}

.account-form .form__controls {
    margin-top: 50px;
}

.account-form .account-form__button, .account-form .btn-form__control, .order__info .btn-form__controls a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 4px 10px;
    font-weight: 300;
    cursor: pointer;
}

.account-form .btn-form__control, .order__info .btn-form__controls a {
    height: 34px;
    padding: 0 20px;
    margin-right: 5px;
}

.order__info .btn-form__controls a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.account-form .btn-form__control input.cancel {
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
}
.account-form .btn-form__control:hover input.cancel {
    color: #fff;
}

.account-form .bx-authform-starrequired {
    color: #ff6150;
    font-size: 16px;
}

.account-form .bx-authform-required {
    margin-top: 0;
    padding-bottom: 0;
}

.account-form .login-link.reg-form-link {
    margin: 0;
    padding: 0;
}

.account-form .login-link {
    display: block;
    float: right;
    padding: 5px 0;
    font-weight: 300;
    color: var(--main-green);
    font-size: 14px;
    margin: 10px 0;
}

.account-form .login-link span {
    border-bottom: 1px solid;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}

.account-form .login-link.auth {
    float: left;
}

.account-form .login-link:hover span {
    border-bottom-color: transparent;
}

.form__checkbox input[type='checkbox'] {
    display: none;
}

.form__checkbox .form__checkbox-label {
    font-weight: normal;
}

.form__checkbox .form__checkbox-text {
    display: inline;
    vertical-align: middle;
    font-size: 14px;
}

.form__checkbox .form__checkbox-check {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border: solid 1px #bdbdbd;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.form__checkbox input[type='checkbox'] + label .form__checkbox-check:before {
    display: block;
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-image: url(images/icons/check-symbol.svg);
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0;
}

.form__checkbox input[type='checkbox']:checked + label .form__checkbox-check:before {
    opacity: 1;
}

.bx-authform-description-container {
    color: grey;
    font-weight: lighter;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 0;
}

/* endregion */

/* region favourite */

.bx-sbb-empty-cart-container {
    margin: 50px 0;
}

.bx-sbb-empty-cart-text {
    font-size: 36px;
    text-align: center;
    color: #bababa;
    margin-bottom: 42px;
}
.bx-sbb-empty-cart-text .big-text {
    margin-bottom: 15px;
}
.bx-sbb-empty-cart-text .small-text .fa {
    padding: 7px;
    border-radius: 50%;
    border: 1px solid;
    font-size: 13px;
}

.bx-sbb-empty-cart-text .small-text {
    color: #aaa;
    font-size: 16px;
}

.bx-sbb-empty-cart-btn {
    margin-top: 25px;
    text-align: center;
    font-size: 14px;
}

.bx-sbb-empty-cart-desc .fa {
    font-size: 16px;
}

.favourite .bx-sbb-empty-cart-text {
    margin-bottom: 15px;
}

/* endregion */

/* region orders list */

.sale-order-list-item {
    margin-bottom: 20px;
}

.sale-order-list-title-container, .sale-order-list-inner-row, .sale-order-list-shipment, .sale-order-list-accomplished-title-container {
    /*padding: 10px 15px;*/
}

.sale-order-list-inner-title-line-item {
    display: block;
    padding: 10px 15px;
    background-color: whitesmoke;
    color: #000;
    text-transform: uppercase;
}

.sale-order-list-button-container {
    margin: 20px 0 15px;
}

.sale-order-list-button-container .btn-green-gradient {
    padding: 6px 20px 5px;
    display: block;
}

.sale-order-list-inner-row-template .row {
    margin-left: 0;
    margin-right: 0;
}

.sale-order-payment-change-pp-list {
    margin-top: 15px;
}

.sale-order-list-status-restricted, .sale-order-list-status-alert, .sale-order-list-status-success {
    margin-left: 5px;
}

.sale-order-detail h1 {
    width: 100%;
}

.sale-order-list-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sale-order-link {
    font-size: 14px;
    border-bottom: 1px solid var(--main-green);
    color: var(--main-green);
}

.sale-order-list-cancel-link, .sale-order-list-cancel-link:hover {
    color: #ff6150;
}

.sale-order-list-cancel-link {
    border-bottom-color: #ff6150;
}

.sale-order-link:hover {
    border-bottom-color: transparent;
}

.sale-order-detail-more-info-details-title {
    margin-bottom: 10px;
}

.sale-order-detail-more-links {
    margin-bottom: 20px;
}

.sale-order-detail-more-info-details-table {
    width: 100%;
    margin-bottom: 20px;
}

.sale-order-detail-prop-name, .sale-order-detail-prop-value {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: normal;
}

.sale-order-detail-prop-name {
    font-weight: bold;
}

.order__info .btn-form__controls, .sale-order-detail-section-title, .bx-order-cancel {
    margin: 15px 0;
}

.bx-order-cancel p {
    margin: 8px 0;
}

.bx-order-cancel textarea.form-control {
    resize: none;
    height: 250px;
    border-radius: 0;
    margin: 10px 0 20px;
}

textarea:focus, input[type=text]:focus, .form-control:focus, .ec-input-param:focus {
    border-color: var(--main-green) !important;
    box-shadow: none;
    outline: none;
}

input.form-control.has-error {
    border-color: red;
}
span.form-control-error {
    display:none;
    color: red;
}

.sale-order-payment-change-pp-company:hover .sale-order-payment-change-pp-company-graf-container {
    border-color: var(--main-green);
}

/* endregion */

/* region account pay */

.sale-personal-account-wallet-list-container {
    background-color: #f5f5f5;
    color: #000;
}

.sale-personal-account-wallet-title {
    background-color: #e8e9e4;
    color: #000;
}

.sale-personal-account-wallet-currency-item {
    color: #555;
}

.sale-personal-account-wallet-container, .bx-sap {
    max-width: 450px;
}

.bx-sap .form-horizontal {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.sale-accountpay-input.text-right {
    /*padding-right: 45px;*/
    /*margin-left: 10px;*/
    /*width: 150px;*/
    /*border-radius: 0;*/
}

.input-group-append {
    /*font-size: 14px;*/
    /*color: #aaa;*/
    /*position: absolute;*/
    /*z-index: 10;*/
    /*right: 10px;*/
    /*top: 7px;*/
}

.bx-sap_wrapper .input-group {
    max-width: 200px;
    margin-left: 15px;
}

.sale-accountpay-pp-wrapper h3 {
    margin-bottom: 10px;
}

.sale-account-pay-btn-wrapper {
    margin-top: 30px;
}

.sale-accountpay-pp-company.bx-selected .sale-accountpay-pp-company-graf-container {
    border-color: var(--main-green);
}

.sale-accountpay-pp-company-graf-container {
    border-radius: 0;
}

/* endregion */




.btn-primary, .api_button_primary, .popup-window-buttons .btn-buy, .btn-not-avaliable {
    font-weight: 500;
    text-align: center;
    border-radius: 3px;
    background-color: var(--main-green);
    color: #fff;
    font-size: 14px;
    border: none;
    padding: 10px 15px;
    transition: .2s ease-in-out;
}

.btn-not-avaliable, .btn-not-avaliable:hover, .btn-not-avaliable:active {
    background-color: #bcbcbc;
    cursor: default;
    color: #fff;
}


.btn-primary:hover, .btn-primary:focus, .api_button_primary:hover, .api_button_primary:focus,
.popup-window-buttons .btn-buy:hover {
    color: #fff;
    background: #6c8d46;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus,
.api_button_primary:active, .popup-window-buttons .btn-buy:active {
    background: #4b7a14;
}

.api_button_primary {
    width: 150px;
}

.btn-green-border, .popup-window-buttons .btn-buy:first-child {
    font-weight: 500;
    border-radius: 3px;
    font-size: 14px;
    color: var(--main-green);
    border: 2px solid var(--main-green);
    background-color: transparent;
    padding: 8px 15px 7px 15px;
    position: relative;
    -webkit-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}
.btn-green-border.disabled{
    opacity: 0.5;
    pointer-events: none;
}
.btn-green-border:before, .popup-window-buttons .btn-buy:first-child:before {
    /*content: '';*/
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: 0;
    background: var(--main-green);
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(1, 0.7, 1);
    transform: scale3d(1, 0.7, 1);
    -webkit-transition: ease-in-out transform 0.2s, ease-in-out opacity 0.2s;
    transition: ease-in-out transform 0.2s, ease-in-out opacity 0.2s;
}

.btn-green-border:hover, .popup-window-buttons .btn-buy:first-child:hover {
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    background-color: var(--main-green);
}

.btn-green-border:hover:before, .popup-window-buttons .btn-buy:first-child:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.btn-green-border:active, .popup-window-buttons .btn-buy:first-child:active {
    background: #4b7a14;
    border-color: #4b7a14;
}

.link-green-border {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid var(--main-green);
    color: var(--main-green);
}

.link-green-border:hover {
    border-bottom-color: transparent;
}

.search_wrapper {
    width: 100%;
}

.search_wrapper .wrapper-inner {
    position: relative;
    padding-top: 50px;
    padding-bottom: 60px;
}

.search_wrapper .search__input {
    width: 100%;
}

.search_wrapper .search__input input, .search-input-wrapper input[type='text'] {
    width: 100%;
    /*height: 100%;*/
    font-size: 14px;
    font-weight: 300;
    outline: none;
    color: #000;
    padding: 12px 40px 12px 12px;
    border-radius: 3px;
    border: solid 1px #d6d5d5;
    height:46px;
}

.search-input-wrapper input[type='text'] {
    padding-top: 10px;
    font-size: 22px;
}

.search_wrapper .search__input input::-webkit-input-placeholder, .search-input-wrapper input[type='text']::-webkit-input-placeholder {
    color: #aaa;
}

.search_wrapper .search__input input:-ms-input-placeholder, .search-input-wrapper input[type='text']:-ms-input-placeholder {
    color: #aaa;
}

.search_wrapper .search__input input::-ms-input-placeholder, .search-input-wrapper input[type='text']::-ms-input-placeholder {
    color: #aaa;
}

.search_wrapper .search__input input::placeholder, .search-input-wrapper input[type='text']::placeholder {
    color: #aaa;
}

.search_wrapper .search__input button, .search-input-wrapper input[type='submit'] {
    position: absolute;
    top: 0;
    bottom: 1px;
    margin: auto;
    right: 0;
    width: 45px;
    height: 100%;
    text-align: center;
    border: none;
    cursor: pointer;
    /*background-size: contain;*/
    /*background: #fff url(images/icons/search.png) center no-repeat !important;*/
    font-size: 0;
    box-shadow: none;
    opacity: .5;
    transition: .2s ease-in-out;
    background: none;
}

.search_wrapper .search__input button:hover, .search-input-wrapper input[type='submit']:hover {
    opacity: 1;
}

.search-input-wrapper input[type='submit'] {
    top: 1px;
    right: 1px;
}

#title-search,
.title-search-wrapper {
    position:relative;
}
.header .hb-content.sticky #search_in {
    position: inherit;
}

.header .hb-content.sticky .header-bottom-row {
    position: initial;
}

.input-wrapper {
    position: relative;
}


/* region new header */

.header-top-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    transition: .2s ease;
}
.header-top-line .col-left {
    width:100%;
    padding-right:90px;
}
.header-top-line .col-left .row {
    flex-wrap:nowrap;
}
.header-top-line .col-left .row .col-auto:nth-child(2){
    padding:0;
    flex: 1 0 0;
}
.header-phone {
    text-align: right;
    display: flex;
    flex-flow: column nowrap;
}
.header-phone a, .footer-phone a {
    font-size: 16px;
    font-weight: bold;
    color: #2d1c2e;
    display: inline-block;
    white-space: nowrap;
}
.footer-phone a {
    color: #4b7a14;
}
.header-phone a {
    transition: ease-out .3s;
}

.header-phone a:hover, .footer-phone a:hover {
    color: var(--main-green);
}

.header-bottom-line {
    border-top: solid 1px #f2f2f2;
    border-bottom: solid 1px #f2f2f2;
}
.header-bottom-row {
    padding: 10px 0;
}

.header .header-bottom {
    height: 64px;
}
.header .hb-content {
    width: 100%;
}

.header .hb-content.sticky{
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.header {
    background-color: #fff;
    width: 100%;
}

.header.sticky .header-bottom-line {
    border: none;
}
.header.sticky .bx-nav-1-lvl > a span {
    /*padding: 19px 20px;*/
    /*font-size: 12px;*/
}
.bx-nav-2-lvl {
    /*padding: 0 7px !important;*/
}
.header .hb-content .logo {
    display: none;
    width: 150px;
}

.header .hb-content.sticky .logo {
    display: block;
}
.hb-content.sticky .icon-box_item .user-link .icon-txt {
    /*display: none !important;*/
}
.hb-content.sticky .top-icon-box .icon-box_item {
    margin: 0 5px;
}
.header.sticky .top-nav-wrapper, .header.sticky #search_in {
    width: auto;
}
.header.sticky .bx-nav-1-lvl:hover .bx-nav-2-lvl-container-advanced,
.header.sticky .bx-nav-1-lvl:hover .bx-nav-2-lvl-container-advanced,
.header.sticky .bx-nav-1-lvl:hover .bx-nav-2-lvl-container,
.header.sticky .top-nav-wrapper.hover-menu .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
    border-top: solid 1px #ebebeb;
}
.header .top-nav-wrapper .icon-box_item {
    display: none;
}

.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


@keyframes fadeInDown {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
/* endregion */

.search-form input.form-control {
    height: 100%;
    font-size: 14px;
    font-weight: 300;
    outline: none;
    color: #000;
    padding: 12px;
    padding-right: 40px;
    border-radius: 3px;
    border: solid 1px #d6d5d5;
}


.main_content {
    min-height: calc(100vh - 304px);
    margin-bottom: 50px;
    /*padding-top: 165px;*/
}
@media (max-width:768px) {
    .main_content {
        overflow:hidden;
    }
}

.main_banner_slider {
    margin-top: 20px;
}

.main_banner_slider .bx-wrapper {
    margin-bottom: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main_banner_slider .bx-wrapper .bx-controls {
    width: 200px;
    float: right;
    position: relative;
}

.main_banner_slider .slick-arrow {
    position: absolute;
    width: 30px;
    height: 25px;
    top: initial;
    bottom: 50px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    font-size: 0;
    z-index: 100;
    opacity: .7;
    transition: .2s ease-out;
}

.main_banner_slider .slick-arrow:hover {
    opacity: 1;
}

.main_banner_slider .slick-prev {
    background-image: url("images/icons/banner-left-arrow_blck.svg");
    right: 105px;
}

.main_banner_slider .slick-next {
    background-image: url("images/icons/banner-right-arrow_blck.svg");
    right: 50px;
}

.main_banner_slider ul.slick-dots li {
    display: block;
}

.main_banner_slider .slick-dots li button, .owl-carousel button.owl-dot span {
    display: block;
    background: transparent;
    width: 10px;
    height: 10px;
    border: 1px solid #4b7a14;
    position: relative;
    font-size: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    margin: 3px 8px;
}
.owl-carousel button.owl-dot span {
    margin: 3px 5px;
}


.owl-carousel button.owl-dot.active span, .main_banner_slider .slick-dots li.slick-active button,
.main_banner_slider .slick-dots li button:after, .owl-carousel button.owl-dot:hover span {
    background: #4b7a14;
}

/*.owl-carousel button.owl-dot {*/
    /*margin: 7px 0;*/
/*}*/

/*.owl-carousel button.owl-dot {*/
    /*display: inline-block;*/
    /*margin: 0 2px;*/
    /*opacity: 1;*/
/*}*/

/*.main_banner_slider .slick-dots li button:after, .owl-carousel button.owl-dot span {*/
    /*!*content: '';*!*/
    /*display: block;*/
    /*width: 5px;*/
    /*height: 5px;*/
    /*border-radius: 50%;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*top: 0;*/
    /*margin: auto;*/
/*}*/

/*.owl-carousel button.owl-dot.active {*/
    /*border-color: #6c7567;*/
/*}*/

/*.owl-carousel button.owl-dot span {*/
    /*background: #6c7567;*/
/*}*/

.offers_box {
    padding-top: 60px;
}

.offers_box .offers_box_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.offers_box .offers_box_item .row {
    flex-direction: column;
}

.offers_box .offers_box_item .img_box {
    width: 100px;
    height: 100px;
    margin: auto;
    background-size: 65px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
    border: solid 1px #e2e2e2;
    background-color: #fff;
}

.offers_box .offers_box_item .text_box {
    display: inline-block;
    width: calc(100% - 110px);
    font-size: 14px;
    color: #2d1c2e;
}

.offers_box .offers_box_item .text_box b {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    margin: 20px 0 15px;
}

.banner-img-item {
    box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
    height: fit-content;
    width: 100%;
    overflow: hidden;
}

.banner-img-item img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 100%;
    object-fit: cover;
    transition: transform .3s ease-out;
    transform: scale(1.02);
}
.banner-img-item:hover img {
    transform: scale(1);
}

.slider_wrapper, .main-receipts-list {
    padding-top: 30px;
}

.slider_wrapper h2, .main-receipts-list h2 {
    font-size: 24px;
    padding: 0 0 25px;
}
.product-item-detail-tabs-container {
    z-index: 1;
    position: relative;
}
.main-receipts-list .btn-primary {
    display: block;
    padding-left: 50px;
    padding-right: 50px;
}

.tab_slider_box .tab_slider_nav a {
    color: #000;
    opacity: .7;
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.tab_slider_box .tab_slider_nav a.active {
    opacity: 1;
    pointer-events: none;
}

.tab_slider_box .tab_slider_nav a.active h2 {
    font-weight: 500;
}

.tab_slider_box .tabs_box {
    position: relative;
}

.tab_slider_box .tabs_box .tab_slider {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.tab_slider_box .tabs_box .tab_slider.active {
    position: relative;
    opacity: 1;
    z-index: 150;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tab_slider_box .tabs_box .tab_slider .slider .owl-carousel {
    padding: 0;
}

.tab_slider .fast_view,
.slider .fast_view {
    /*display: none;*/
}

.slider .owl-carousel, .slider_in_fast .owl-carousel {
    /*margin: 30px 0 0;*/
}

.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-carousel .owl-dots, .owl-nav.disabled + .owl-dots{
    margin: 20px auto 10px;
}

.owl-carousel .owl-nav {
    margin-top: 0;
}

.owl-carousel .owl-nav .disabled {
    opacity: 1;
}
.owl-carousel .owl-nav .owl-prev.disabled span, .owl-carousel .owl-nav .owl-prev.disabled:hover span,
.owl-carousel .owl-nav .owl-next.disabled span, .owl-carousel .owl-nav .owl-next.disabled:hover span {
    opacity: .4;
    cursor: default;
}

.owl-carousel .owl-nav button span {
    font-size: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100%;
    height: 100%;
    border: 2px solid var(--main-green);
    position: relative;
    font-family: FontAwesome;
    color: var(--main-green);
}
.owl-carousel .owl-nav button.disabled span{
    background: var(--main-green);
    color: #fff;
}
.owl-carousel .owl-nav button span:before {
    display: block;
    font-size: 22px;

}
.owl-carousel .owl-nav .owl-prev span:before {
    content: '\f104';
}
.owl-carousel .owl-nav .owl-next span:before {
    content: '\f105';
}
.owl-carousel .owl-nav .owl-prev span, .owl-carousel .owl-nav .owl-next span, .owl-carousel .owl-dot {
    opacity: .8;
    transition: .2s ease-out;
}

.owl-carousel .owl-nav .owl-prev span.disabled, .owl-carousel .owl-nav .owl-next span.disabled, .owl-carousel .owl-dot.disabled {
    opacity: .5 !important;
    cursor: default;
}

.owl-carousel .owl-nav .owl-prev:hover span, .owl-carousel .owl-nav .owl-next:hover span, .owl-carousel .owl-dot:hover {
    opacity: 1;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 22px);
    margin: auto;
    width: 44px;
    height: 44px;
    box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
    background-color: #fff;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.slider-viewed .owl-nav button.owl-prev, .slider-viewed .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -15px;
}
.slider-viewed .owl-nav button.owl-prev {
    left: -10px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -15px;
}
.slider-viewed .owl-nav button.owl-next {
    right: -10px;
}

.slider-viewed .product-item-container {
    flex: 0 0 100%;
    max-width: 100%;
}

/*  products items
    --------------------------------------------------------------------*/


/*region svg heart*/
.to_favorites .heart {
    display: block;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}

.to_favorites .heart.active, .to_favorites.active .heart {
    opacity: 0;
}

.to_favorites.active .heart.active, .to_favorites .heart, .product-detail-info-top .to_favorites:hover .heart {
    opacity: 1;
}

.to_favorites:hover .heart, .product-detail-info-top .to_favorites .heart {
    fill: var(--main-green);
}

.product_item__ico:hover, .to_favorites:hover {
    border: 1px solid var(--main-green);
}

.product_item__ico:active, .to_favorites:active, .to_favorites.active {
    border: 1px solid var(--main-green);
}

/*endregion*/

.to_favorites:before, .to_favorites:after {
    /*content: '';*/
    opacity: 0;
    display: block;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}

.to_favorites:before {
    background-image: url("images/icons/heart.svg");
}

.to_favorites:after {
    background-image: url("images/icons/heart-in.svg");
    -webkit-background-size: 17px;
    background-size: 17px;
}

.to_favorites:hover:before, .to_favorites:active:after, .to_favorites.active:after {
    opacity: 1;
}

.to_favorites:hover {
    border: 1px solid var(--main-green);
}

.to_favorites:active, .to_favorites.active {
    border: 1px solid var(--main-green);
}

.about_us .content_wrapper {
    font-size: 18px;
    line-height: 2;
    margin: 50px 0;
}


/* region new style popup-in-cart --------------------------------------------------------------------------*/
.popup-window-close-icon:after {
    width: 15px;
    height: 15px;
}
.popup-window-buttons .btn-buy {
    padding: 10px 15px;
    font-size: 12px !important;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.popup-window-buttons .btn-buy:first-child {
    padding: 9px 15px 8px;
}

.popup-window.popup-window-with-titlebar {
    padding: 25px;
}

.popup-window-titlebar-text, .popup-window-titlebar-text-version {
    color: #000;
    font-size: 18px;
}

/* endregion */

.product_card__info {
    width: 50%;
    margin-left: 3%;
    font-size: 14px;
    position: relative;
}

.product_card__info .product_card-flags {
    top: -15px;
    right: 0;
    left: initial;
}

.product_card-flags {
    position: absolute;
}

.product_card-flags .flag-item {
    font-size: 11px;
    color: #fff;
    width: 80px;
    height: 21px;
    border-radius: 5px;
    line-height: 21px;
    margin-bottom: 5px;
    text-align: center;
    cursor: default;
    position: relative;
}

.product_card-flags .flag-item.special_offer {
    background-color: var(--main-green);
}
.product_card-flags .flag-item.product_hit {
    background-color: #ed4b51;
}
.product_card-flags .flag-item.product_discount {
    background-color: #eb6150;
}
.product_card-flags .flag-item.without_gmo {
    border: solid 1px #9fb983;
    background-color: #ddedcb;
    color: #6c8d46;
}
.product_card-flags .flag-item.without_gmo span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
}
.product_card-flags .flag-item.without_gmo .flag-icon {
    background-image: url('images/icons/leaf.svg');
    width: 13px;
    height: 13px;
    background-size: contain;
}
.product_card-flags .flag-item.new, .product_card-flags .flag-item.big {
    background-color: #e6c402;
}

.product_card-flags .flag-item.background_orange {
    background-color: orange;
}
.product_card-flags .flag-item.background_red {
     background-color: red;
}
.product_card-flags .flag-item.background_blue {
    background-color: blue;
}
.product_card-flags .flag-item.background_yellow {
    background-color: yellow;
}
.product_card-flags .flag-item.background_black {
    background-color: black;
}
.product_card-flags .flag-item.background_green {
    background-color: green;
}
.product_card-flags .flag-item.background_white {
    background-color: white;
}
.product_card-flags .flag-item.text_white {
    color: white;
}
.product_card-flags .flag-item.text_black {
    color: black;
}
.product_card-flags .flag-item.text_green {
    color: green;
}
.product_card-flags .flag-item.text_yellow {
    color: yellow;
}
.product_card-flags .flag-item.text_blue {
    color: blue;
}
.product_card-flags .flag-item.text_red {
    color: red;
}
.product_card-flags .flag-item.text_orange {
    color: orange;
}

.arelrating-color-green1 .icon-star {
    background: url("images/icons/rating_sprite.png") no-repeat 0 0 transparent;
}

.arelrating-color-green1 .stars-empty {
    background: url("images/icons/rating_sprite.png") no-repeat 0 -14px;
}

.arelrating-color-green1 .stars-full {
    background: url("images/icons/rating_sprite.png") no-repeat 0 -28px;
}

.arelrating-color-green1 .info .info-bar {
    background-color: #79c471;
}

.product_card__attributes {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.product_card__attributes .product__attribute {
    line-height: 2;
}

.product_card__attributes .product__attribute .product__attr-label {
    color: #aaa;
}

.product_card__attributes .product__attribute .product__attr-value {
    font-weight: 300;
}

.product_card__attributes .product__attribute .product__attr-value a {
    text-decoration: underline;
    color: #000;
}

.product_card__attributes .product__attribute .product__attr-value a:hover {
    text-decoration: none;
}

.info-card {
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    font-weight: 300;
    color: #aaa;
    position: relative;
}

.info-card .tt-info-box {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #aaa;
    border-radius: 50%;
    margin-left: 5px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}

.info-card .tt-info-box:hover {
    border-color: var(--main-green);
    color: #fff;
    background-color: var(--main-green);
}

.info-card .tt-info-box:before {
    content: '?';
    display: block;
    line-height: 1.2;
}

.product_order_block {
    padding: 15px 0;
}

.product_card__options {
    margin-bottom: 20px;
}

.clr {
    clear: both;
}

.show_btn {
    display: inline-block;
}

.hide_btn {
    display: none;
}

.product_card__descr {
    margin-bottom: 30px;
}

.product_card__descr .product__descr-label {
    font-size: 16px;
    font-weight: 500;
}

.product_card__descr .product__descr-value {
    width: 60%;
    padding: 10px 0;
}

.order_block-buy .product_item__price {
    display: inline-block;
    vertical-align: middle;
}

.order_block-buy .product_item__price .price {
    font-weight: 500;
}

.order_block-buy .btn_wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 170px;
    margin: 0 25px;
    position: relative;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.order_block-buy .btn_wrapper .product_add-btn {
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    padding: 13px 0;
    color: #fff;
    font: inherit;
    font-weight: 500;
    text-transform: uppercase;
    border: 0;
    display: block;
}

.order_block-buy .product_add-btn span {
    display: block;
    position: relative;
    z-index: 10;
}

.btn_mask {
    position: relative;
    background-color: var(--main-green);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.btn_mask:hover {
    background-color: #a1787c;
}

.btn_mask:active {
    background-color: var(--main-green);
}

.btn_mask:before {
    content: '';
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border: 1px solid var(--main-green);
    -webkit-transform: scale3d(0.95, 0.8, 1);
    transform: scale3d(0.95, 0.8, 1);
    display: none;
}

.btn_mask:after {
    content: '';
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: var(--main-green);
    display: none;
}

.btn_mask:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.btn_mask:hover:after {
    background-color: var(--main-green);
    -webkit-transform: scale3d(0.95, 0.8, 1);
    transform: scale3d(0.95, 0.8, 1);
}

.product_add-favour {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

/*width: 25px;*/
/*height: 25px;*/
/*background-image: url("images/icons/heart.svg");*/
/*background-size: contain;*/
/*background-repeat: no-repeat;*/
/*background-position: center;*/
/*-webkit-transition: .2s ease-out;*/
/*transition: .2s ease-out;*/
/*}*/

/*.product_add-favour:hover, .product_add-favour.active {*/
/*background-image: url("images/icons/heart-in.svg");*/
/*}*/
.sets {
    margin-bottom: 40px;
}

.sets__wrapper {
    padding: 30px 0;
    display: flex;
    align-items: start;
}

.set_container {
    display: flex;
    align-items: flex-start;
    margin-right: 15px;
}

.set_container .set_item {
    display: inline-block;
    vertical-align: top;
    padding: 0 35px;
    position: relative;
}

.set_container .set_item.main-item {
    padding-left: 0;
}

.set_container .set_item.main-item:after {
    display: none;
}

.set_container .set_item .set_plus {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: -45px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.set_container .set_item .set_plus:after, .set_container .set_item .set_plus:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #bdbdbd;
}

.set_container .set_item .set_plus:after {
    transform: rotate(-90deg);
}

.set_container .set_image__wrap {
    position: relative;
    border: 1px solid #e8e8e8;
}

.set_container .set_image__wrap a {
    display: block;
    width: 173px;
    height: 210px;
}

.set_container .set_image__wrap a img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    transform: translateY(-50%) translateX(-50%);
}

.set_container .set_image__wrap span.number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    background-color: var(--main-green);
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: 40px;
    height: 40px;
    top: -13px;
    right: -15px;
}

.set_container .set_info {
    width: 175px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.set_container .set_name {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 30px);
    font-size: 12px;
    font-weight: 500;
}

.set_container .set_item.main-item .set_name {
    width: 100%;
}

.set_container .set_name a {
    color: #000;
}

.set_container .set_name .name {
    overflow: hidden;
    display: block;
    height: 50px
}

.set_container .set_name .price {
    margin-top: 15px;
}

.set_container .set_name .price .current_price {
    display: block;
    font-weight: bold;
}

.set_container .set_name .price .old_price {
    font-size: 11px;
    color: #8f8f8f;
    position: relative;
}

.set_container label.set_check-in,
.set_container div.set_check-in {
    display: inline-block;
    width: 20px;
}

.set_container label.set_check-in {
    cursor: pointer;
}

.set_container div.set_check-in {
    display: none;
}

.set_container label.set_check-in span,
.set_container div.set_check-in span {
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
}

.set_container label.set_check-in.active span:before,
.set_container div.set_check-in span:before {
    content: "\f00c";
    line-height: 1;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    font-family: FontAwesome;
    top: -2px;
    left: 1px;
    color: var(--main-green);
}

.set_container label.set_check-in input {
    display: none;
}

.set_result {
    height: 210px;
    display: inline-block;
    vertical-align: top;
    padding-left: 50px;
    text-align: center;
    font-weight: 500;
    position: relative;
}

.set_result:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 15px;
    border-top: 2px solid #bdbdbd;
    border-bottom: 2px solid #bdbdbd;
    top: 90px;
    left: -15px;
}

.set_result .result_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.set_result .result_sum {
    font-size: 24px;
    margin-bottom: 20px;
}

.set_result .result_sum span {
    font-size: 18px;
}

.set_result .result_sum .set-price {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.set_result .result_sum .old_price span:empty {
    display: none;
}

.set_result .set_to-cart,
.basket_empty .go_to-catalog a {
    width: 160px;
    padding: 10px 0;
    /*background-color: transparent;*/
    cursor: pointer;
    position: relative;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    overflow: hidden;
    /*display: block;*/
}
.btn-green-border.set_to-cart span {
    position: relative;
    z-index: 10;
}
.btn-green-border.set_to-cart:before {
    z-index: 1;
}

.set_result .set_to-cart {
    width: auto;
    min-width: 160px;
    padding: 10px 20px;
}

.kit, .btn-loader {
    display: none;
}
.btn-loader {
    font-size: 16px;
}

.comments .title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
    margin: 0;
}

.comments .title_box h2 {
    display: inline-block;
    border: 0;
    padding-bottom: 0;
}

.api_modal .api_modal_title {
    text-transform: uppercase;
}

.api_form .api_controls label input[type=checkbox] + .api-rules-text {
    padding-left: 25px;
    position: relative;
}

.api_form .api_controls label input[type=checkbox] + .api-rules-text:before, .api_form .api_controls label input[type=checkbox] + .api-rules-text:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.api_form .api_controls label input[type=checkbox] + .api-rules-text:before {
    border: solid 1px #bdbdbd;
}

.api_form .api_controls label input[type=checkbox]:checked + .api-rules-text:after {
    content: '\f00c';
    font-family: FontAwesome;
    color: var(--main-green);
    font-size: 14px;
    top: -2px;
    left: 1px;
}

.api_form .api_controls label input[type=checkbox] {
    display: none;
}

.api_form .api_controls label {
    padding-left: 0;
}

.api_modal .api_modal_close {
    z-index: 100;
}

.api_modal .api_modal_header {
    padding: 15px 30px 15px 20px;
}

.section__list-wrapper {
    padding-bottom: 20px;
}

.section__list-wrapper {
    /*margin-bottom: 30px;*/
}

.sorting_box {
    font-size: 14px;
    color: #bbb;
    text-align: right;
}

.sorting_box span.title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.sorting_box .sorting {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

.sorting_box .sorting .sorting_item {
    display: inline;
    margin-left: 10px;
    font-weight: 300;
}
.sorting_box .sorting .sorting_item:first-child {
    margin-left: 0;
}

.sorting_box .sorting .sorting_item span {
    display: inline-block;
    vertical-align: top;
}
.sorting_box .sorting-title, .sorting_box .sorting .sorting_item a {
    color: #a9a9a9;
}
.sorting_box .sorting .sorting_item .fa {
    font-size: 12px;
    line-height: 18px;
}

.sorting_box .sorting .sorting_item a {
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}

.sorting_box .sorting .sorting_item.active a {
    color: #151414;
    font-weight: 500;
}
.sorting_box .sorting .sorting_item:hover a {
    color: #151414;
}

.product_card_fast {
    text-align: right;
}

.fade-in-down-sm .product_card_fast {
    display: none;
}
.product_card_fast {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    /*padding-left: 20px;*/
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.product_card_fast .fast_view {
    display: none;
}

.product_card_fast.fast-in {
    z-index: 1100;
    visibility: visible;
    overflow: visible;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.product_card_fast .fast_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_card_fast .product_card_detail {
    background-color: #fff;
    padding: 50px;
    margin-top: 0;
}

.product_card_fast .product_card_detail .slider_in_fast {
    margin-top: 50px;
}
.product_card_fast .product-item-detail-gallery {
    padding-right: 20px;
}

.product_card_fast .product-item-detail-content {
    padding-left: 20px;
    margin-left: -1px;
}

.product_card_fast .product-detail-descriptions .tab-content {
    line-height: 1.5;
}

.product_card_fast .product_opt {
    width: 100%;
}

.product_card_fast .go_to_card {
    text-align: center;
    padding-bottom: 30px;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}

.product_card_fast .go_to_card a {
    display: inline;
    position: relative;
    border-bottom: 1px solid transparent;
    color: #aaa;
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}

.product_card_fast .go_to_card a:after {
    content: "\f105";
    display: block;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: -15px;
}

.product_card_fast .go_to_card a:hover {
    border-bottom-color: var(--main-green);
    color: var(--main-green);
}

.product_card_fast .close-btn {
    top: 0;
    right: 0;
    display: none;
}

.close-btn, .popup-window-titlebar-close-icon {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    background: none;
    opacity: .5;
    top: 0;
    right: 0;
    z-index: 600;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}

.popup-window-titlebar-close-icon {
    opacity: .5;
}

.close-btn:hover, .popup-window-titlebar-close-icon:hover {
    opacity: .7;
}

.close-btn:active, .popup-window-titlebar-close-icon:active {
    opacity: 1;
}

.close-btn:before, .close-btn:after, .popup-window-titlebar-close-icon:before, .popup-window-titlebar-close-icon:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 15px;
    height: 2px;
    background-color: #636363;
}

.close-btn:before, .popup-window-titlebar-close-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-btn:after, .popup-window-titlebar-close-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup_mask, .popup_inner {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 1099;
}

.popup_inner {
    z-index: 2000;
}

.footer {
    border-top: solid 1px #d7d7d7;
    background-color: #f5f5f5;
    padding: 30px 0 15px;
}
.feedback-btn {
    border-radius: 3px;
    border: solid 1px var(--main-green);
    background: none;
    font-size: 13px;
    color: rgba(112, 112, 112, .8);
    padding: 7px 18px;
    transition: .2s ease-in-out;
}
.feedback-btn.feedback{
    padding: 4px 18px;
}
.feedback-btn:hover {
    background-color: var(--main-green);
    color: #fff;
}

.feedback-btn:active {
    background-color: #4b7a14;
}

.bottom-logo {
    margin-bottom: 20px;
    max-width: 180px;
}

.footer-item-text {
    font-size: 14px;
    line-height: 1.7;
    color: #313131;
}

.mail-subscribe-container {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(images/subscribe_bg.jpg);
    background-color: #6ebe11;
    background-size: cover;
    background-position: 50%;
}
.mail-subscribe {
    max-width: 900px;
    width: 100%;
    margin: auto;
}
.mail-subscribe .subscribe-title {
    font-weight: 900;
    color: #fff;
}
.mail-subscribe .subscribe-title .title-3 { font-size: 24px; margin-bottom: 10px; }
.mail-subscribe .subscribe-title p { font-size: 16px; }
.mail-subscribe .main-user-consent-request-announce {
    color: #fff;
}


.top-menu ul.navigation {
    display: flex;
    flex-wrap:wrap;
    align-items: center;
}

.top-menu ul.navigation li {
    font-size: 14px;
    font-weight:700;
    padding:0 4px;
    white-space:nowrap;
}
.top-menu ul.navigation li:first-child {
    padding-left:0;
}

.top-menu ul.navigation li:last-child {
    padding-right:0;
}

.header .navigation a.opt-byer__link{
    color: var(--main-green);
    border-bottom: 1px dashed var(--main-green);
    padding-bottom: 2px;
}

.footer-item-title {
    font-size: 18px;
    font-weight: 900;
    color: #000;
    margin-bottom: 10px;
    display: block;
}

.footer ul.navigation li {
    margin-bottom: 8px;
    line-height: 1.3;
}

.footer ul.navigation li a {
    font-size: 14px;
    color: #000;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
    position: relative;
    display: inline-block;
}

.footer ul.navigation li a:after {
    background-color: var(--main-green);
    display: block;
    /*content: "";*/
    height: 1px;
    width: 0;
    left: 50%;
    position: absolute;
    bottom: 1px;
    -webkit-transition: width .15s ease-out;
    transition: width .15s ease-out;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.footer ul.navigation li a:hover {
    color: var(--main-green);
}

.footer ul.navigation li a:hover:after {
    width: 100%;
}

.footer .pays-box, .footer .pay-title {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}
.footer .footer-item-pays {
    margin-top: 15px;
}
.footer .pay-title {
    margin-bottom: 5px;
    margin-right: 10px;
    display: block;
    font-weight: 500;
}

.footer .pays-box .pay-item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    height: 17px;
}
.footer .pays-box .pay-item:first-child {
    margin-left: 0;
}
.footer .pays-box .pay-item img {
    max-height: 17px;
}
.footer-bottom {
    border-top: solid 1px #d7d7d7;
    margin-top: 15px;
}

/* region hamburger button */
.hamburger {
    width: 60px;
    height: 50px;
    text-align: center;
    position: relative;
    font-size: 11px;
    color: var(--main-green);
    order: 1;
}

.hamburger .line, .hamburger .line:after, .hamburger .line:before {
    position: absolute;
    background-color: var(--main-green);
    width: 30px;
    height: 3px;
    border-radius: 10px;
    display: block;
    transition: .2s ease-in-out;
}

.hamburger .line:after, .hamburger .line:before {
    content: '';
}

.hamburger .line {
    margin: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.hamburger .line:before {
    top: -8px;
}

.hamburger .line:after {
    bottom: -8px;
}

.hamburger.is-active .line {
    /* transform: rotate(-90deg); */
    background-color: transparent;
}

.hamburger.is-active .line:before {
    transform: rotate(-45deg);
    top: 0;
    /* left: -1px; */
    /* width: 52%; */
    background-color: #fff;
}

.hamburger.is-active .line:after {
    transform: rotate(45deg);
    bottom: 0;
    /* left: -1px; */
    /* width: 50%; */
    background-color: #fff;
}

/*---region custom bootstrap----*/
@media (min-width: 1025px) {
    .visible-lg {
        display: block !important;
    }
    .hidden-xs {
        display: block !important;
    }

    .visible-xs {
        display: none !important;
    }

    .visible-xs-inline-block {
        display: none !important;
    }
}

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

    .visible-xs {
        display: block !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

script {
    display: none !important;
}
.btn_hamburger {
    display: none;
}

h2.title_mob {
    display: none;
}

.sale-personal-section-row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
}

.sale-personal-section-index-block {
    background: var(--main-green);
    opacity: .8;
    padding: 0;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    background-size: cover;
    height: 87%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}

.sale-personal-section-index-block-link,
.sale-personal-section-index-block-link:hover,
.sale-personal-section-index-block-link:active,
.sale-personal-section-index-block-link:focus,
.sale-personal-section-index-block-link:visited {
    text-decoration: none;
    display: block;
    padding: 25px 15px;
    color: #fff;
}

.sale-personal-section-index-block-link {
    color: #fff;
}

.sale-personal-section-index-block-ico {
    font-size: 64px;
}

.sale-personal-section-index-block-name {
    font-size: 16px;
}

.sale-personal-section-account-sub-header {
    margin-top: 40px;
}

.sale-order-title {
    font-family: inherit;
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: bold;
}

.sale-order-detail-more-info-details .table-responsive {
    border: 0;
}

.orders-history-link a {
    color: var(--main-green);
    border-bottom: 1px solid var(--main-green);
    margin-right: 15px;
}

.orders-history-link a:hover {
    border-bottom-color: transparent;
}

.orders-history-link {
    margin-bottom: 30px;
}

.bx_profile {
    max-width: 500px;
}

.bx_profile font.notetext {
    margin-bottom: 10px;
    display: block;
}

.bx_profile .main-profile-block-date-info {
    margin-bottom: 30px;
}
.account-form .form__widget {
    margin-bottom: 20px;
}

.account-form .form__widget-box {
}

.form__widget_birthday .form__widget-box {
    position: relative;
}

.form__widget_birthday .form__widget-box .calendar-icon {
    position: absolute;
    right: 10px;
    bottom: 7px;
    color: #616161;
    opacity: .7;
}

.form__widget_birthday .form__widget-box .calendar-icon:active {
    color: var(--main-green);
    opacity: 1;
}

.form__widget_birthday .form__widget-box a.calendar-icon-hover {
    color: var(--main-green);
}

.form__widget_birthday .form__widget-input {
    position: relative;
    max-width: 200px;
}

.account-form .form__widget_fio .form__widget-label {
    display: block;
    margin: 0;
    margin-bottom: 5px;
}

.account-form .form__widget_gender input[type="radio"] {
    display: none;
}

.account-form ul.tabs_gender {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    border: 1px solid #aaa;
}

.account-form ul.tabs_gender li.tabs__item {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    font-size: 14px;
}

.account-form ul.tabs_gender li.tabs__item label.tabs__item-btn {
    display: block;
    position: relative;
    padding: 7px 0;
    height: 34px;
    color: #000;
    background-color: #fff;
    cursor: pointer;
    transition: .2s ease;
}

.account-form ul.tabs_gender li.tabs__item input[type="radio"]:checked + label {
    background-color: var(--main-green);
    color: #fff;
    font-weight: 300;
    cursor: default;
}

.account-form ul.tabs_gender li.tabs__item label.tabs__item-btn:hover {
    background-color: rgba(128, 179, 102, .4);
}

.password-form {
    display: none;
}

.orders .order-item {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 20px;
    font-size: 14px;
}

.orders .orders-item__about {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.orders .orders-item__id {
    width: 30%;
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    color: #000;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.orders .orders-item__id:hover {
    color: var(--main-green);
}

.orders .order-item__total-price {
    width: 20%;
    display: inline-block;
    text-align: center;
    font-weight: 300;
}

.orders .order-item__order-date {
    width: 18%;
    display: inline-block;
    text-align: center;
}

.orders .orders-item__status {
    width: 30%;
    display: inline-block;
    text-align: right;
}

.orders .orders-item__status.status_ok,
.order__time.status_ok {
    color: #06c191;
}

.orders .orders-item__status.status_process,
.order__time.status_process {
    color: #999;
}

.orders .orders-item__status.status_cancel,
.order__time.status_cancel {
    color: #f45057;
}

.orders .track-items__item-image, .orders .track-items__more-items {
    border: 1px solid #aaa;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 45px;
    height: 65px;
}

.orders .track-items__more-items {
    font-size: 18px;
    text-align: center;
    line-height: 65px;
    margin: 0;
}

.orders .orders-item__goods {
    width: 50%;
    display: inline-block;
}

.orders a.order-item__link {
    float: right;
    color: #fff;
    background-color: var(--main-green);
    display: block;
    padding: 5px 20px;
    margin-top: 34px;
}

.title_box {
    margin: 10px 0;
    padding: 20px 0;
}

.basket_wrapper .bx_ordercart .bx_sort_container {
    width: 15%;
    padding-right: 2%;
    float: left;
}

.basket_wrapper .bx_ordercart .bx_sort_container span {
    display: none;
    font-weight: 500;
    color: #000;
    margin-top: -40px;
}

.basket_wrapper .bx_ordercart .bx_sort_container a {
    text-shadow: none;
    box-shadow: none;
    margin-left: 0;
    border-radius: 0;
    width: 100%;
    font-weight: 300;
    background: none;
    font-size: 14px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    display: block;
    padding: 0 10px;
    color: #000;
}

.basket_wrapper .bx_ordercart .bx_sort_container a:hover {
    border: 1px solid var(--main-green);
    background: none;
}

.basket_wrapper .bx_ordercart .bx_sort_container a.current, .basket_wrapper .bx_ordercart .bx_sort_container a.current:hover {
    color: #fff;
    background: var(--main-green);
    cursor: default;
    border: 1px solid var(--main-green);
}

#basket_items_list, #basket_items_delayed, #basket_items_subscribed, #basket_items_not_available {
    margin-left: 15%;
    width: 85%;
    margin-top: 10px;
}

.basket_wrapper .bx_ordercart .bx_ordercart_order_table_container {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
}

.basket_wrapper .bx_ordercart .bx_ordercart_order_table_container table thead td {
    font-weight: 300;
}

#col_WEIGHT, .td.weight {
    display: none !important;
}

.basket_wrapper .bx_ordercart .bx_bt_button,
.basket_wrapper .bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout,
.order_wrapper .bx-blue .btn.btn-default {
    text-shadow: none;
    background: var(--main-green);
    margin-left: -5px;
    transition: .2s ease-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none !important;
}

.basket_wrapper .bx_ordercart .bx_bt_button:hover,
.basket_wrapper .bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout:hover,
.order_wrapper .bx-blue .btn.btn-default:hover {
    background: #a1787c;
}

.basket_wrapper .bx_ordercart .bx_bt_button:active,
.basket_wrapper .bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout:active,
.order_wrapper .bx-blue .btn.btn-default:active {
    background: var(--main-green);
}

.order_wrapper .bx-soa-section-title {
    font-family: inherit;
    font-weight: 300;
    text-transform: initial;
}

.order_wrapper .bx-soa-section-title-count {
    border-color: var(--main-green);
}

.order_wrapper a.bx-soa-info-shower {
    color: var(--main-green);
    font-weight: 300;
}

.bx_ordercart .bx_ordercart_coupon input:focus {
    border-color: var(--main-green);
}

/*.order_wrapper .bx-soa-item-tr { padding: 15px 0;}*/

.basket_empty {
    text-align: center;
    margin: 50px 0;
    width: 100%;
}

.basket_empty .errortext,
.lk__content-wrapper .errortext {
    font-size: 24px;
    color: #aaa;
}

.basket_empty .go_to-catalog a {
    display: inline-block;
    width: 200px;
    text-align: center;
    padding: 5px 0;
    margin-top: 15px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .mobile_price {
    display: none;
}

.contacts_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.contacts_content .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 25px;
}
.contact_title {
    font-weight: 500;
}

.contacts__adress, .contacts__form {
    flex-grow: 1;
}

.message-form__widget {
    margin-bottom: 10px;
}
.message-form__widget:last-child {
    /*margin-bottom: 0;*/
}

.message-form__widget input {
    border: 1px solid #ddd;
    height: 41px;
    color: #000;
    width: 100%;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 3px;
}

.message-form__widget textarea {
    border: 1px solid #ddd;
    outline: none;
    color: #000;
    width: 100%;
    height: 150px;
    padding: 6px 12px;
    font-size: 14px;
    resize: none;
    line-height: 1.42857143;
    border-radius: 3px;
}

.message-form__widget input:focus, .message-form__widget textarea:focus {
    border-color: var(--main-green);
}

.message-form__widget input::placeholder,
.message-form__widget input:-ms-input-placeholder,
.message-form__widget input:-moz-placeholder,
.message-form__widget input::-webkit-input-placeholder,
.message-form__widget textarea::placeholder,
.message-form__widget textarea:-moz-placeholder,
.message-form__widget textarea:-ms-input-placeholder,
.message-form__widget textarea::-webkit-input-placeholder {
    color: #aaa;
}

.message-form__controls {
    text-align: center;
}
.message-form__controls .message-submit {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.contacts__list .contacts_item {
    margin-bottom: 10px;
}

.contacts__list .contacts_item a {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    position: relative;
}

.contacts__list .contacts_item a:after {
    /*content: '';*/
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 2px;
    background-color: #aaa;
}

.contacts__list .contacts_phone a {
    font-weight: 900;
}

.contacts__list .contacts_item span {
    display: inline-block;
    vertical-align: middle;
    color: #aaa;
    font-weight: 300;
}

.contacts__list .contacts__adr .title {
    margin-top: 50px;
}

.contacts__list .contacts__adr span {
    color: #000;
    margin: 0;
    font-weight: 500;
}

.map_wrapper div.bx-yandex-map {
    width: 100% !important;
}

.delivery-pay_content {
    margin-bottom: 50px;
}

/*.delivery-pay_content h1,*/
/*.sale_item-wrapper h1 {*/
/*padding: 30px 0 45px;*/
/*}*/

.delivery__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.delivery-pay_content .content__image {
    position: relative;
    height: 0;
    padding-top: 40%;
    margin-top: -35px;
}

.delivery-pay_content .content__image .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.delivery__wrapper .content__text {
    padding-right: 30px;
}

.pay__wrapper .content__text {
    position: relative;
    margin-bottom: 30px;
}

.pay__wrapper h2 {
    font-size: 18px;
    text-transform: none;
    margin-bottom: 25px;
}

.delivery-pay_content .text__inner {
    line-height: 2;
}

.top__text {
    font-size: 18px;
}
.order {
    font-size: 14px
}

.order__title {
    font-size: 22px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 500;
    text-transform: none;
}

.order__time {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
}

.order__info {
    display: table;
    width: 100%
}

.order__info-row {
    display: table-row;
    width: 100%
}

.order__info-cell {
    display: table-cell;
    padding-bottom: 10px;
    width: 80%
}

.order__info-cell_title {
    padding-left: 0;
    width: 20%;
    font-weight: bold;
}

.order__orders {
    border-top: solid 1px #ddd;
    padding-top: 20px;
}

.order__payments {
    margin-top: 20px;
    border-top: solid 1px #ddd;
    padding: 15px 0;
}

.order__price {
    font-size: 16px;
    font-weight: 500;
    display: table;
    width: 100%;
}

.order-list {
    border-top: solid 2px #000;
    font-size: 0;
}

.order-list__header {
    font-weight: 300;
    padding: 10px 20px;
    background: #f5f5f5;
}

.order-list__content {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.order-list__row {
    padding: 10px 0;
}

.order-list__count-column, .order-list__price-column, .order-list__title-column {
    vertical-align: top;
    display: inline-block;
    font-size: 14px
}

.order-list__count-column {
    text-align: center;
}

.order-list__price-column {
    text-align: right;
}

.order-list__title-column {
    width: 60%;
}

.order-list__count-column {
    width: 10%;
}

.order-list__price-column {
    width: 30%;
}

.order-item:after {
    content: '';
    clear: both;
    display: block
}

.order-item__img {
    width: 100px;
    height: 135px;
    float: left;
    border: 1px solid var(--main-green);
    overflow: hidden;
}

.order-item__img-pic {
    width: 100px;
    height: 135px;
}

.order-item__info {
    margin-left: 125px;
}

.order-item__returned, .order-item__size, .order-item__art, .order-item__title {
    margin-bottom: 5px;
}

.order-item__title {
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.order-item__price {
    margin-bottom: 5px;
}

.order-item__price_total {
    font-weight: 300;
}

.order__main-info {
    margin-bottom: 15px;
}

.order__widget_description {
    margin-top: 5px;
}

.order__price-total {
    vertical-align: middle;
}

.order__main-info + .order__info {
    border-top: solid 1px #ddd;
    padding-top: 15px;
}

.order-items__review, .review__btn {
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
    color: #fff;
    padding: 5px 20px;
    cursor: pointer;
}

.order-items__review span {
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.rev__form_review {
    display: none;
    width: 500px;
    height: 410px;
    padding: 30px 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2500;
}

.rev__node-left {
    float: left;
    width: 200px
}

.rev__node-body {
    margin-left: 224px;
}

.rev__node-rating {
    background-size: 90px 27px;
    background-position: -3px 0;
    height: 27px;
    width: 90px
}

.rev__write {
    margin: 0 auto;
    vertical-align: baseline
}

.rev__form *, .rev__form :after, .rev__form :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.rev__form_review .close-btn {
    right: -10px;
}

.rev__form-head {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
}

.rev__form-body {
    padding: 0 32px 16px;
}

.rev__cancel {
    margin-right: 18px;
    margin-bottom: 20px;
    vertical-align: baseline;
}

.rev__form-foot {
    padding: 16px 32px;
    text-align: center;
}

.rev__form-foot .review__btn {
    margin: 0;
}

.rev__form-foot .button {
    position: relative;
    z-index: 10;
    background: none;
    border: none;
    font-family: inherit;
    color: #fff;
    font-weight: 300;
}

.rev__form-body-delete {
    line-height: 20px;
    padding-top: 26px;
    padding-bottom: 44px;
}

.rev__form-body-delete p {
    margin-top: 0;
    margin-bottom: 7px;
}

.rev__form-field {
    margin-bottom: 20px;
    text-align: left;
}

.rev__form-label {
    font-weight: 500;
    margin-bottom: 8px;
}

.rev__form-input_text {
    border: 1px solid #999;
    padding: 7px 12px;
    height: 32px
}

.rev__form-input_textarea {
    height: 110px;
    border: 1px solid #ddd;
    font-size: 13px;
    outline: 0;
    resize: none;
    padding: 5px 10px;
    width: 100%;
}

.news-list {
    word-wrap: break-word;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    position: relative;
}

.news-item {
    display: block;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.news-item:nth-child(4n) {
    margin-right: 0;
}

.news-item:hover {
    /*-webkit-box-shadow: 0 0 15px rgba(53, 53, 53, 0.34);*/
    /*box-shadow: 0 0 15px rgba(53, 53, 53, 0.34);*/
}

.news-picture__link {
    overflow: hidden;
    display: block;
    background-color: #000;
}

.news-picture__link .picture__wrapper {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 75%;
}

.news-picture__link .preview_picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .3s ease-out;
}

.news-item:hover .preview_picture {
    transform: scale(1.1);
    /*opacity: .85;*/
}

.news-date-time {
    display: block;
    position: absolute;
    color: #fff;
    z-index: 10;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
    background: rgba(172, 138, 141, .85);
}

.news-item__container {
    padding: 15px;
}

.news-item__container {
    text-align: center;
}

.news-title__link {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.news-title__link a {
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.news-item__descr {
    font-size: 14px;
    margin-bottom: 25px;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.news-item__descr:after {
    display: block;
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 53%, rgba(255, 255, 255, 1) 100%);
    height: 35px;
    width: 62px;
    right: 0;
    bottom: -8px;
}

a.news-item__btn {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    padding: 10px 30px;
}

a.news-item__btn span {
    position: relative;
    z-index: 10;
}

.news-detail__image-rel {
    height: 475px;
    margin-bottom: 25px;
    overflow: hidden;
}

.news-detail__image-abs {
    position: absolute;
    width: 100%;
    left: 0;
}

.news-detail__image-wrapper {
    display: block;
    position: relative;
    height: 475px;
}

.news-detail__image {
    width: 100%;
    height: 100%;
}

.news-detail__date {
    margin: 25px 0;
}

.news-detail__wrapper .lk__title-back {
    border: none;
    margin: 0;
}

.bx-filter-select-popup .bx-filter-btn-color-icon, .bx-filter .bx-filter-btn-color-icon {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-vd {
    background: #ddd;
}



.order_wrapper .form-control {
    transition: .2s ease-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    z-index: 10;
}

.order_wrapper .form-group .form-control:focus {
    border-color: var(--main-green);
    box-shadow: none;
    background-color: transparent;
}

.order_wrapper .bx-soa-item-table {
    margin: 0;
}
.page_404 .number-img {
    background-image: url(images/404.jpg);
}

/* region preloader fast view -------------------------- */

.preloader-wrapper {
    background-color: rgba(255,255,255,.9);
    width: 100%;
    height: 100%;
    position: absolute;
    /*transition: .4s ease-in-out;*/
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.fast_elem_wrapper {
    position: relative;
    z-index: 15;
    width: 100%;
    max-width: 1170px;
    height: auto;
}

.loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    z-index: 9999;
    display: block;
    width: 150px;
    height: 150px;
}

.loader span {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.loader span:first-child {
     left: 0%;
     top: 0%;
     animation: cssload-rotate-one 1.15s linear infinite;
     -o-animation: cssload-rotate-one 1.15s linear infinite;
     -ms-animation: cssload-rotate-one 1.15s linear infinite;
     -webkit-animation: cssload-rotate-one 1.15s linear infinite;
     -moz-animation: cssload-rotate-one 1.15s linear infinite;
     border-bottom: 5px solid var(--main-green);
 }
.loader span:nth-child(2) {
     right: 0%;
     top: 0%;
     animation: cssload-rotate-two 1.15s linear infinite;
     -o-animation: cssload-rotate-two 1.15s linear infinite;
     -ms-animation: cssload-rotate-two 1.15s linear infinite;
     -webkit-animation: cssload-rotate-two 1.15s linear infinite;
     -moz-animation: cssload-rotate-two 1.15s linear infinite;
     border-right: 5px solid #ff6150;
 }
.loader span:nth-child(3) {
     right: 0%;
     bottom: 0%;
     animation: cssload-rotate-three 1.15s linear infinite;
     -o-animation: cssload-rotate-three 1.15s linear infinite;
     -ms-animation: cssload-rotate-three 1.15s linear infinite;
     -webkit-animation: cssload-rotate-three 1.15s linear infinite;
     -moz-animation: cssload-rotate-three 1.15s linear infinite;
     border-top: 5px solid #a7d4d8;
 }

@keyframes cssload-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-one {
    0% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-one {
    0% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-one {
    0% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-two {
    0% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-two {
    0% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-two {
    0% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-three {
    0% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-three {
    0% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-three {
    0% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

.mobile-fav, .mobile-menu-title {
    display: none;
}

/*-----------------------region M-E-D-I-A---Q-U-E-R-I-E-S-----------------------*/

@media screen and (max-width: 1366px) {
    .top-nav-banner-item .card-title {
        font-size: 16px;
    }

    .page_404 {
        padding-top: 0;
    }

    .page_404 .text_404 {
        padding: 20px 60px;
    }

}

@media screen and (max-width: 1300px) {
    .catalog-products-viewed-container .price-block-col {
        flex: 0 0 100%;
        width: 100%;
    }
    .catalog__filter ul#vertical-multilevel-menu li a, .catalog__filter ul#vertical-multilevel-menu li ul.section__list-sub li a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .product_item__price .old_price {
        font-size: 11px;
    }
    .product_card_fast .product_card_detail {
        padding: 25px 40px;
    }
    .slider-viewed .product_item_title {
        height: 42px;
    }
    .product_card__gallery {
        width: 60%;
    }

    .product_opt,
    .product_card__descr .product__descr-value {
        width: 100%;
    }

    .product_card_fast .product_card__gallery {
        width: 65%;
    }

    .header .navigation ul li.navigation_item {
        padding: 5px 15px;
    }

    .footer ul.navigation li.navigation_item-title {
        padding: 0 15px;
    }

    .news-detail__image-rel, .news-detail__image-wrapper {
        height: 375px;
    }

    .page_404 .text_404 {
        /*width: 77%;*/
    }

    .page_404 .number {
        font-size: 190px;
    }
    .page_404 .title_404 {
        font-size: 26px;
    }
}

@media screen and (max-width: 1170px) and (min-width:1025px) {
    .wrapper-inner {
        /*overflow:hidden;*/
    }
}
@media screen and (max-width: 1200px) {
    .wrapper-inner {
        padding: 0 10px;
    }
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        padding-left: 10px;
        padding-right: 10px;
    }
    .no-gutters {
        margin-right: 0;
        margin-left: 0;
    }
    .product-item-container {
        padding-left: 5px;
        padding-right: 5px;
    }
    .product_card_fast {
        width: 80%;
        right: -80%;
    }

    .product_card_fast .product_card__gallery {
        width: 70%;
    }

    .product_card_fast .gallery_wrapper, .product_card_fast .gallery_wrapper .gallery__slider-item {
        height: 550px;
    }

    .product_card_fast .gallery_wrapper .gallery__slider-item {
        padding-left: 120px;
    }

    .product_card_fast .gallery_wrapper .gallery__slider-thumb {
        width: 100px;
    }

    .product_card_fast .gallery_wrapper .gallery__slider-thumb.slick-slider a {
        height: 130px;
    }
    .product_card__gallery {
        width: 55%;
    }

    .product_card__info {
        width: 45%;
        margin: 0;
    }

    .page_404 {
        padding-top: 20px;
    }
    .product_card__gallery {
        width: 70%;
    }

    .product_item_images {
        display: none;
    }

    .catalog__list-wrapper .product_item_img:hover {
        box-shadow: none;
    }
}

@media screen and (max-width: 1024px) {
    .title_box {
        padding-top: 0;
    }

    .product-detail-info-top .product-item-label-ring.product-item-label-right {
        top: 10px;
        left: 10px;
        right: auto;
    }
    .offers_box .offers_box_item .text_box {
        width: 100%;
    }
    .row-cell-left .embed-responsive {
        height: auto;
    }
    .row-cell-left .embed-responsive:before {
        padding-top: 75%;
    }
    .row-cell-left, .row-cell-right, .row-cell-left .receipt-item-row .receipt-item-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cell-right {
        padding-left: 15px !important;
    }
    .row-cell-left .receipt-item-text, .row-cell-right .receipt-item-text {
        height: 110px;
        max-height: initial;
    }
    .main-receipts-list .row-cell-right, .main-receipts-list .row-cell-left {
        padding: 5px !important;
    }
    .row-cell-right .receipt-item-content {
        padding: 20px 20px 65px;
    }
    .row-cell-right .receipt-list-item:nth-child(1) .receipt-item-col:nth-child(1) {
        order: 1;
    }
    .main-receipts-list .receipt-item-title {
        font-size: 14px;
        max-height: 34px;
    }
    .main-receipts-list .receipt-list {
        margin-left: 0;
        margin-right: 0;
    }

    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        top: calc(50% - 15px);}

    .wrapper-inner {
        max-width: 768px;
    }
    .header .wrapper-inner, .footer .wrapper-inner {
        max-width: 100%;
    }
    .header-bottom-line.wrapper-inner {
        padding: 0 5px;
    }

    .top-nav-wrapper  nav ul li.more {
        display: none;
    }

    .header .hb-content {
        height: 0 !important;
    }
    .bx-nav-1-lvl > a span {
        line-height: normal !important;
    }

    /* region mobile menu */
    .header .icon-box_item.open-in .search_wrapper {
        height: 185px;
    }

    .icon-box_item_line {
        display: none;
    }

    .header-bottom-line {
        border: 0;
    }
    .icon-box_item .goods_icon-counter {
        font-size: 12px;
        font-weight: normal;
        width: 23px;
        height: 19px;
        right: -13px;
    }

    .search-link {
        font-size: 20px;
    }
    .open-in .search-link {
        color: var(--main-green);
    }
    .title-search-result {
        margin-top: -5px;
        z-index: 1200;
    }
    #search_in {
        position: static;
        order: 2;
        flex: 0 0 auto;
        max-width: max-content;
    }
    .header .top-icon-box {
        order: 4;
    }
    .header .search_wrapper {
        position: absolute;
        width: auto;
        right: -15px;
        left: -15px;
        top: 100%;
        background-color: #fff;
        z-index: 1900;
        -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .13);
        box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .13);
        height: 0;
        display: block;
        overflow: hidden;
        -webkit-transition: .2s ease-out;
        transition: .2s ease-out;
    }
    .header .search_wrapper #title-search {
        padding: 15px 20px;
    }
    #search_in.open-in .search_wrapper {
        height: auto;
        overflow:visible;
    }

    .header-top-line, .header.sticky .header-top-line {
        padding: 15px 0;
    }

    .header {
        box-shadow: inset 0 0 0 1px #ddd;
        width: 100%;
        background-color: #fff;
        height: 70px;
    }
    .header .header-top, .top-banner {
        display: none;
    }
    .header .top-icon-box #user {
        font-size: 0;
        margin-right: 1rem;
    }
    .header .icon-box_item .fa-user-o {
        font-size: 24px;
        line-height: 26px;
    }

    .header.fixed {
        position: fixed;
        top: 0;
        z-index: 950;
    }

    body {
        transition: all .5s ease;
        transition-delay: .1s;
    }
    body.menu-in header {z-index: 1050;}
    body.menu-in {
        transform: translate(45%);
        position: fixed;
    }
    body .popup_mask {
        content: '';
        display: block;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        transition: .45s ease-in-out;
    }
    body.menu-in .popup_mask {
        opacity: 1;
        visibility: visible;
        z-index: 100;
    }
    body.menu-in .hamburger {
        z-index: 1050;
    }

    .top-nav-wrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
        z-index: 1050;
        /*transition: .4s ease-in-out;*/
        overflow: hidden;
        width: 45%;
        transform: translate(-100%);
        padding: 0 !important;
    }

    .top-nav-wrapper-overflow {
        /*padding: 20px;*/
        overflow-y: scroll;
        -webkit-overflow-scrolling:touch;
        height: 100%;
    }

    .top-nav-wrapper .hamburger {
        position: absolute;
        top: 25px;
        left: 20px;
        z-index: 10;
    }

    .top-nav-wrapper .bx-nav-1-lvl {
        padding: 5px 15px;
        border-bottom: solid 1px #ebebeb;
    }

    .bx-nav-1-lvl > a, .bx-nav-1-lvl-link, .bx-nav-2-lvl-link {
        display: block;
        padding-left: 0;
    }
    .bx-nav-parent .bx-nav-1-lvl-link, .parent-column .bx-nav-2-lvl-link {
        width: calc(100% - 40px);
    }

    .mobile-menu-title {
        display: block;
        position: relative;
    }

    .bx-nav-1-lvl-link-text, .header.sticky .mobile-menu-title .bx-nav-1-lvl-link-text, .bx-nav-1-lvl-link .bx-nav-link-text {
        padding: 10px;
        font-weight: normal;
        width: calc(100% - 35px);
    }
    .bx-nav-list{
        padding: 0;
    }

    .header .top-nav-wrapper .icon-box_item {
        padding: 15px;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .top-nav-wrapper .icon-box_item a {
        display: block;
        background-color: var(--main-green);
        width: 50%;
        padding: 9px 0 11px;
        color: #fff;
        text-align: center;
    }

    .top-nav-wrapper .icon-box_item a:first-child {
        margin-right: 15px;
    }

    .top-nav-wrapper .icon-box_item .icon-box-link.user-link .icon-pic,
    .top-nav-wrapper .icon-box_item .icon-box-link .fa {
        display: none;
    }

    .top-nav-wrapper .icon-box_item .icon-box-link .icon-txt {
        font-size: 16px;
        margin-left: 0;
    }

    .top-nav-wrapper .icon-box_item * {
        display: inline-block;
        vertical-align: middle;
    }

    .header-top-line .icon-box_item .visible-xs-inline-block {
        display: none !important;
    }

    .top-catalog-menu {
        display: block;
        padding-bottom: 15px;
    }
    .bx-top-nav-wrapper {
        padding-top: 0;
        z-index: 10;
        position: relative;
        height: auto;
        max-height: max-content;
        opacity: 1;
        width: 100%;
        top: auto;
        visibility: visible;
    }
    .header .top-catalog-menu-title, .bx-top-nav-banner-wrapper, .top-nav-banner-item {
        display: none;
    }
    .bx-top-nav-box {
        box-shadow: none;
        border: none;
        display: block;
    }
    .bx-top-nav-menu {
        width: 100%;
    }
    .top-catalog-menu-title {position: relative;}
    .bx-top-nav {
        border-top: 1px solid #ebebeb;
    }

    .bx-nav-2-lvl-container, .bx-nav-2-lvl-container-advanced, .bx-nav-2-lvl-container.banner-in,
    .bx-nav-3-lvl-container, .bx-nav-3-lvl-container-advanced, .bx-nav-3-lvl-container.banner-in {
        z-index: 10;
        opacity: 1;
        visibility: visible;
        position: relative;
        box-shadow: none;
        width: 100%;
        left: auto;
        display: block;
    }

    .bx-nav-catinfo, .parent-column > a.bx-nav-2-lvl-link {
        display: none;
    }

    .header .mobile-menu-title .open_list {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(0deg);
        transition: .2s ease-in-out;
        background: none;
        border: none;
        z-index: 100;
        font-size: 26px;
        padding: 0;
        line-height: 20px;
    }
    .bx-nav-3-lvl-link span {
        padding: 0;
    }
    .bx-nav-2-lvl-link span {
        padding: 8px 0;
    }

    .header .parent-column .mobile-menu-title .open_list:before {
        content: "\f107";
        width: 15px;
        height: 18px;
        background-color: transparent;
    }

    .header .parent-column .mobile-menu-title .open_list.active:before {
        transform: rotate(180deg);
    }

    .header .parent-column .mobile-menu-title .open_list.active {
        transform: none;
    }

    .header .parent-column .mobile-menu-title .open_list:after, .bx-top-nav-container:after, .bx-nav-3-lvl-container:after {
        display: none;
    }

    .bx-nav-2-lvl-container .wrapper-inner {
        height: auto;
        padding: 0;
        margin: 0;
        border: none;
        display: block;
    }

    .bx-nav-list-2-lvl, .bx-nav-list-2-lvl.banner-in {
        margin-top: 5px;
        width: 100%;
        max-width: 100%;
        border-top: 1px solid #ebebeb;
    }

    .bx-nav-2-lvl.parent-column {
        display: block;
        padding: 0 !important;
    }
    .top-nav-wrapper .navigation-container {
        padding: 0 15px 15px;
    }

    .bx-nav-2-lvl-link {
        /*text-transform: none;*/
        padding: 0 20px;
        /*border-bottom: 1px solid #ebebeb;*/
    }
    .bx-nav-2-lvl-link:last-child {
        border-bottom: 0;
    }

    .bx-nav-list-3-lvl {
        padding: 10px 0;
        border-bottom: 1px solid #ebebeb;
        border-top: 1px solid #ebebeb;
        box-shadow: inset 0 0 5px rgba(200, 200, 200, 0.5);
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .bx-nav-2-lvl.parent-column:last-child .bx-nav-list-3-lvl {
        border-bottom: none;
        padding-bottom: 0;
    }

    .bx-nav-2-lvl-link-text {
        /*font-size: 12px;*/
        font-weight: normal;
    }

    .bx-nav-3-lvl-link {
        padding: 7px 20px;
    }

    .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text, .bx-nav-1-lvl:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
        background-color: transparent;
    }

    .top-catalog-menu-title, .catalog__filter .title {
        position: relative;
        padding: 5px 0;
    }

    .header .open_list.active, .catalog__filter .open_list.active {
        transform: rotate(180deg);
    }

    .header .mobile-menu-title .mini-plus:before, .header .mobile-menu-title .mini-plus:after {
        width: 13px;
    }

    .header .open_list:after, .catalog__filter .open_list:after {
        transform: rotate(90deg);
    }

    .header .navigation a, .top-catalog-menu-title a {
        padding: 10px 0;
        font-size: 12px;
        text-transform: uppercase;
        display: inline-block;
        font-weight: 500;
    }

    /*endregion*/
    /* region catalog */
    .catalog-section-list-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .catalog-section-list-item-wrapper {
        width: 100%;
    }

    /*endregion*/
    /* region NEW*/

    .sale-order-payment-change-pp-company {
        width: 25%;
    }
    .main-slider .product_item {
        padding: 10px;
        height: auto;
    }

    .bx_pagination_bottom .bx_pagination_page li, .bx_pagination_bottom .bx_pagination_page .nav-text {
        height: 35px;
        line-height: 33px;
    }

    .bx_pagination_bottom .bx_pagination_page li {
        width: 35px;
        font-size: 12px;
    }

    .bx_pagination_bottom .bx_pagination_page .nav-text {
        font-size: 11px;
        padding: 0;
    }

    .bx_pagination_bottom .bx_pagination_page .nav-text a {
        padding: 0 10px;
    }

    /*endregion*/
    .header .top-icon-box .icon-box_item .icon-txt, .header-phone, #search_in .icon-txt {
        display: none;
    }

    .noscroll {
        padding: 0;
    }

    .brand_box .brand_nav ul li.brand_nav_item {
        width: 31%;
        margin-right: 1%;
        margin-left: 1%;
    }
    .header .top-icon-box .icon-box_item a.icon-box-link.mobile {
        display: block;
    }

    .header .top-icon-box .icon-box_item a.icon-box-link.desktop {
        display: none;
    }

    .btn_hamburger {
        display: inline-block;
        vertical-align: middle;
        width: 25px;
        height: 27px;
        padding: 12px 0;
    }

    .btn_hamburger span {
        display: block;
        position: relative;
        width: 100%;
        height: 3px;
        background-color: #000;
        -webkit-transition: background-color 0 0.3s;
        transition: background-color 0 0.3s;
    }

    .btn_hamburger span:before, .btn_hamburger span:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #000;
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0;
        transition-delay: 0.3s, 0;
    }

    .btn_hamburger span:before {
        top: 8px;
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, -webkit-transform;
        transition-property: top, transform;
        transition-property: top, transform, -webkit-transform;
    }

    .btn_hamburger span:after {
        bottom: 8px;
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
        transition-property: bottom, transform, -webkit-transform;
    }

    .btn_hamburger.active span {
        background-color: transparent;
    }

    .btn_hamburger.active span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-delay: 0, 0.3s;
        transition-delay: 0, 0.3s;
    }

    .btn_hamburger.active span:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition-delay: 0, 0.3s;
        transition-delay: 0, 0.3s;
    }

    .header .hb-content .logo {
        display: block;
        margin: auto;
        order: 3;
        padding-left: 0;
    }

    .header .navigation ul li.navigation_item {
        display: block;
        width: 100%;
    }

    .header .navigation ul li.navigation_item a.navigation-link {
        padding: 5px 0;
    }

    .header .navigation ul li.navigation_item a.navigation-link:after {
        display: none;
    }

    .header .nav_wrapper {
        position: relative;
        padding: 10px;
    }

    .header.sticky .navigation {
        top: 61px;
        height: calc(100% - 61px);
    }

    .header.menu-in .navigation {
        left: 0;
    }

    .header .header__subnav {
        display: none !important;
    }

    .header .top-icon-box .icon-box_item .header__subnav {
        display: block !important;
        padding: 0;
        top: 70px;
    }

    .header .top-icon-box .icon-box_item.hover .header__subnav {
        height: 61px;
    }

    .header.sticky .top-icon-box .icon-box_item .header__subnav {
        top: 60px;
    }

    .favour_wrapper {
        display: none !important;
    }

    .noscroll .main_content {
        padding-right: 0;
    }

    .product_card__content {
        display: block;
        padding-top: 0;
    }

    .product_card__gallery {
        width: 100%;
        padding-bottom: 30px;
        /*margin-bottom: 20px;*/
    }

    .product_card__info {
        width: 100%;
        margin-left: 0;
    }

    .product_card__info .product_card-flags {
        right: 20px;
        top: 10px;
    }

    .gallery__slider-main {
        display: none !important;
    }

    .gallery_wrapper .gallery__slider-thumb {
        width: 100%;
    }

    .gallery_wrapper .owl-carousel .owl-stage-outer {
        height: 100%;
    }

    .gallery_wrapper .gallery__slider-thumb a.active img, .gallery_wrapper .gallery__slider-thumb a:hover img {
        border: none;
        opacity: 1;
    }

    .gallery_wrapper .owl-dots .owl-dot span {
        width: 16px;
        height: 16px;
        background: transparent;
        border-radius: 50%;
        border: 1px solid var(--main-green);
        position: relative;
    }

    .gallery_wrapper .owl-dots .owl-dot.active, .gallery_wrapper .owl-dots .owl-dot:hover {
        background: transparent;
    }

    .gallery_wrapper .owl-dots .owl-dot.active span:before, .gallery_wrapper .owl-dots .owl-dot:hover span:before {
        content: '';
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--main-green);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .gallery_wrapper .gallery__slider-item {
        padding: 0;
    }

    .comment_item__body {
        width: 79%;
    }

    .owl-carousel {
        padding: 20px 0 0;
        margin-bottom: 20px;
        margin-top: 13px;
    }
    .slider .owl-carousel {
        margin-bottom: 0;}

        .product_item-link {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .hidden_list {
        display: none;
    }

    .account-form .form__widget_fio .account-form__widget {
        margin-bottom: 10px;
    }

    .gallery_wrapper {
        height: 550px;
    }

    .gallery_wrapper .owl-item a {
        height: 550px;
    }

    .gallery_wrapper .gallery__slider-thumb a img {
        border: none;
    }

    .cartline_wrapper {
        display: none;
    }

    .basket_wrapper .bx_ordercart .bx_sort_container, #basket_items_list, #basket_items_delayed, #basket_items_subscribed, #basket_items_not_available {
        width: 100%;
        padding: 0;
        float: none;
    }

    #basket_items_list, #basket_items_delayed, #basket_items_subscribed, #basket_items_not_available {
        margin-left: 0;
    }

    .basket_wrappe_price {
        display: none;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.price .mobile_price {
        display: block;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.price {
        padding: 0;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.price .mobile_price .old_price,
    .bx_ordercart .bx_ordercart_order_table_container tbody td.price .mobile_price .current_price {
        display: block;
        border-bottom: 1px solid #ddd !important;
        width: auto;
        position: relative;
        color: #000;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
    }

    .mobile_price .old_price:before {
        content: 'Цена';
    }

    .mobile_price .current_price:before {
        content: 'Цена со скидкой';
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td,
    .mobile_price .old_price, .mobile_price .current_price {
        position: relative;
        min-height: 25px;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.custom div,
    .bx_ordercart .bx_ordercart_order_table_container tbody td.price .mobile_price .old_price span,
    .bx_ordercart .bx_ordercart_order_table_container tbody td.price .mobile_price .current_price span {
        position: absolute;
        background-color: #fff;
        right: 0;
        bottom: -3px;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.custom.discount,
    .bx_ordercart .bx_ordercart_order_table_container tbody td.custom.sum {
        border-bottom: 1px solid #ddd !important;
        padding: 0;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.price .mobile_price .current_price {
        /*color: #e3414f;*/
        font-size: 16px;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.quantity span {
        display: none;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.quantity {
        text-align: right;
        padding: 25px 0 15px;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.quantity .centered {
        display: inline-block;
        position: relative;
        width: 155px !important;
    }

    .basket_quantity_control a {
        border: 1px solid #ddd;
        width: 45px;
        height: 45px;
        line-height: 41px;
        font-size: 25px !important;
        background-color: #f5f5f5;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.custom .basket_quantity_control {
        margin: 0 auto;
        width: 100%;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.item,
    .bx_ordercart .bx_ordercart_order_table_container tbody td.custom,
    .bx_ordercart .bx_ordercart_order_table_container tbody td.control,
    .bx_ordercart .bx_ordercart_order_table_container tbody td.price {
        font-weight: 500;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.custom.sum {
        font-size: 20px;
        font-weight: 900;
    }

    #basket_items_delayed table tbody td.quantity,
    #basket_items_delayed table tbody td.custom.sum {
        display: none;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.control {
        margin: 25px 0 10px;
        position: relative;
        height: 20px;
        padding: 0;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.control a {
        position: absolute;
        top: 0;
        font-size: 14px;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.control a.add_cart,
    .bx_ordercart .bx_ordercart_order_table_container tbody td.control a.save {
        left: 0;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.control a.delete {
        right: 0;
    }

    #basket_items_delayed tbody td.item_title {
        margin-bottom: 0;
    }

    #basket_items_delayed tbody td.custom.discount,
    #basket_items_delayed tbody td.price .mobile_price .current_price {
        display: none;
    }

    #basket_items_delayed tbody td.price {
        max-width: 250px;
        margin-left: 120px;
    }

    .contacts__adress, .contacts__form {
        /*width: 50%;*/
    }

    .delivery__wrapper, .pay__wrapper {
        flex-direction: column;
    }

    .delivery-pay_content .content__text, .delivery-pay_content .content__image {
        width: 100%;
        padding-right: 0;
    }

    .delivery-pay_content .content__image {
        width: 50%;
        margin: auto;
    }

    .top__text {
        position: relative;
        right: 0;
        top: -10px;
    }

    .news-list {
        max-width: 768px;
        margin: auto;
    }

    .news-item {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .news-item:nth-child(2n) {
        margin-right: 0;
    }

    .news-item__container {
        background-color: #f6f6f6;
    }

    .news-title__link, .news-item__descr {
        margin: 0;
    }

    a.news-item__btn, .news-item__descr:after {
        display: none;
    }

    .page_404 {
        padding-top: 20px;
    }

    .page_404 .number {
        font-size: 170px;
    }

    .page_404 .title_404 {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .order_wrapper .sale_order_full_table {
        width: 70%;
    }
}

@media screen and (max-width: 991.98px) {

    .product_card_detail .special_offer .product-item-button-container .basket_icon, .product_card_detail .special_offer .product-item-quantity-block .product-item-amount {
        /*width: auto;*/
    }
    .footer-item-menu-list {
        border-top: solid 1px #d7d7d7;
        border-bottom: solid 1px #d7d7d7;
    }
    .mail-subscribe {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }
    .mail-subscribe .subscribe-title h3 {
        margin-bottom: 5px;
    }
    .mail-subscribe .bx-subscribe {
        margin-top: 15px;
    }
    .mail-subscribe .subform-row {
        justify-content: center;
    }
    .contacts__adress {
        margin: 0;
        margin-bottom: 35px;
    }
    .message-form__wrapper {
        justify-content: center;
    }
    .contacts__form .title {
        text-align: center;
    }
    .contacts__form {
        margin: auto;
    }
    .contacts__adress, .contacts__form {
        text-align: center;
    }

    .mail-subscribe-container{
        background-image: none;
    }

}

@media screen and (max-width: 768px) {
    .offers_box .offers_box_item .text_box {font-size: 12px;}
    .offers_box .offers_box_item .text_box b {margin: 15px 0 5px;}

    .slider_wrapper h2, .main-receipts-list h2 {
        padding-bottom: 0;
        font-size: 18px;
        max-width: calc(100% - 60px);
    }

    .top-nav-wrapper {
        width: calc(100% - 100px);
    }
    body.menu-in {
        transform: translate(calc(100% - 100px));
    }

    .sorting_box {
        text-align: left;
    }

    .sorting_box .sorting .sorting_item {
        margin-left: 0;
        margin-right: 10px;
    }

    .tab_slider {
        padding: 30px 0 0;
    }

    .sales_container a.sales_link .text_box {
        height: 20%;
    }

    .brands_box .text_box, .brand_box .text_box {
        margin-right: 0;
        width: 100%;
    }

    .order_block-buy .product_item__price .price {
        font-size: 30px;
    }

    .comment_item__left, .comment_item__body {
        width: 100%;
        display: block;
    }

    .comment_item__body {
        margin-top: 15px;
    }

    .brand-products .title_box {
        margin: 0;
    }
    .order__actions {
        padding-bottom: 45px;
    }

    .orders .orders-item__goods {
        width: 100%;
    }

    .search_wrapper .wrapper-inner {
        padding-top: 25px;
        padding-bottom: 30px;
    }

    .header .icon-box_item.open-in .search_wrapper {
        height: 124px;
    }

    .search_wrapper .search__input button {
        -webkit-background-size: 20px;
        background-size: 20px;
    }

    .orders a.order-item__link {
        margin-top: 15px;
    }

    .contacts_content {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .contacts__adress, .contacts__form {
        /*width: 100%;*/
    }


    .contacts__list .contacts_item span {
        display: block;
        margin: 0;
    }

    .contacts__list .contacts_item a:after {
        display: none;
    }

    .contacts__list .contacts__adr .title {
        margin-bottom: 10px;
    }

    .message-form__widget input, .message-form__widget textarea, .message-form__controls .message-submit {
        /*width: 70%;*/
    }

    .order__info-cell_title {
        width: 30%;
    }

    .news-detail__image-rel, .news-detail__image-wrapper {
        height: 275px;
    }

    .page_404 .title_404 {
        font-size: 20px;
        text-align: center;
    }

    .order_wrapper .sale_order_full_table {
        width: 90%;
    }

    .order_wrapper .message_ok {
        font-size: 25px;
    }
	.banner-img-list {
		margin-top: 10px;
	}
}

@media screen and (max-width: 767.98px) {
    .slider {
        margin-right: -5px;
        margin-left: -5px;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next,
    .slider-viewed .owl-carousel .owl-nav button.owl-prev, .slider-viewed .owl-carousel .owl-nav button.owl-next,
    .product_card_detail .special_offer .owl-nav button.owl-prev, .product_card_detail .special_offer .owl-nav button.owl-next {
        box-shadow: none;
        background-color: transparent;
        color: #000;
        width: 44px;
        height: 44px;
        top: -30px;
    }

    .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span,
    .slider-viewed .owl-carousel .owl-nav button.owl-prev span, .slider-viewed .owl-carousel .owl-nav button.owl-next span,
    .product_card_detail .special_offer .owl-nav button.owl-prev span, .product_card_detail .special_offer .owl-nav button.owl-next span {
        background: none;
        padding: 4px 0;
    }

    .owl-carousel .owl-nav button.owl-prev,
    .product_card_detail .special_offer .owl-nav button.owl-prev {
        left: auto;
        right: 50px;
    }
    .owl-carousel .owl-nav button.owl-next,
    .product_card_detail .special_offer .owl-nav button.owl-next {
        left: auto;
        right: 0;
    }
    .product_card_detail .special_offer .owl-nav button.owl-prev span:before, .product_card_detail .special_offer .owl-nav button.owl-next span:before {
        font-size: 22px;
    }

}

@media screen and (max-width: 575.98px) {
    .favorite-element-container .title_box .sorting {
        margin-top: 10px;
    }
    .offers_box .offers_box_item {margin-bottom: 20px;}
    .offers_box {padding-top: 30px;}

    .row-cell-left .embed-responsive, .row-cell-right .embed-responsive {height: auto;}
    .row-cell-left .embed-responsive:before, .row-cell-right .embed-responsive:before {padding-top: 50%;}

    .main-user-consent-request-popup-header {
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
    }
    .main-user-consent-request-popup-textarea-block {
        margin-bottom: 10px;
    }
    .bx-subscribe .bx-input-group .bx-form-control {width: 100%;}
    .top-nav-wrapper .icon-box_item .icon-box-link .icon-txt {font-size: 14px;}
    .page_404 .text_404 {padding: 20px;}
    .btn-subscribe {font-size: 18px;}

    /* region NEW */
    .bx_pagination_bottom .bx_pg_section.bx_pg_show_col {
        display: inline-block;
    }

    .bx_pagination_bottom .bx_pg_section {
        text-align: center;
    }

    .bx_pagination_bottom .bx_pagination_page .nav-text span {
        display: none;
    }

    .bx_pagination_bottom .bx_pagination_page .nav-text {
        width: 35px;
    }

    .bx_pagination_bottom .bx_pagination_page .nav-text .fa {
        margin: 0;
    }

    .bx_pagination_bottom .bx_pagination_page ul {
        padding: 0;
    }

    .sale-order-detail-payment-options-shipment-image-container, .sale-order-detail-payment-options-methods-image-container {
        margin-bottom: 10px;
        width: 100%;
        float: none;
    }

    .sale-order-detail-payment-options-methods-shipment-list, .sale-order-detail-payment-options-methods-info {
        float: none;
        width: 100%;
    }

    .sale-order-detail-payment-options-methods-information-block {
        margin: 0;
    }

    .sale-order-detail-payment-options-methods-image-element, .sale-order-detail-payment-options-shipment-image-element {
        background-position: 0;
    }

    .sale-order-payment-change-pp-company {
        width: 33.333333%;
        float: left;
    }

    .sale-order-list-status-restricted, .sale-order-list-status-alert, .sale-order-list-status-success {
        margin-left: 0;
    }

    .sale-order-list-payment-title-element {
        margin-right: 5px;
    }

    .sale-order-payment-change-payment-title {
        margin-bottom: 10px;
    }

    .sale-order-list-payment-price {
        margin-top: 10px;
    }

    .sale-order-list-link {
        flex-direction: column;
    }

    .sale-order-list-link a {
        display: block;
        margin: 5px 0;
    }

    .title-search-result .bx_item_block, .title-search-result .others_result, .title-search-result .all_result {
        padding-left: 5px;
        padding-right: 5px;
    }

    .title-search-result .bx_img_element, .title-search-result .bx_image {
        width: 45px;
        height: 45px;
    }

    .bx_item_element {
        font-size: 12px;
    }

    .api_modal .api_modal_title {
        font-size: 16px;
    }
    .api_modal .api_modal_close {
        top: 10px;
    }

    .api_form .api_label, .api-reviews-form .api-star-rating-label {
        font-size: 14px;
    }

    .api-reviews-form .api-star-rating i {
        background: url(/bitrix/images/api.reviews/flat/green1/sprite.png) no-repeat 0 -15px;
        width: 22px;
        height: 21px;
    }

    .api-reviews-form .api-star-rating i.active {
        background: url(/bitrix/images/api.reviews/flat/green1/sprite.png) no-repeat 0 -36px;
    }
    .product_card__title h1 {
        line-height: 1.3;
    }

    .set_container .set_name {
        flex-direction: column;
    }

    .set_container .set_image__wrap a {
        width: 60px;
    }

    .set_container .set_info {
        width: calc(100% - 75px);
    }

    .set_container .set_name .name, .set_container .set_name a {
        width: 100%;
    }

    .set_container .set_name .price {
        width: 100%;
        text-align: right;
        padding-left: 0;
        margin-top: 10px;
    }

    .set_container label.set_check-in, .set_container div.set_check-in {
        bottom: auto;
        top: 15px;
    }
    #search_in {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header .logo p {
        font-size: 16px;
    }
    .header .top-icon-box #user {
        /*display: none;*/
    }
    .header-bottom-row {
        padding: 5px 0;
    }
    .header {
        height: 60px;
    }

    .tab_slider h2, .brands_box h2, h1, .h1 {
        font-size: 30px;
    }

    .slider .owl-nav button span, .slider_in_fast .owl-nav button span, .brands_wrapper .owl-nav button span {
        width: 35px;
        height: 35px;
        background-size: 15px;
    }

    .slider .owl-nav button.owl-prev, .brands_wrapper .owl-nav button.owl-prev {
        margin-right: 5px;
    }
    .offers_box {
        justify-content: center;
    }

    .tab_slider {
        padding: 20px 0 0;
    }

    .main_banner_image {
        margin: 30px 0;
    }

    /* endregion */
    .logo {
        margin-right: 10px;
    }
    .header .hb-content .logo {
        width: 112px;}

    .footer .network-box {
        width: 40%;
    }
}

@media screen and (max-width: 480px) {
    .top-nav-wrapper {
        width: calc(100% - 60px);
    }
    body.menu-in {
        transform: translate(calc(100% - 60px));
    }
}

@media screen and (max-width: 400px) {

    #search_in {
        padding-left: 5px;
        padding-right: 0;
    }
    .hamburger {
        width: 45px;}
    .hamburger .line, .hamburger .line:after, .hamburger .line:before {
        height: 2px;
        width: 25px;
    }
    .hamburger .line:before {
        top: -6px;}
    .hamburger .line:after {
        bottom: -6px;}
    .header #favour_in, .header #user {
        margin-right: 5px;
    }
    .icon-box_item .goods_icon-counter {
        font-size: 10px;
        width: 19px;
        line-height: 16px;
        height: 16px;
        right: -8px;
        top: -8px;
    }
    .header .top-nav-wrapper .icon-box_item {
        padding: 10px;
    }
    .top-nav-wrapper .icon-box_item a:first-child {
        margin-right: 10px;
    }
    .top-nav-wrapper .icon-box_item a {
        padding: 4px 0 6px;
    }
    .bx-nav-list {
        font-size: 18px;
    }
    .page_404 .number {
        font-size: 115px;
    }

    .popup-window-buttons .btn-buy:first-child {
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    .popup-window.popup-window-with-titlebar {
        width: 100%;
    }

    .bx_pagination_bottom .bx_pagination_page .nav-text {
        width: 30px;
        display: none;
    }
    .bx_pagination_bottom .bx_pagination_page li {
        border: none;
        width: auto;
        height: auto;
        line-height: normal;
        margin: 0 3px;
        font-size: 18px;
    }
    .bx_pagination_bottom .bx_pagination_page li a, .bx_pagination_bottom .bx_pagination_page li span {
        display: block;
        padding: 4px 8px 3px;
    }

    .order__info-cell_title {
        width: 50%;
    }

    .order__info .btn-form__controls a, .sale-order-detail-payment-options-methods-button-container button {
        width: 100%;
        padding: 10px 20px;
        height: auto;
        margin: 5px 0;
        text-align: center;
    }

    .sale-order-payment-change-pp-company {
        width: 50%;
    }

    .search_wrapper .search__input input {
        font-size: 12px;
    }

    .search-input-wrapper input[type='text'] {
        font-size: 14px;
    }

    .search-input-wrapper input[type='submit'] {
        -webkit-background-size: 17px;
        background-size: 17px;
    }

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

    .api_modal .api_modal_title {
        font-size: 14px;
    }

    .api-reviews-form .api-star-rating, .api-reviews-form .api-star-rating-label {
        width: 100%;
        text-align: center;
    }

    .product_item {
        padding: 10px;
    }

    .product_item_wrapper_img {
        height: 150px;
        line-height: 150px;
    }

    .product_item_wrapper_img .product_item_img-bg {
        max-height: 106px;
    }

    .product_item_title .name a, .product_item_title .brand a {
        font-size: 12px;
    }

    .product_item__price .old_price {
        font-size: 11px;
    }

    .product_item__price {
        /*height: 35px;*/
    }

    .product_card-flags .flag-item {
        width: 74px;
        height: 20px;
        line-height: 22px;
        font-size: 10px;
    }

    .tab_slider h2, .brands_box h2, .product_card_wrapper h2 {
        width: calc(100% - 80px);
    }

    h1, .tab_slider h2, .brands_box h2 {
        font-size: 22px;
    }

    .offers_box .offers_box_item {
        max-width: 100%;
        width: 100%;
    }

    .offers_box .offers_box_item .text_box {
        width: calc(100% - 80px);
    }
}


.api_modal .api_modal_loader .api_spinner {
    animation: loader 5s linear infinite;
}
@keyframes loader{
    100%{ -webkit-transform: rotate(-360deg); transform: rotate(-360deg); }
}


/** initial setup **/
.nano {
    position : relative;
    width    : 100%;
    height   : 100%;
    overflow : hidden;
}
.nano > .nano-content {
    position      : absolute;
    overflow      : scroll;
    overflow-x    : hidden;
    top           : 0;
    right         : 0;
    bottom        : 0;
    left          : 0;
}
.nano > .nano-content:focus {
    outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
    display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}
.nano > .nano-pane {
    background : rgba(0,0,0,.25);
    position   : absolute;
    width      : 10px;
    right      : 0;
    top        : 0;
    bottom     : 0;
    visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
    opacity    : .01;
    -webkit-transition    : .2s;
    -moz-transition       : .2s;
    -o-transition         : .2s;
    transition            : .2s;
    -moz-border-radius    : 5px;
    -webkit-border-radius : 5px;
    border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
    background: #444;
    background: rgba(0,0,0,.5);
    position              : relative;
    margin                : 0 1px;
    -moz-border-radius    : 3px;
    -webkit-border-radius : 3px;
    border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility : visible\9; /* Target only IE7 and IE8 with this hack */
    opacity    : 0.99;
}
.privacy_page p.center{
    margin: 15px 0;
    text-align: center;
}
.bx-calendar-active, .bx-calendar-cell.disabled{
    opacity: 0.5;
    pointer-events: none;
}
.bx-calendar-weekend:last-of-type {
    /*opacity: 0.5;
    pointer-events: none;
*/
}
.loadmore_wrap{
    position: relative;
    padding-bottom: 70px;
}
.load_more {
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    height: 50px;
    width: 200px;
    margin: 10px auto;
    line-height: 48px;
    border: solid 1px #dadada;
    box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
    cursor: pointer;
    text-align: center;
}
.load_more:hover {
    color: var(--main-green);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .19);
}
.stores-feedback-link {
    cursor:pointer;
    color: #2D9E70;
}

.requisites {
	margin-top: 30px;
}
.requisites .requisites-title {
	color: #2D9E70;
	font-size: 18px;
	margin-bottom: 15px;
}
.requisites p {
	font-size: 14px;
}

@charset "UTF-8";
.modal-content .close-btn {
    border: 1px solid var(--main-green);
    border-radius: 50%;
    top: 10px;
    right: 10px;
    opacity: 1;
}
.modal-content .close-btn::before, .modal-content .close-btn::after {
    background-color: var(--main-green);
}

.delivery-window .modal-dialog {
    max-width: 630px;
}
.delivery-window .modal-content {
    padding: 0;
}
.delivery-window .modal-content .modal-header {
    padding: 1.4rem 1.8rem;
}
.delivery-window .modal-content .modal-body {
    padding: 1.3rem 1.8rem;
}
.delivery-window .modal-content h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 19px;
    color: #232323;
}
.delivery-buttons {
    text-align: center;
    margin-bottom: 30px;
}
.delivery-buttons .btn {
    width: 100%;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 10px 15px;
}
.delivery-buttons .btn-default {
    border: 1px solid var(--main-green);
}
.delivery-buttons .delivery-info {
    padding: 5px 10px;
    border: 1px solid var(--main-green);
    position: relative;
    font-size: 14px;
    opacity: 0;
    display: inline-block;
    transition: opacity 0.2s ease;
}
.delivery-window.show-blocks .delivery-buttons .delivery-info {
    opacity: 1;
}
@media (max-width: 768px) {
    .delivery-buttons .delivery-info {
        opacity: 1;
    }
}
.delivery-buttons .delivery-info::before, .delivery-buttons .delivery-info::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #0db14c transparent;
}
.delivery-buttons .delivery-info::after {
    top: -6px;
    border-color: transparent transparent #fff transparent;
}
.delivery-today {
    align-items: center;
    font-size: 14px;
    opacity: 0;
    display: flex;
    transition: opacity 0.2s ease;
}
.delivery-window.show-blocks .delivery-today {
    opacity: 1;
}
@media (max-width: 768px) {
    .delivery-today {
        opacity: 1;
    }
}
.delivery-today .btn {
    margin-left: 30px;
}
.delivery-today .btn-danger {
    color: #FF001B;
    background-color: #fff;
    border: 1px solid #FF001B;
    font-size: 14px;
}
.delivery-form {
    display: flex;
    margin: 0 -15px 30px;
    flex-wrap: wrap;
}
.bx-soa .form-group .delivery-form label {
    font-size: 14px;
    font-weight: 400;
    color: #6E8276;
}
.delivery-form__day {
    width: 100%;
    padding: 0 15px;
    flex: 0 0 35%;
    max-width: 35%;
}
@media (max-width: 768px) {
    .delivery-form__day {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.delivery-form__day select.form-control {
    padding-left: 40px;
    border-radius: 3px;
}
.delivery-form__day .delivery-form__input {
    position: relative;
}
.delivery-form__day .delivery-form__input::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 8px;
    width: 24px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='22' viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.847545 21.1386H23.1525C23.6279 21.1386 24 20.784 24 20.3309V2.30496C24 1.85185 23.6279 1.49724 23.1525 1.49724H18.9561V0.807721C18.9561 0.354609 18.584 0 18.1085 0C17.6331 0 17.261 0.354609 17.261 0.807721V1.49724H6.88372V0.807721C6.88372 0.354609 6.51163 0 6.03618 0C5.56072 0 5.18863 0.354609 5.18863 0.807721V1.49724H0.847545C0.372093 1.49724 0 1.85185 0 2.30496V20.3506C0 20.784 0.392765 21.1386 0.847545 21.1386ZM1.69509 3.11268H5.18863V3.54609C5.18863 3.9992 5.56072 4.35381 6.03618 4.35381C6.51163 4.35381 6.88372 3.9992 6.88372 3.54609V3.11268H17.261V3.54609C17.261 3.9992 17.6331 4.35381 18.1085 4.35381C18.584 4.35381 18.9561 3.9992 18.9561 3.54609V3.11268H22.3256V5.20093H1.69509V3.11268ZM1.69509 6.81638H22.3049V19.5429H1.69509V6.81638Z' fill='%230DB14B'/%3E%3Cpath d='M17.8166 10.0833H5.64604C5.1716 10.0833 4.80029 10.4303 4.80029 10.8736C4.80029 11.3169 5.1716 11.6638 5.64604 11.6638H17.8166C18.2911 11.6638 18.6624 11.3169 18.6624 10.8736C18.6624 10.4303 18.2911 10.0833 17.8166 10.0833Z' fill='%230DB14B'/%3E%3Cpath d='M11.8073 14.6667H5.65532C5.17567 14.6667 4.80029 15.0136 4.80029 15.4569C4.80029 15.9002 5.17567 16.2471 5.65532 16.2471H11.8073C12.287 16.2471 12.6624 15.9002 12.6624 15.4569C12.6624 15.0136 12.287 14.6667 11.8073 14.6667Z' fill='%230DB14B'/%3E%3C/svg%3E%0A");
    background-position: 0 0;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 11;
}
.delivery-form__time {
    width: 100%;
    padding: 0 15px;
    flex: 0 0 40%;
    max-width: 40%;
}
@media (max-width: 768px) {
    .delivery-form__time {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.delivery-form__time select.form-control {
    padding-left: 40px;
    border-radius: 3px;
}
.delivery-form__time .delivery-form__input {
    position: relative;
}
.delivery-form__time .delivery-form__input::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 8px;
    width: 24px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M13.6345 12.3231H10.6838C10.242 12.3231 9.88379 11.9542 9.88379 11.4992V7.08596C9.88379 6.63097 10.2419 6.26208 10.6838 6.26208C11.1256 6.26208 11.4838 6.63097 11.4838 7.08596V10.6753H13.6345C14.0763 10.6753 14.4345 11.0442 14.4345 11.4992C14.4345 11.9541 14.0763 12.3231 13.6345 12.3231Z' fill='%230DB14B'/%3E%3Cpath d='M21.2949 7.11719C21.1349 6.69248 20.6606 6.47794 20.2355 6.6379C19.8105 6.79794 19.5958 7.27204 19.756 7.69683C20.0638 8.51313 20.2509 9.35548 20.3223 10.2002H18.6527C18.1986 10.2002 17.8304 10.5682 17.8304 11.0221C17.8304 11.476 18.1986 11.844 18.6527 11.844H20.3167C20.121 13.9848 19.1923 16.0406 17.6158 17.6162C16.0439 19.1875 14.0111 20.1308 11.8222 20.3205V18.6711C11.8222 18.2172 11.4541 17.8492 10.9999 17.8492C10.5458 17.8492 10.1775 18.2172 10.1775 18.6711V20.3208C7.98736 20.1319 5.95336 19.1883 4.38061 17.6163C2.77012 16.0066 1.87047 13.9515 1.68158 11.8441H3.34692C3.80102 11.8441 4.16927 11.4761 4.16927 11.0222C4.16927 10.5683 3.8011 10.2003 3.34692 10.2003H1.67813C1.85913 8.0788 2.75993 6.0077 4.38061 4.38785C5.97597 2.79332 8.03842 1.86952 10.1775 1.68047V3.37314C10.1775 3.82703 10.5458 4.19502 10.9999 4.19502C11.454 4.19502 11.8222 3.82703 11.8222 3.37314V1.6803C12.9606 1.78075 14.0926 2.0912 15.1605 2.62112C15.5672 2.82275 16.0608 2.65704 16.2628 2.25042C16.4648 1.84387 16.2988 1.35061 15.8919 1.14874C11.6568 -0.953106 6.56346 -0.118566 3.21765 3.22543C-1.07255 7.51362 -1.07255 14.4907 3.21765 18.7788C5.29597 20.8561 8.05906 22 10.9982 22C13.9374 22 16.7006 20.8561 18.7789 18.7788C21.829 15.7301 22.8166 11.1527 21.2949 7.11719Z' fill='%230DB14B'/%3E%3Cpath d='M18.0074 4.97331C17.6736 4.97331 17.3684 4.75101 17.2552 4.42834C17.1446 4.11309 17.2349 3.75112 17.4799 3.53021C17.7429 3.29307 18.1327 3.2611 18.4294 3.45029C18.7107 3.62958 18.8582 3.98307 18.7902 4.31661C18.7134 4.69366 18.3824 4.97331 18.0074 4.97331Z' fill='%230DB14B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-position: 0 0;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 11;
}
.delivery-form__button {
    width: 100%;
    padding: 0 15px;
    flex: 0 0 25%;
    max-width: 25%;
    padding-top: 23px;
}
@media (max-width: 768px) {
    .delivery-form__button {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.delivery-form__button .btn-default {
    width: 100%;
}
.delivery-date-time__label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
.delivery-date-time__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px 30px;
}
@media (max-width: 768px) {
    .delivery-date-time__row {
        margin: 0 -15px 30px;
    }
}
.delivery-date-time__list {
    width: 100%;
    padding: 0 30px;
    flex: 0 0 40%;
    max-width: 40%;
}
@media (max-width: 768px) {
    .delivery-date-time__list {
        padding: 0 15px;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 475px) {
    .delivery-date-time__list {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.delivery-date-time__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.delivery-date-time__item-button {
    max-width: 100%;
}
.delivery-date-time__item-button input[type=radio] {
    opacity: 0;
    position: absolute;
}
.delivery-date-time__item-button input[type=radio] + label.btn {
    padding: 7px 15px;
    margin: 0;
    cursor: pointer;
}
.delivery-date-time__item-button input[type=radio] + label.btn:hover {
    color: #fff;
}
.delivery-date-time__item-button input[type=radio]:checked + label.btn {
    background: var(--main-green);
    color: #fff;
}
.delivery-date-time__item-button .btn {
    padding: 7px 15px;
    text-align: center;
    width: 220px;
    max-width: 100%;
}
.delivery-date-time__item-button .btn.active {
    background: var(--main-green);
    color: #fff;
    position: relative;
    /*&::after {
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        content: '';
        display: block;
        height: 8px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 16px;
        top: 50%;
        transform-origin: 66% 66%;
        transform: rotate(45deg);
        transition: all 0.15s ease-in-out;
        width: 8px;
    }*/
}

.btn-default {
    border-radius: 3px;
    color: var(--main-green);
    border: 1px solid var(--main-green);
}
.btn-default:hover {
    background: var(--main-green);
    color: #fff;
}

select.form-control {
    font-size: 14px;
    height: 40px;
    border: 1px solid #C4C4C4;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.32843L4.32843 4.65686L7.65686 1.32843' stroke='%230DB14B'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}
select.form-control:focus {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.65674 4.32843L4.32831 1L0.999878 4.32843' stroke='%230DB14B'/%3E%3C/svg%3E%0A");
}

.product-item-label-flash {
    position: absolute;
    z-index: 15;
    /*background: #BBD0A9;*/
    background: var(--main-green);
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 250ms ease;
    width: 36px;
    height: 30px;
}
.product-item-label-flash::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9652 8.09681C16.927 8.02948 16.8717 7.97347 16.8048 7.9345C16.738 7.89553 16.662 7.875 16.5846 7.875H10.8533L11.8142 0.53342C11.8245 0.435165 11.8014 0.336298 11.7487 0.25274C11.696 0.169181 11.6167 0.105792 11.5236 0.0727786C11.4305 0.0397656 11.329 0.0390496 11.2354 0.0707461C11.1418 0.102442 11.0616 0.164707 11.0078 0.247514L4.03795 12.4584C3.99719 12.5246 3.97485 12.6006 3.97324 12.6784C3.97162 12.7562 3.99079 12.833 4.02876 12.901C4.06673 12.9689 4.12213 13.0255 4.18925 13.0648C4.25637 13.1042 4.33277 13.125 4.41059 13.125H10.0562L9.29473 20.4776C9.28725 20.5755 9.31273 20.6731 9.36712 20.7549C9.4215 20.8367 9.50167 20.8979 9.59487 20.9289C9.68807 20.9598 9.78894 20.9587 9.88143 20.9257C9.97393 20.8927 10.0527 20.8297 10.1053 20.7468L16.96 8.53726C16.9997 8.47087 17.0211 8.39512 17.0221 8.31775C17.023 8.24037 17.0034 8.16413 16.9652 8.09681Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 21px;
    height: 21px;
    display: block;
}
.product-item-label-flash span {
    position: absolute;
    left: 100%;
    top: 50%;
    background: #FFFFFF;
    border: 1px solid #F77D0C;
    height: 32px;
    line-height: 30px;
    padding: 0 10px;
    color: #6E8276;
    font-size: 14px;
    font-weight: 400 !important;
    transform: translate(0, -50%);
    transition: all 0.2s ease;
    opacity: 0;
    white-space: nowrap;
}
.product-item-label-flash span::before, .product-item-label-flash span::after {
    content: "";
    position: absolute;
    left: -7px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 7px 6px 0;
    border-color: transparent #f77d0c transparent transparent;
    transform: translate(0, -50%);
}
.product-item-label-flash span::after {
    left: -6px;
    border-color: transparent #fff transparent transparent;
}
.product-item-label-flash:hover span {
    opacity: 1;
    transform: translate(15px, -50%);
}

/* фикс дергания страницы поиска */
.product-item-container::before,
.bx-catalog-element .product-detail-byu-container .quantity-block::before {
    line-height: 1;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    margin: -20px 0 0 -10px;
}

/* block .product__category */
.product__category {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 15px 0;
}
.product-category__item {
    padding: 0 15px;
    margin-bottom: 15px;
    font-size: 14px;
}
.product-category__item a {
    height: 32px;
    border-radius: 16px;
    display: block;
    white-space: nowrap;
    background-color: var(--main-green);
    color: #fff;
    transition: all 0.4s ease;
    text-decoration: none;
    line-height: 32px;
    padding: 0 12px;
}
.product-category__item.product-category__item_all a {
    background:rgb(142 204 69);
}
.product-category__item.active a,
.product-category__item a:hover {
    background: #6c8d46;
}
.product-category__name {
    margin: 0 5px 0 0;
}
.product-category__coll {
    margin: 0 0 0 5px;
    font-size: 13px;
}

.ipolkladrform .panel-map {
    overflow: hidden;
    position: relative;
}

:root {
    --color-green:var(--main-green);
    --color-orange:#F77D0C;
}

.express-checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute;
}
.express-checkbox input[type=checkbox] + label {
    display: block;
    padding: 0 0 0 55px;
    position: relative;
    cursor: pointer;
    font-weight: 400;
}
.express-top__block .express-checkbox input[type=checkbox] + label {
    padding: 0 0 0 50px;
}
@media (max-width: 768px) {
    .express-checkbox input[type=checkbox] + label {
        font-size: 15px;
    }
}
.express__top .express-checkbox input[type=checkbox] + label {
    font-weight: 500;
}
.express-checkbox input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    height: 22px;
    border-radius: 11px;
    border: 1px solid var(--color-orange);
    background-color: transparent;
    box-shadow: 0 0 2px 2px #fff inset;
    transition: all 0.2s ease;
}
.express-top__block .express-checkbox input[type=checkbox] + label::before {
    border: 1px solid #fff;
    box-shadow: 0 0 2px 2px var(--color-orange) inset;
}
.express-checkbox input[type=checkbox] + label::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--color-orange);
    transition: all 0.2s ease;
}
.express-top__block .express-checkbox input[type=checkbox] + label::after {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.express-checkbox input[type=checkbox]:checked + label::before {
    background: #FCCEA3;
}
.express-checkbox input[type=checkbox]:checked + label::after {
    left: 21px;
}
.express__top {
    margin-top: -60px;
    height: 60px;
    pointer-events: none;
}
.express-top__block {
    width: 270px;
    height: 60px;
    background-color: var(--color-orange);
    color: #fff;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.express-top__block:hover {
    z-index: 1000;
    position: relative;
}
.express__header {
    display: none;
}
@media (max-width: 1024px) {
    .express__header {
        display: block;
        position: relative;
        z-index: 900;
    }
    .express__header .wrapper-inner {
        padding: 0;
    }
    .express__header .wrapper-inner .express-top__block {
        height: 40px;
        width: 100%;
    }
}
@media (max-width: 1024px) and (max-width: 550px) {
    .express__header .wrapper-inner .express-top__block .info-block__popup {
        transform: translate(-100%, 0);
    }
    .express__header .wrapper-inner .express-top__block .info-block__popup::before, .express__header .wrapper-inner .express-top__block .info-block__popup::after {
        left: 91%;
    }
    .express__header .wrapper-inner .express-top__block .info-block:hover .info-block__popup, .express__header .wrapper-inner .express-top__block .info-block.active-info .info-block__popup {
        transform: translate(-90%, 0);
    }
}
.express-basket {
    display: flex;
}
@media (max-width: 550px) {
    .express-basket {
        order: 10;
        padding-top: 20px;
    }
}
.express-out {
    margin-top: -20px;
}
.express-out__block {
    padding: 20px;
    background: #F7FAF4;
    border: 1px solid #BBD0A9;
    border-top: none;
}
.express-out__block .basket-items-list-wrapper,
.express-out__block .basket-items-list-wrapper-compact {
    background-color: #fff;
    border: none;
}
@media (max-width: 480px) {
    .express-out__block .basket-items-list-wrapper {
        margin: 0 -20px;
    }
}
.express-out__block .basket-items-list-container {
    overflow: visible;
}
.express-out__block .basket-item-info-name {
    padding-right: 30px;
}
.express-out__block .info-block {
    position: absolute;
    right: 0;
    top: 0;
}
@media (max-width: 768px) {
    .express-out__block .info-block {
        top: 25px;
    }
}
.express-out__name {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}
.express-out__desc {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}

.basket-item-block-properties span.express {
    display: inline-flex;
    height: 18px;
    align-items: center;
    padding: 0 10px;
    border-radius: 5px;
    background-color: var(--color-orange);
    color: #fff;
    font-size: 12px;
}
@media (max-width: 480px) {
    .basket-item-block-properties span.express {
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        height: 24px;
        background: #FF001B;
        border-radius: 5px;
        align-items: center;
        font-size: 0;
        overflow: hidden;
        color: #FF001B;
        line-height: 0;
        justify-content: center;
        padding: 0;
    }
    .basket-item-block-properties span.express::after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14.8043 7.08067C14.7725 7.02455 14.7263 6.97788 14.6706 6.94541C14.6149 6.91293 14.5516 6.89582 14.4871 6.89582H9.71102L10.5117 0.77784C10.5203 0.69596 10.5011 0.613572 10.4572 0.543939C10.4133 0.474307 10.3472 0.421483 10.2696 0.393972C10.192 0.366461 10.1074 0.365865 10.0294 0.392278C9.95144 0.418692 9.88462 0.470579 9.83972 0.539585L4.03154 10.7153C3.99758 10.7705 3.97896 10.8338 3.97762 10.8987C3.97627 10.9635 3.99224 11.0275 4.02388 11.0841C4.05552 11.1407 4.10169 11.1879 4.15762 11.2207C4.21356 11.2535 4.27723 11.2708 4.34208 11.2708H9.04675L8.41219 17.398C8.40596 17.4796 8.42719 17.5609 8.47252 17.6291C8.51784 17.6972 8.58465 17.7482 8.66231 17.774C8.73998 17.7998 8.82404 17.7989 8.90111 17.7714C8.97819 17.7439 9.04386 17.6914 9.08768 17.6223L14.7999 7.44771C14.833 7.39238 14.8509 7.32926 14.8516 7.26478C14.8524 7.2003 14.836 7.13677 14.8043 7.08067Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='17.5' height='17.5' fill='white' transform='translate(0.666992 0.333328)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        width: 19px;
        height: 18px;
        display: block;
    }
}
.basket-item-block-properties span.express-no {
    display: inline-flex;
    min-height: 18px;
    align-items: center;
    padding: 2px 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    background-color: #BBD0A9;
}
@media (max-width: 480px) {
    .basket-item-block-properties span.express-no {
        padding: 2px 5px;
        font-size:11px;
    }
}

@media (max-width: 480px) {
    .basket-items-list-item-descriptions-inner {
        padding-bottom: 30px;
        position: relative;
    }
    .basket-items-list-item-descriptions-inner .basket-item-block-info .info-block {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }
}
@media (max-width: 480px) and (max-width: 768px) {
    .basket-items-list-item-descriptions-inner .basket-item-block-info .info-block {
        top: 20px;
    }
}
@media (max-width: 480px) {
    .basket-items-list-item-descriptions-inner .basket-item-block-info .info-block__popup {
        transform: translate(-100%, 0);
    }
    .basket-items-list-item-descriptions-inner .basket-item-block-info .info-block__popup::before, .basket-items-list-item-descriptions-inner .basket-item-block-info .info-block__popup::after {
        left: 91%;
    }
}
@media (max-width: 480px) {
    .basket-items-list-item-descriptions-inner .basket-item-block-info .info-block:hover .info-block__popup, .basket-items-list-item-descriptions-inner .basket-item-block-info .info-block.active-info .info-block__popup {
        transform: translate(-90%, 0);
    }
}
@media (max-width: 480px) {
    .basket-items-list-item-descriptions-inner .basket-item-info-name {
        padding-right: 30px;
    }
}
@media (max-width: 480px) {
    .express-out .basket-items-list-item-descriptions-inner .basket-item-block-properties {
        position: absolute;
        left: 0;
        bottom: 0;
    }
}
@media (max-width: 480px) {
    .basket-items-list-item-container h2.basket-item-info-name {
        padding-right: 30px;
    }
    .basket-items-list-item-container .basket-items-list-item-amount {
        min-width: 50%;
        order: 4;
    }
    .basket-items-list-item-container .basket-items-list-item-price {
        width: 50%;
        margin: 0 50% 0 0 !important;
    }
    .basket-items-list-item-container .basket-items-list-item-price.basket-items-list-item-price-for-one {
        margin: 0 0 15px !important;
    }
    .basket-items-list-item-container .basket-items-list-item-price .basket-item-block-price {
        text-align: left;
        position: relative;
    }
    .basket-items-list-item-container .basket-items-list-item-price .basket-item-block-price .basket-item-price-current {
        text-align: left;
    }
    .basket-items-list-item-container .basket-items-list-item-price .basket-item-block-price .basket-item-price-difference {
        position: absolute;
        left: 100%;
        top: 50%;
        width: 100%;
        transform: translate(0, -50%);
        border-radius: 3px;
        font-size: 13px;
    }
}
.info-block {
    position: relative;
    padding: 0 15px;
}
.express-top__block .info-block {
    padding: 0 10px;
}
.info-block__adaptive {
    display: none;
}
@media (max-width: 768px) {
    .info-block__adaptive {
        display: block;
    }
}
.info-block__question {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
    background-color: var(--color-green);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}
.express-top__block .info-block__question {
    border: 1px solid #fff;
    background-color: transparent;
}
.info-block__popup {
    position: absolute;
    left: 50%;
    top: 100%;
    opacity: 0;
    margin: 10px 0 0;
    visibility: hidden;
    transform: translate(-50%, 20px);
    transition: all 0.2s ease;
    padding: 10px 15px;
    border: 1px solid var(--color-green);
    font-size: 13px;
    background: #fff;
    min-width: 195px;
    color: #1E2124;
}
.info-block__popup::before, .info-block__popup::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    left: 50%;
    margin-left: -6px;
    border-width: 0 6px 6px 6px;
}
.info-block__popup::before {
    top: -6px;
    border-color: transparent transparent var(--color-green) transparent;
}
.info-block__popup::after {
    top: -5px;
    border-color: transparent transparent #fff transparent;
}
.info-block__popup p {
    margin: 0;
    padding: 0;
}
.info-block:hover, .info-block.active-info {
    z-index: 10;
}
.bx-no-touch .info-block:hover .info-block__popup, .info-block.active-info .info-block__popup {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}
@media (max-width: 768px) {
    .info-block:focus {
        z-index: 10;
    }
    .info-block:focus .info-block__popup {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, 0);
    }
}

.delivery-info {
    text-align: left;
}
.info-block__popup .delivery-info {
    min-width: 250px;
}
.delivery-info__head {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 700;
    color: #1E2124;
    margin-bottom: 15px;
    line-height: 1.2;
}
.delivery-info__head:nth-child(2) {
    margin-bottom: 10px;
}
.delivery-info__button {
    position: relative;
    margin-bottom: 15px;
}
.delivery-info__button:last-child {
    margin-bottom: 0;
}
.delivery-info__button .delivery-info {
    position: absolute;
    left: 50%;
    top: 100%;
    opacity: 0;
    margin: 10px 0 0;
    visibility: hidden;
    transform: translate(-50%, 20px);
    transition: all 0.2s ease;
    padding: 10px 15px;
    border: 1px solid var(--color-green);
    font-size: 13px;
    background: #fff;
    white-space: nowrap;
    color: #1E2124;
    z-index: 1;
}
.delivery-info__button .delivery-info::before, .delivery-info__button .delivery-info::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    left: 50%;
}
.delivery-info__button .delivery-info::before {
    top: -6px;
    margin-left: -6px;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent var(--color-green) transparent;
}
.delivery-info__button .delivery-info::after {
    top: -5px;
    margin-left: -6px;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fff transparent;
}
.delivery-info__button .delivery-info p {
    margin: 0;
    padding: 0;
}
.delivery-info__button:hover .delivery-info {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}
.delivery-info__button .btn-default {
    border: 1px solid var(--color-green);
    height: 40px;
    font-size: 14px;
    color: #232323;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    transition: all 0.2s ease;
}
.delivery-info__button .btn-default:hover {
    color: #fff;
    background-color: var(--color-green);
}
.delivery-info__button .btn-default.delivery-today-select {
    color: #fff;
    background-color: var(--color-green);
}
.delivery-info__button .btn-default.delivery-today-select:hover {
    opacity: 0.65;
}
.delivery-info__text {
    padding: 10px 0;
}

.icon-flash {
    display: inline-flex;
    width: 30px;
    height: 24px;
    background: #FF001B;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}
.icon-flash::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14.8043 7.08067C14.7725 7.02455 14.7263 6.97788 14.6706 6.94541C14.6149 6.91293 14.5516 6.89582 14.4871 6.89582H9.71102L10.5117 0.77784C10.5203 0.69596 10.5011 0.613572 10.4572 0.543939C10.4133 0.474307 10.3472 0.421483 10.2696 0.393972C10.192 0.366461 10.1074 0.365865 10.0294 0.392278C9.95144 0.418692 9.88462 0.470579 9.83972 0.539585L4.03154 10.7153C3.99758 10.7705 3.97896 10.8338 3.97762 10.8987C3.97627 10.9635 3.99224 11.0275 4.02388 11.0841C4.05552 11.1407 4.10169 11.1879 4.15762 11.2207C4.21356 11.2535 4.27723 11.2708 4.34208 11.2708H9.04675L8.41219 17.398C8.40596 17.4796 8.42719 17.5609 8.47252 17.6291C8.51784 17.6972 8.58465 17.7482 8.66231 17.774C8.73998 17.7998 8.82404 17.7989 8.90111 17.7714C8.97819 17.7439 9.04386 17.6914 9.08768 17.6223L14.7999 7.44771C14.833 7.39238 14.8509 7.32926 14.8516 7.26478C14.8524 7.2003 14.836 7.13677 14.8043 7.08067Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='17.5' height='17.5' fill='white' transform='translate(0.666992 0.333328)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 19px;
    height: 18px;
    display: block;
}


@media (max-width:1024px) {
    .basket-items-list-container,
    .basket-items-list {
        min-height:auto !important;
    }
}

.product-detail-slider.product-detail-sales-slider .product-item-label-left {
    left:-11px;
    top:-16px;
}
.product-detail-slider.product-detail-sales-slider .product-item-label-left .product-item-label-flash {
    width:30px;
    height:24px;
}
.product-detail-slider.product-detail-sales-slider .product-item-label-left .product-item-label-flash::before {
    transform-origin:50% 50%;
    transform:scale(.85);
}

.footer__soc-list {
    padding-top:20px;
}
.social__list {
    display:flex;
    justify-content:center;
    margin:0 -8px;
}
@media (min-width:992px) {
    .social__list {
        justify-content:flex-start;
    }
}
.social__item {
    margin:0 4px;
}
.social__item a {
    transition:all .2s ease;
}
.social__item a:hover {
    opacity:.65;
}


.product-detail-info-top .btn-not-avaliable .btn.disabled {
    font-size: 13px;
    font-weight: 400;
    color: #FF001B;
    background: #FFE7EA;
    border-radius: 4px;
    padding:0 6px;
    text-transform: lowercase
}

.product-detail-info-top .btn-not-avaliable:hover {
    background:transparent;
}

.btnarrea{
    margin-top:15px;
}
.btnarrea img{
    display:block;
    max-width:100%;
    height:auto;
}
.btnarrea .linkbtrwrapper{
    position:relative;
    display:block;
}
.btnarrea .linkbtrwrapper:after{
    position:absolute;
    content:'';
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.5);
    z-index:1;
}
.btnarrea .linkbtnrtext{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:2;
    padding:60px 15px 15px 20px;
    box-sizing:border-box;
}
.btnarrea .linkbtrwrapper .btnlinktitle,
.btnarrea .linkbtrwrapper .btnlinktext{
    display:block;
    position:relative;
    color:var(--main-green);

}
.btnarrea .linkbtrwrapper .btnlinktitle{
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0 0 10px rgb(0 0 0);
}
.btnarrea .linkbtrwrapper .btnlinktext{
    font-size: 14px;
    font-weight: 400;
    text-shadow: 0 0 10px rgb(0 0 0);
    margin-top: 20px;
}
.itemslide{
    width:100%;
}
.itemslide .flex-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
}
.boxfloatbasket.fixed{
    position:fixed;
}
.main-slider .product_item{
    padding:15px 10px;
}
.product_item__price .price {
    font-size: 13px;
}
.product_item__price .price-block-col {
    padding: 0 10px;
}
.testslideforclient .loadmore_item {
    width:100%;
    max-width:100%;
    padding:0 6px;

}
.testslideforclient .loadmore_item .product_item {

    min-height:375px;
}
@media(max-width:1024px){
    .header.fixed{
        background-color:#fff;
        box-shadow:0 0 10px rgba(0,0,0,.3);
    }
}

.title-1 {
    font-size: 34px;
    font-weight: 900;
}
.title-2 {
    font-size: 24px;
    font-weight: 900;
}
.title-3, .title-4 {
    font-weight: 500;
    line-height: 1.2;
}
@media screen and (max-width: 575.98px) {
    .title-1 {
        font-size: 30px;
    }
}
@media screen and (max-width: 400px) {
    .title-1 {
        font-size: 22px;
    }
}
h1.index-title {
    line-height: 1.5;
    font-size: 100%;
    text-align: center;
    margin-top: 20px;
}
.catalog-section-descr h2 {
    font-size: 100%;
}

.main-user-consent-request input[type=checkbox] {
    position:absolute;
    opacity:0;
}
.main-user-consent-request input[type=checkbox] + .main-user-consent-request-announce {
    display:block;
    padding-left:24px;
    position:relative;
    font-size:13px;
    line-height:20px;
    cursor:pointer;
}
.main-user-consent-request input[type=checkbox] + .main-user-consent-request-announce::before,
.main-user-consent-request input[type=checkbox] + .main-user-consent-request-announce::after {
    content:"";
    position:absolute;
    border-radius:2px;
}
.main-user-consent-request input[type=checkbox] + .main-user-consent-request-announce::before {
    width:18px;
    height:18px;
    border:1px solid var(--main-green);
    left:0;
    top:1px;
    font-size:0;
}
.main-user-consent-request input[type=checkbox] + .main-user-consent-request-announce::after {
    width:12px;
    height:12px;
    left:3px;
    top:4px;
    background:var(--main-green);
    transition:.4s;
    opacity:0;
    transform:scale(0);
}
.main-user-consent-request input[type=checkbox]:checked + .main-user-consent-request-announce::after {
    opacity:1;
    transform:scale(1);
}
.mail-subscribe .main-user-consent-request input[type=checkbox] + .main-user-consent-request-announce::before {
    border:1px solid #fff;
    background:transparent;
}
.mail-subscribe .main-user-consent-request input[type=checkbox] + .main-user-consent-request-announce::after {
    background:#fff;
}

.nav-recipes {
    padding:5px;
}
.nav-recipes .btn-default{
    color:#000;
    padding:.2rem .5rem;
    font-size:14px;
}
.nav-recipes .btn-default:hover {
    color:#fff;
}



/* ////////////////   REVIEW SERVICE ///////////////////////////  */


.feedbacks__page {
  padding-top: 30px;
}
.feedbacks__page .rating {
  font-weight: 700;
}
.feedbacks__page .element_description .ec-comments-list {
  padding-top: 20px;
}
.feedbacks__sort {
  display: flex;
  margin: 0;
}
.feedbacks-sort__item {
  margin: 0 45px 0 0;
  font-size: 14px;
  font-weight: 500;
}
.feedbacks-sort__item:last-child {
  margin: 0;
}
.feedbacks-sort__item a {
  color: #000;
  text-decoration: none;
}
.feedbacks-sort__item a::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.82002 1.4379L1.71734 0.30311C1.33246 -0.0929764 0.699358 -0.10206 0.303271 0.282822C-0.0928155 0.667703 -0.101899 1.3008 0.282983 1.69689L2.95624 4.44797C3.14453 4.64175 3.40323 4.75108 3.67342 4.75108C3.94361 4.75108 4.2023 4.64175 4.3906 4.44797L7.06386 1.69689C7.44874 1.3008 7.43966 0.667704 7.04357 0.282823C6.64748 -0.102059 6.01438 -0.0929759 5.6295 0.303111L4.51828 1.4379L3.66915 2.2511L2.82002 1.4379Z' fill='black'/%3e%3c/svg%3e ");
  width: 8px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1px 9px;
}
.feedbacks-sort__item a.sort-up::after {
  transform: rotate(-180deg);
}
.feedbacks-sort__item input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.feedbacks-sort__item input[type=checkbox] + label {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.feedbacks-sort__item input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  background: #FCFCFC;
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  transition: 0.4s;
}
.feedbacks-sort__item input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 3px;
  top: 4px;
  border-radius: 2px;
  background: var(--main-green);
  transition: 0.4s;
  opacity: 0;
  transform: scale(0);
}
.feedbacks-sort__item input[type=checkbox]:checked + label::before {
  border-color: var(--main-green);
}
.feedbacks-sort__item input[type=checkbox]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.feedbacks__header {
  padding: 30px 0 10px;
  display: flex;
  justify-content: space-between;
}
.feedbacks__header h2, .feedbacks__header .h2 {
  margin: 0;
}
.feedbacks__list .owl-carousel {
  /*overflow: hidden;*/
  display: flex;
  flex-wrap: wrap;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .feedbacks__list .owl-carousel {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .feedbacks__list .owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    padding: 40px 0 20px;
    width: 100%;
  }
}
.feedbacks__list .owl-carousel .owl-nav button.owl-prev {
  left: -10px;
}
.feedbacks__list .owl-carousel .owl-nav button.owl-next {
  right: -10px;
}
.feedbacks__list .owl-carousel .owl-nav button.owl-prev, .feedbacks__list .owl-carousel .owl-nav button.owl-next {
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 992px) {
  .feedbacks__list .owl-carousel .owl-nav button.owl-prev, .feedbacks__list .owl-carousel .owl-nav button.owl-next {
    transform: none;
    position: relative;
    top: auto;
    margin: 0 10px;
    right: auto;
    left: auto;
  }
}
.feedbacks__item {
  width: 100%;
}
.owl-item .feedbacks__item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px;
}
.feedbacks-item__back {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 18px 25px;
}
.feedbacks-item__header {
  margin-bottom: 10px;
  display: flex;
  position: relative;
}
.feedbacks-item-header__icon {
  width: 100%;
  flex: 0 0 55px;
  max-width: 55%;
  margin: 0 18px 0 0;
}
.feedbacks-item-header__desc {
  flex: auto;
  padding-top: 8px;
}
.feedbacks-item-header__date {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.feedbacks-item-header__bottom {
  display: flex;
  justify-content: space-between;
}
.feedbacks-item-header__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 992px) {
  .feedbacks-item-header__rating {
    position: absolute;
    right: 0;
    top: 7px;
  }
  .modal-feedback .feedbacks-item-header__rating {
    right: 20px;
    top: 7px;
  }
}
.feedbacks-item-header__rating .stars-list {
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-right: 5px;
}
.feedbacks-item__text {
  margin-bottom: 15px;
}
.feedbacks-item__text p {
  padding: 0;
  margin: 0;
}
.feedbacks-item__more {
  font-size: 14px;
}
.feedbacks-item__more a {
  color: var(--main-green);
  text-decoration: underline;
}
.feedbacks__comment {
  border: 1px solid #E2E2E2;
  padding: 18px 25px;
  margin-bottom: 20px;
}
.feedbacks__comment.no-border {
  padding: 0;
  border: none;
}
.feedbacks-comment__header {
  display: flex;
  position: relative;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 10px;
  margin-bottom: 22px;
}
.feedbacks-comment-header__icon {
  width: 100%;
  flex: 0 0 55px;
  max-width: 55%;
  margin: 0 18px 0 0;
}
.feedbacks-comment-header__desc {
  flex: auto;
  padding-top: 8px;
}
.feedbacks-comment-header__date {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.feedbacks-comment-header__bottom {
  display: flex;
  justify-content: space-between;
}
.feedbacks-comment-header__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.feedbacks-comment-header__rating .rating {
  display: flex;
}
@media (max-width: 992px) {
  .feedbacks-comment-header__rating {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.feedbacks-comment-header__rating .stars-list {
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-right: 5px;
}
.feedbacks-comment-header__rating .count-rating {
  color: #73be7a;
  font-weight: 400;
}
.feedbacks-comment__rating .rating {
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .feedbacks-comment__rating {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.feedbacks-comment__rating .stars-list {
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-right: 5px;
}
.feedbacks-comment__rating .count-rating {
  color: #73be7a;
  font-weight: 400;
}
.feedbacks-comment__body {
  font-size: 14px;
}
.feedbacks-comment__content {
  margin-bottom: 5px;
}
.feedbacks-comment-content__item {
  margin-bottom: 15px;
}
.feedbacks-comment-content__item.images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.feedbacks-comment-content__item.images img {
  border-radius: 5px;
  margin: 0 5px;
  flex: 0 0 65px;
}
.feedbacks-comment-content-item__title {
  font-weight: 700;
}
.feedbacks-comment-content-item__text p {
  padding: 0;
  margin: 0;
}
.feedbacks-comment-content__rating .rating {
  display: flex;
  margin-bottom: 15px;
}
.feedbacks-comment-content__rating .stars-list {
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-right: 5px;
}
.feedbacks-comment-content__rating .count-rating {
  color: #73be7a;
  font-weight: 400;
}
.feedbacks-comment__footer {
  display: flex;
  justify-content: space-between;
}
.feedbacks-comment__more {
  font-size: 14px;
}
.feedbacks-comment__more a {
  color: var(--main-green);
  text-decoration: underline;
}
.feedbacks-comment__likes {
  display: flex;
  font-size: 14px;
}
.feedbacks-comment__likes a {
  margin: 0 0 0 15px;
  text-decoration: none;
}
.feedbacks-comment__likes a i {
  margin: 0 5px 0 0;
  color: #b1b1b1;
}
.feedbacks-comment__likes a.up {
  color: #73be7a;
}
.feedbacks-comment__likes a.down {
  color: #d26262;
}
.feedbacks-comment__answer {
  padding-top: 30px;
  padding-left: 30px;
  position: relative;
}
.feedbacks-comment__answer::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.22256 9C7.25175 9 6.3147 8.60339 5.61923 7.88767C4.92281 7.17098 4.52666 6.19297 4.52666 5.16739V3.31319L5.62934 4.44797C6.01422 4.84406 6.64732 4.85314 7.04341 4.46826C7.4395 4.08338 7.44858 3.45028 7.0637 3.05419L4.39044 0.30311C4.20215 0.109335 3.94345 0 3.67326 0C3.40307 0 3.14438 0.109335 2.95608 0.30311L0.282823 3.05419C-0.102059 3.45028 -0.0929758 4.08338 0.303111 4.46826C0.699197 4.85314 1.3323 4.84406 1.71718 4.44797L2.52666 3.61493V5.16739C2.52666 6.70518 3.11999 8.18556 4.18488 9.28145C5.25071 10.3783 6.7025 11 8.22256 11H16C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9H8.22256Z' fill='%23D6D6D6'/%3e%3c/svg%3e");
  width: 17px;
  height: 11px;
  left: 0;
  top: 35px;
}
.feedbacks-comment__answer .feedbacks-comment__header {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.feedbacks-comment__answer .feedbacks-comment__content {
  max-width: 440px;
}
.feedbacks-comment__form {
  padding-top: 25px;
  padding-bottom: 25px;
}
.feedbacks-comment__form .form-group label {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
}
.feedbacks-comment__form .form-group label.required::after {
  content: " *";
  color: #73be7a;
}
.feedbacks-comment__form .form-group .file-input {
  height: 38px;
  background: #FCFCFC;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.feedbacks-comment__form .form-group .file-input__label {
  width: 100%;
  display: flex;
  height: 38px;
  align-items: center;
  padding: 5px 13px;
  cursor: pointer;
}
.feedbacks-comment__form .form-group .file-input__label span {
  text-decoration: underline;
  margin: 0 5px 0 0;
}
.feedbacks-comment__form .form-group .file-input__label::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='19' viewBox='0 0 13 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.9019 5.74937L9.58306 14.3792C9.29899 15.4364 8.60641 16.3381 7.65769 16.8858C6.70897 17.4336 5.58182 17.5825 4.52421 17.2999C3.46659 17.0174 2.56514 16.3264 2.01816 15.379C1.47118 14.4316 1.32348 13.3054 1.60756 12.2482L3.92638 3.61831C4.11577 2.9135 4.57748 2.31239 5.20996 1.94723C5.84244 1.58207 6.59387 1.48276 7.29895 1.67116C8.00403 1.85956 8.605 2.32022 8.96965 2.95182C9.3343 3.58342 9.43277 4.3342 9.24339 5.03902L6.9186 13.6723C6.82391 14.0247 6.59305 14.3253 6.27681 14.5078C5.96057 14.6904 5.58485 14.7401 5.23231 14.6459C4.87978 14.5517 4.57929 14.3214 4.39697 14.0056C4.21464 13.6898 4.16541 13.3144 4.2601 12.962L6.40574 4.99539' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  width: 13px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.feedbacks-comment__form .form-group .file-input input {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400%;
  height: 200%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.feedbacks-comment__form .form-group .rating {
  display: flex;
}
.feedbacks-comment__form .form-group .stars-list {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.feedbacks-comment__form .form-group .count-rating {
  color: #73be7a;
  font-weight: 400;
}
.feedbacks-comment__form .nb {
  font-weight: 600;
  font-size: 14px;
  color: #b1b1b1;
  margin-bottom: 33px;
}
.feedbacks-comment__form .nb span {
  color: #73be7a;
}

.modal.modal-feedback .modal-dialog {
  max-width: 600px;
}
.modal.modal-feedback .modal-body {
  padding: 0;
}
.modal.modal-feedback .modal-header {
  padding: 0;
  border-bottom: none;
}
.modal.modal-feedback .modal-content {
  padding: 0;
}
.modal.modal-feedback .modal-content .feedbacks__item .feedbacks-item__back {
  border: none;
  box-shadow: none;
  padding: 28px 55px;
}
@media (max-width: 768px) {
  .modal.modal-feedback .modal-content .feedbacks__item .feedbacks-item__back {
    padding: 28px 20px;
  }
}

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

/* STARS */

.star {
    background-image: url(images/star_full.svg);
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 2px;
    -webkit-transition: none;
    transition: none
}

.star:hover {
    cursor: pointer
}

.star.half {
    background-image: url(images/star_half.svg);
}

.star.empty {
    background-image: url(images/star_empty.svg);
}

.star.empty.active {
    background-image: url(images/star_full.svg);
}
.star, .star.empty {
    height: 14px;
    width: 14px;
    cursor: default !important;
}
.reviews-header {
    border-top: solid 1px #e6e6e6;
    padding: 15px 0;
}
.ec-comments-list {
    border-top: solid 1px #e6e6e6;
}
.element_description #ec_comment_show, .element_description .ec-comments-add .btn {
    border-width: 1px;
}
