@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Geologica', sans-serif;
    font-weight: 300;
    background: #e7ebee;

}
html {
    font-family: 'Geologica', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

html, body {
    min-height: 100%;
    position: relative;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
    color: #52CCC3;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    font-weight: 500;
    margin: 0.67em 0;
}

mark {
    background-color: #ff0;
    color: #222929;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: bold;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    /* 3 */
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

* {
    font-family: 'Geologica', sans-serif;
    font-weight: 300;
}
/*
html {
    font-size: 62.5%;
}
*/
body {
    font-size: 15px;
    background: #F2F2F2;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    color: #222929;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    font-size: 14px;
    line-height: 22px;
    color: #222929;
}

p span {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
}

a {
    position: relative;
    color: inherit;
    text-decoration: none;
    transition: all 0.4s ease;
}

a:hover {
    color: #52CCC3;
}

a,
input,
textarea,
button,
select {
    outline: none;
}

a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
    text-decoration: none;
}

a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

iframe {
    border: 0;
    max-width: 100%;
    width: 100%;
}

figure {
    margin: 0;
}

.container {
    max-width: 1640px;
}
.container-fluid {
    max-width: 1640px;
}
.mb-320 {
    margin-bottom: 320px;
}
.mb-160 {
    margin-bottom: 160px;
}
.mb-120 {
    margin-bottom: 120px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-40 {
    margin-top: 40px;
}

.wrapper {
    /*background: #FFF;*/
    background-attachment: fixed;
    padding-bottom: 0px;
    background-size: cover;
}

.top-line {
    height: 40px;
    background-color: rgba(230, 232, 237, 0.5);
}
.top-line a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #434950;
    padding: 0 10px;
}
.top-line a:hover {
    text-decoration: none;
}

.top-line a.top-line-phone {

    padding-left:26px;
    margin-left: 20px;
}
.top-line a.top-line-signin {

    padding-left:26px;
    margin-left: 20px;
}
.top-line a.top-line-profile {
  
    padding-left:26px;
    margin-left: 20px;
    margin-right: 5px;
    background-size: 15px 15px;
}
.top-line a.top-line-search {

    width: 30px;
    margin-left: 12px;
}
.top-line a.top-line-wishlist {

    width: 30px;
    margin-left: 20px;
}
.top-line a.top-line-cart {

    padding-left:26px;
    margin-left: 24px;
}
.top-line a.top-line-cart span {
    display: block;
    width: 15px;
    height: 15px;
    background: #E1251B;
    line-height: 15px;
    text-align: center;
    font-size: 10px;
    color: #FFF;
    border-radius: 10px;
    position: absolute;
    right: 12px;
    top: 5px;
}
.top-line .top-line-right a {
    float: right;
}

header.header {
    width: 100%;
    height: 96px;
    position: fixed;
    background: #F2F2F2;
    z-index: 9999;
    left: 0;
    top: 0;
}
header.header .main-header {
    margin-top: 22px;
    position: relative;
}
header.header .mainmenunav ul.mainmenu {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0;
    margin: 12px 0 0 0;
    list-style: none;
    position: inherit;
}

header.header .mainmenunav ul.mainmenu > li {
    margin: 0 12px;

    /*position: relative;*/
}
header.header .mainmenunav ul.mainmenu > li.info-selector-btn {
    position: relative;
    padding: 0 0px 32px 0;
}
header.header .mainmenunav ul.mainmenu > li.contacts-popup-btn {
    position: relative;
    /*
    margin: 0;
    padding: 0 0px 32px 12px;*/
}
header.header .mainmenunav ul.mainmenu > li > a {
    color: #222929;
    font-size: 16px;
    padding: 0px 0;
    /*
    height: 40px;
    line-height: 24px;*/
    font-weight: 400;
    display: inline-block;
}
header.header .mainmenunav ul.mainmenu > li > a img {
    transition: opacity 0.3s ease-in-out;
    max-height: 26px;
}
header.header .mainmenunav ul.mainmenu > li > div a img {
    transition: opacity 0.3s ease-in-out;
    /*max-height: 26px;*/
}
header.header .mainmenunav ul.mainmenu > li.contacts-popup-btn > a {
   display: flex;
   flex-direction: row;
}
header.header .mainmenunav ul.mainmenu > li > a:hover img {
    opacity: 0.5;
}
header.header .mainmenunav ul.mainmenu > li > a span {
    font-weight: 400;
    margin: 0 0 0 12px;
    line-height: 28px;
    font-size: 16px;
    float: left;
}
header.header .mainmenunav ul.mainmenu > li > a:hover {
    color: #52CCC3;
}
header.header .mainmenunav ul.mainmenu > li > a.header-cart-status.top-line-cart.cart-active span {
    width: 24px;
    height: 24px;
    background: #52CCC3;
    position: absolute;
    right: -12px;
    top: -8px;
    display: block;
    font-size: 13px;
    color: #FFF;
    text-align: center;
    border-radius: 30px;
    font-weight: 500;
    line-height: 24px !important;
}
header.header .mainmenunav ul.mainmenu > li > ul.submenu {

    /*
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);*/
}
header.header .mainmenunav ul.mainmenu > li > ul.submenu {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    min-width: 356px;
    height: auto;
    position: absolute;
    top: 62px;
    right: -12px;
    z-index: 90;
    /*opacity: 0;
    visibility: hidden;*/
    display: none !important;
    background-color: #FFF;
    text-align: left;
    padding: 12px 0;
    border-radius: 0px;
    list-style: none;
    margin: 0 -80px 0 0px;
    transition: all 0.3s ease;
}
header.header .mainmenunav ul.mainmenu > li > ul.submenu.info-menu {
    padding: 40px 56px 36px 56px;
}
header.header .mainmenunav ul.mainmenu > li > ul.submenu.info-menu li a {
    display: block;
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    margin-bottom: 8px;
    font-weight: 500;
}
header.header .mainmenunav ul.mainmenu > li > ul.submenu.info-menu:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-color: #FFF;
    position: absolute;
    top: -12px;
    right: 94px;
    rotate: 45deg;

}

header.header .mainmenunav ul.mainmenu > li > ul.submenu.lang-selector-menu {
    padding: 16px 24px 8px 24px;
    width: 96px;
    min-width: 100px;
    left: -28px;
}
header.header .mainmenunav ul.mainmenu > li > ul.submenu.lang-selector-menu li {
    display: block;
}
    /*
    .header .mainmenunav ul.mainmenu > li > ul.submenu li a {
        padding: 8px 20px;
        font-size: 13px;
        display: block;
        color: #1f1f25;
        margin: 0 10px;
        text-transform: uppercase;
        border-radius: 2px;
    }
    .header .mainmenunav ul.mainmenu > li > ul.submenu li:hover a {
        color: #FFF;
        background: #E1251B;
    }*/
header.header .mainmenunav ul.mainmenu > li:hover > ul.submenu {
    /*opacity: 1;
    visibility: visible;*/
    display: flex !important;
    flex-direction: column;
}
header.header .mainmenunav ul.mainmenu > li:hover > a {

}
header.header .mainmenunav ul.mainmenu > li > ul.submenu.contacts-popup {
    color: #23282D; 
    padding: 40px 32px 32px 52px;
    z-index: 1000;
}
header.header .mainmenunav ul.mainmenu > li > ul.submenu.contacts-popup:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-color: #FFF;
    position: absolute;
    top: -12px;
    left: 116px;
    rotate: 45deg;

}
header.header .mainmenunav ul.mainmenu > li:hover > ul.submenu.contacts-popup {
    display: block !important;
}
header.header .mainmenunav ul.mainmenu > li:hover > ul.submenu.info-menu {
    display: block !important;
}
.submenu--header {
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    color: #23282D;
    margin-bottom: 10px;
}
.submenu--header span {
    display: block;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}
header.header .mainmenunav ul.mainmenu > li > ul.submenu.info-menu li a.info-menu-discount-btn {
    display: inline-block;
}
header.header .mainmenunav ul.mainmenu > li > ul.submenu.info-menu li a.profile-logout-btn {
    border-radius: 8px;
    border: 1px solid #52CCC3;
    height: 32px;
    line-height: 30px;
    padding: 0 16px;
    margin: 16px 0 8px 0; 
    display: inline-block;
}

header.header .mainmenunav ul.mainmenu > li > ul.submenu.info-menu li a.info-menu-discount-btn img {
    width: 13px;
    height: auto;
    margin-left: 4px;
}
li.submenu--phone {
    display: block;
    margin-bottom: 4px;
}
li.submenu--phone span {
    font-size: 13px;
    color: #222929;
    opacity: 0.6;
}
li.submenu--phone a {
    font-family: Geologica;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: block;
    margin-bottom: 0px;
}
li.submenu--time {
    font-size: 13px;
    line-height: 20px;
    margin: 16px 0 24px 0;
}

header.header .mainmenunav ul.mainmenu > li.lang-selector-btn {
    position: relative;
}
/*
header.header .mainmenunav ul.mainmenu > li.lang-selector-btn span {
    color: #52CCC3;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.16px;
    display: inline-block;
    padding: 0 6px;
}

header.header .mainmenunav ul.mainmenu > li.lang-selector-btn a {
    display: block;
    color: #222929;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.16px;
    text-transform: unset;
    padding: 0 16px 0 6px;
    background: url(../svg/small_arrow_down.svg) right center no-repeat;
    margin-bottom: 8px;
}
header.header .mainmenunav ul.mainmenu > li.lang-selector-btn a:hover {
    opacity: 0.5;
}
header.header .mainmenunav ul.mainmenu > li.lang-selector-btn a.lang-selector-ua {
    padding: 0 0 0 32px;
    background: url(../svg/lang_selector_ua.svg) left center no-repeat;
    font-size: 13px;
}
header.header .mainmenunav ul.mainmenu > li.lang-selector-btn a.lang-selector-en {
    padding: 0 0 0 32px;
    background: url(../svg/lang_selector_en.svg) left center no-repeat;
    font-size: 13px;
}
header.header .mainmenunav ul.mainmenu > li.lang-selector-btn a.lang-selector-ru {
    padding: 0 0 0 32px;
    background: url(../svg/lang_selector_ru.svg) left center no-repeat;
    font-size: 13px;
}*/
header.header .mainmenunav ul.mainmenu > li.lang-selector-btn .btn-group>.btn {
    padding: 0;
    color: var(--color-white);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    box-shadow: none;
    outline: none;
}
header.header .mainmenunav ul.mainmenu > li.lang-selector-btn .btn-group>.btn:hover {
    text-decoration: none;
    opacity: 0.5;
    box-shadow: none;
    outline: none;
}
header.header .mainmenunav ul.mainmenu > li.lang-selector-btn .btn-group>.btn:focus {
    text-decoration: none;
    opacity: 0.5;
    box-shadow: none;
    outline: none;
}
header.header .mainmenunav ul.mainmenu > li.lang-selector-btn .dropdown-menu {
    min-width: 56px;
    left: unset !important;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    right: 0px;
    top: 16px !important;
    margin-right: 0px;
}
header.header .mainmenunav ul.mainmenu > li.lang-selector-btn .dropdown-menu button.btn {
    text-transform: uppercase;
    color: var(--text-black-color);
    font-size: 14px;
    font-weight: 400;
    webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    box-shadow: none;
    outline: none;
}
header.header .mainmenunav ul.mainmenu > li.lang-selector-btn .dropdown-menu button.btn:hover {
    text-decoration: none;
    color: var(--color-violet);
}
a.cart-dropdown-btn {
    border-radius: 30px;
    background: url(../svg/banner_arrow_dark.svg) right 16px center no-repeat;
    display: inline-flex;
    padding: 10px 48px 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #222929;
    border: 1px solid #222929;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.2px;
    text-decoration: none !important;
}
a.cart-dropdown-btn:hover {
    background: url(../svg/banner_arrow_dark.svg) right 8px center no-repeat;
    border: 1px solid #52CCC3;
    color: #222929;
}
.header-middle {
    position: unset; 
}
header.header .mainmenunav {
    position: unset;
}
header.header .mainmenunav ul.mainmenu.icons-menu {
    margin-left: 20px;
}
header.header .mainmenunav ul.mainmenu.catalog-menu {
    margin-top: 2px;
    position: unset;
}
header.header .mainmenunav ul.mainmenu.catalog-menu > li {
    /*flex: 1 1 auto;*/
    margin: 0;
    position: unset;
    padding-bottom: 24px;
}
header.header .mainmenunav ul.mainmenu.catalog-menu > li > a {
    font-size: 15px;
    word-wrap: break-word;
    line-height: 140%;
    height: 52px;
    vertical-align: middle;
    
    padding: 0px 12px 6px 12px;   

}
header.header .mainmenunav ul.mainmenu.catalog-menu > li.without-dropdown {
    transition: opacity .25s ease, visibility .25s ease;
    display: flex;
    align-items: center;
}
header.header .mainmenunav ul.mainmenu.catalog-menu > li.without-dropdown.is-search-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
header.header .mainmenunav ul.mainmenu.catalog-menu > li.without-dropdown a {
    display: flex;
    align-items: center;
    padding: 0;
}

header.header .mainmenunav ul.mainmenu.catalog-menu > li > a:hover {
    color: #52CCC3;
}
header.header .mainmenunav ul.mainmenu.catalog-menu > li > a.catalog-menu-btn {

    background: #f2f2f2 url(../svg/catalog_menu.svg) left 28px top 16px no-repeat;
    color: #222929;
    border: 1px solid #222929;
    border-radius: 30px;
    font-size: 18px;
    line-height: 52px;
    padding: 0px 32px 0 80px;
    height: 52px;
    font-weight: 400;
}
header.header .mainmenunav ul.mainmenu.catalog-menu > li > a.catalog-menu-btn img {
    margin: 9px 8px 9px 0;
    height: 18px;
    width: 18px;
    float: left;
}

.main {
    padding-top: 0px;
    margin-top: 88px;
}
.main h1 {
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    margin: 56px 0 16px 0;
    color: #222929;
}
.main .subcategoryHeader {
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    margin: 56px 0 16px 0;
    color: #222929;
}
.main .breadcrumb {
    background: unset;
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    margin-top: 16px;
    justify-content: flex-start;
    white-space: nowrap;
    overflow: auto;
    margin-bottom: 56px;
}
.main .breadcrumb.goods-breadcrumb {
    margin: 32px 0 40px 0;
}
.breadcrumb-item {
    flex: 0 0 auto; 
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.13px;
    overflow: hidden;
    height: 20px;
 /*   max-width: 320px;*/

}

.breadcrumb-item a {
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.13px;
    display: inline-block;
    height: 20px;
}
.breadcrumb-item+.breadcrumb-item::before {

    
    color: #222929;
    content: " ";
    height: 20px;
    background: url(../svg/breadcrubms_divider.svg) left center no-repeat;
    width: 24px;
    padding: 0 16px 0 24px;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 16px;
    padding-right: 0px;
}

/*
.collection .container-fluid {
    padding: 0 !important;
}
.collection .container-fluid .row {
    padding: 0 !important;
}*/

.header_box {
    /*border-bottom: 1px solid #c6dbec;*/
}
.modal-header .close:focus {
    box-shadow: none;
    outline: none !important;
}
.logo {
    height: auto;
    width: 226px;
    margin: 0px auto 0px auto;
}
#mobile-header-logo {
    display: none;
}
.header-logo {
    display: inline-block;
}
.header-logo img {
    max-height: 52px;
}
.mobile-lang-selector {
    color: #212529;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    height: 36px;
    width: 36px;
    line-height: 36px;
    margin: 14px 0 0 24px;
    text-align: center;
    float: left;
    display: none;
}
a.header-mobile-menu-button {
    background: #FFFFFF;
    color: #222929;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
    border-radius: 30px;
    padding: 0px 48px;
    height: auto;
    margin: 0px auto 0 auto;
    text-transform: unset;
    width: 100%;
    height: 48px;
}
a.header-mobile-menu-button img {
    margin: 6px 12px 8px 0;
    height: 16px;
    width: auto;
}
a.header-mobile-cart-button {
    width: 20px;

    display: block;
    height: 24px;
    position: absolute;
    right: 24px;
    top: 34px;
    display: none;
}
a.header-mobile-cart-button span {
    display: block;
    width: 15px;
    height: 15px;
    background: #E1251B;
    line-height: 15px;
    text-align: center;
    font-size: 10px;
    color: #FFF;
    border-radius: 10px;
    position: absolute;
    right: -6px;
    top: -6px;
}
.main_teaser {
    padding-bottom: 0px;
    margin-bottom: 80px;
}
.first_header {
    font-size: 32px;
    text-transform: uppercase;
    line-height: 42px;
    color: #222929;
    margin: 20px auto 36px auto;
}

.slider {
    margin-top: 96px;
    background: #f2f2f2;
    padding: 0 0 24px 0;

    /*float: left;*/
}
.slider .swiper-viewport {
    margin: 0 0 60px 0;
    background: unset !important;
    z-index: 1;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: 100%;
    position: relative;
    overflow: visible;
}
.slider .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
}
.slider .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    border-radius: 0;
    background: #222929;
    box-shadow: none !important;
}
.slider .swiper-pagination-bullet-active {
    background: #69E8DF;
}

.slider .swiper-pager .swiper-button-prev,
.slider .swiper-pager .swiper-button-next {
  width: 44px;
  height: 44px;
  margin-top: -22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slider .swiper-pager .swiper-button-prev:after,
.slider .swiper-pager .swiper-button-next:after,
.slider .swiper-pager .swiper-button-prev::after,
.slider .swiper-pager .swiper-button-next::after {
  display: none;
  content: none;
}

.slider .swiper-pager .swiper-button-prev {
  background-image: url("../svg/arrow-slider-left.svg");
}

.slider .swiper-pager .swiper-button-next {
  background-image: url("../svg/arrow-slider-right.svg");
}
.swiper-button-prev:before {
    content: "" !important;
}
.swiper-button-next:before {
    content: "" !important;
}

.slider .carousel-control-next, .carousel-control-prev {
    width: 7%;

}

.slider .carousel-control-next-icon {
    background-image: url("../svg/arrow-slider-right.svg");
}
.slider .carousel-control-prev-icon {
    background-image: url("../svg/arrow-slider-left.svg");
}
.slider .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 16px;
    height: 32px;
}
.slider .carousel-indicators li {
    height: 4px;
    width: 24px;
    border-radius: 0px;
    background: #FFF;
    padding: 0;
    border: 0;
}
.slider .carousel-indicators .active {
    width: 24px;
    height: 4px;
    background: #52CCC3;
}
.slider .slider-content {
    z-index: 2;
    position: absolute;
    padding: 0;
    left: 160px;
    top: 30%;
    width: 590px;
}
.slider .slider-content .slider-content-name {
    color: #FFF;
    font-family: Geologica;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 16px;
}
.slider .slider-content .slider-content-text {
    color: #FFF;
    font-family: Geologica;
    font-size: 24px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    margin-bottom: 32px;
}
.slider .slider-content a.slider-content-btn {
    border-radius: 30px;
    background: url(../svg/banner_arrow.svg) right 16px center no-repeat;
    display: inline-flex;
    padding: 10px 48px 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    border: 1px solid #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
}
.slider .slider-content a.slider-content-btn:hover {
    background: url(../svg/banner_arrow.svg) right 8px center no-repeat;
    color: #69E8DF;
}
.first_text {
    width: 70%;
    font-size: 20px;
    margin: 0 auto;
}

.flag {
    width: 50px;
    height: auto;
    margin: 25px 0 15px 0;
}
.teasers {
   /* margin-top: auto;
    margin-bottom: auto;*/
    margin: 0 0 50px 0;

}
.teaser {
    width: 100%;
    display: block;
    margin: 0px auto;
    color: #212529;
    /*-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;*/
}
.teaser img {
    width: 100%;
    height: auto;
    transition: transform .2s;
    /*box-shadow: 0 0 20px rgba(0,0,0,0.1);*/
}
.teaser:hover {
    text-decoration: none;
    color: #212529;
}
.teaser:hover img {
    transform: scale(1.2);
}
.teaser .teaser_name {

    text-decoration: none;
    font-size: 22px;
    margin: 10px 0;
}
.teaser .teaser_desc {

    font-size: 14px;

}

.carousel-control-next-icon,
.carousel-control-prev-icon {

}
.carousel-indicators .active {
    background-color: #d51608;
}


footer {
    background: #222929;
}
footer .container {
    padding-top: 72px;
    padding-bottom: 32px;
}
.footer_box {

}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    display: block;
    margin-bottom: 16px;
}
footer ul li a {
    color: #D4D4D4;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.footer_logo {
    display: block;
}
.footer_logo img {
    width: auto;
    height: 64px;
}
.footer-subheader {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgba(255,255,255,0.5);
}
.social {
    margin: 0px 0px 32px 0;
}
.social a {
    color: #A0A5AA;
    font-size: 18px;
    margin: 0 32px 0 0;
}
.social a img {
    height: 20px;
    height: auto;
}
.social a:hover {
    text-decoration: none;
}
.social a:nth-last-child(1) {
    margin: 0 0 0 0;
}
.address {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 32px;
    color: #D4D4D4;
    font-weight: 300;
}
.address span {
    display: block;
    font-size: 15px;
}
.about {
    margin-bottom: 50px;
}
.about .row {

}
.about img {

}
.about_text {
    padding: 56px 52px;
    background: #FFF;
}
.about_text div.mb-30 {
    max-height: 400px;
    overflow-y: scroll;
}
.about_text p {
    font-size: 15px;
    font-style: normal;
    font-weight: 200;
    line-height: 140%; 
    letter-spacing: 0.2px;
}
.about_text li {
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; 
    letter-spacing: 0.2px;
}
.about_text h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.4px;
    margin-bottom: 40px;
}

.about_text h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.28px;
    margin-bottom: 24px;
    margin-top: 32px;
}
.about_text h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.28px;
    margin-bottom: 24px;
    margin-top: 32px;
}
.about_text h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
    margin-bottom: 24px;
    margin-top: 32px;
}
.about_text a {

}

.about_text .about_text_collapsed {
    margin-bottom: 48px;
    position: relative;
    max-height: 460px;
    overflow: hidden;
}
.about_text.expanded .about_text_collapsed {
    max-height: 100%;
}
.about_text .about_text_collapsed::before {
    content: " ";
    display: block;
    width: 100%;
    height: 160px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent, #FFF 100%);
    z-index: 2;
}
.about_text.expanded .about_text_collapsed::before {
    display: none;
}
.about_text a.expanded-btn {
    border-radius: 30px;
    background: url(../svg/banner_arrow_dark.svg) right 16px center no-repeat;
    display: inline-flex;
    padding: 10px 56px 10px 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #222929;
    border: 1px solid #222929;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.2px;
    height: 52px;
    line-height: 52px;
    transition: all 0.4s;
}
.about_text a.expanded-btn:hover {
    border: 1px solid #52CCC3;
    background: url(../svg/banner_arrow_dark.svg) right 8px center no-repeat;
}

.btn-primary {

}
.btn-primary:hover {

}
.show-more-btn {
    display: inline-block;
    padding: 0 24px;
    color: #FFF;
    border: 1px solid transparent;
    border-radius: 30px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 300;
    transition: 500ms background ease-in-out;
    text-decoration: none;
}
.btn-black {
    background: #222929;
    color: #FFF;
}
.btn-black:hover {
    background: #52CCC3;
    color: #FFF;
}
.btn-gradient {
    color: #FFF;
    background: transparent;
    border: 1px solid #52CCC3;

}
.btn-gradient:hover {
    color: #FFF;
    background: linear-gradient(90deg, #52CCC3 0%, #F15F79 100%);
}
.contacts-area {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    background: #FFF;
    flex-wrap: wrap;
}
.contactItem {
    background: #FFF;
    padding: 32px;
}
.contactTitle {
    font-size: 16px;
}
.contactInfo {
    font-size: 28px;
    letter-spacing: -1px;
}
.map iframe {
    overflow: hidden;
}
.map .empty_map {
    width: 100%;
    height: 560px;
    background: url(../images/empty_map.jpg) center top no-repeat;
    background-size: cover;
}
.greyline {
    height: 1px;
    background: #E4E4E4;
    margin: 20px 0;
}
.phones {
    margin: 0px auto 36px auto;
    font-size: 20px;
}
.phones p {
    color: #D4D4D4;
    margin-bottom: 48px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.13px;
    line-height: 140%;
}
.phones a {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #D4D4D4;
    display: block;
}
.phones a:hover {
    text-decoration: none;
    color: #52CCC3;
}
.phones span {
    font-size: 13px;
    color: #D4D4D4;
    display: block;
}
.copyright {
    color: #D4D4D4;
    font-size: 13px;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 30px;
}
.copyright a {
    display: block;
    margin: 4px 0
}
.copyright a img {
    height: 16px;
    width: auto;
}
.insta_item {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
.insta_item img {
    width: 100%;
    height: auto;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.modal-content {
    border-radius: 0;
    border: none;
}
.btn {
    border-radius: 0;
}

a.region_phones_button {
    font-size: 1.1rem;
    font-weight: 600;
}
.reg_header {
    padding: 8rem 0;
    text-align: center;
    background-size: cover;
}
.reg_header h1 {
    font-size: 48px;
    line-height: 140%;
    margin: 0;
}
.stock_header {
    padding: 8rem 0;
    text-align: center;
    background-size: cover;
}
.stock_header h1 {
    font-size: 48px;
    line-height: 140%;
    margin: 0;
}
.not-found {
    padding: 80px 0;
}
.not-found .not-found-404 {
    height: 240px;
}
.not-found .not-found-cart {
    width: 100px;
    height: 120px;
    margin: 0 auto 30px auto;
    background-size: 100px 120px;
}
.not-found .not-found-user {
    width: 100px;
    height: 120px;
    margin: 0 auto 30px auto;
    background-size: 100px 120px;
}
.not-found .not-found-header {
    color: #222929;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    margin: 16px 0 16px 0;
}
.not-found .not-found-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.16px;
    margin-bottom: 40px;
}
.not-found-btn {
    border-radius: 30px;
    background: url(../svg/banner_arrow_dark.svg) right 16px center no-repeat;
    display: inline-flex;
    padding: 10px 48px 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #222929;
    border: 1px solid #222929;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.2px;
    height: 52px;
    line-height: 52px;
}
.not-found-btn:hover {
    border: 1px solid #52CCC3;
    color: #222929;
    background: url(../svg/banner_arrow_dark.svg) right 8px center no-repeat;
}

.search-content-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    z-index: 99999;
    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;
}
.search-content-wrap.search-visible {
    visibility: visible;
    opacity: 1;
}
.search-content-wrap.search-visible .search-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.search-content-wrap > .search-close {
    font-size: 40px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 20%;
    right: 20%;
    line-height: 40px;
    height: 40px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 27px;
    height: 27px;
    background-size: 27px 27px;
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' enable-background='new 0 0 413.348 413.348' viewBox='0 0 413.348 413.348' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m413.348 24.354-24.354-24.354-182.32 182.32-182.32-182.32-24.354 24.354 182.32 182.32-182.32 182.32 24.354 24.354 182.32-182.32 182.32 182.32 24.354-24.354-182.32-182.32z' fill='%23E1E1E1'/%3E%3C/svg%3E");
}
.search-content-wrap > .search-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.search-content-wrap > .search-close i:hover {
    color: #dcb86c;
}
.search-content-wrap .search-content {
    display: inline-block;
    max-width: 90%;
    text-align: center;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.search-content-wrap .search-content p {
    color: var(--white, #FFF);
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    letter-spacing: 0.2px;
}
.search-content-wrap .search-content .search-form {
    position: relative;
}
.search-content-wrap .search-content .search-form input {
    width: 800px;
    background-color: transparent;
    -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.1);
    border: 0;
    text-align: left;
    font-size: 16px;
    padding: 18px 40px;
    color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-weight: 600;
    max-width: 100%;
    height: auto;


    border-radius: 30px;
    background: var(--white, #FFF);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
}
.search-content-wrap .search-content .search-form .button-search {
    position: absolute;
    top: 14px;
    display: block;
    right: 24px;
    border: 0;
    background: 0 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 14.2155L10.81 10.0255C11.8169 8.8167 12.319 7.26626 12.2118 5.69671C12.1047 4.12716 11.3966 2.65934 10.2348 1.59859C9.07298 0.537844 7.54695 -0.0341578 5.97415 0.00157912C4.40136 0.037316 2.90288 0.67804 1.79046 1.79046C0.67804 2.90288 0.037316 4.40136 0.00157912 5.97415C-0.0341578 7.54695 0.537844 9.07298 1.59859 10.2348C2.65934 11.3966 4.12716 12.1047 5.69671 12.2118C7.26626 12.319 8.8167 11.8169 10.0255 10.81L14.2155 15L15 14.2155ZM1.12948 6.12287C1.12948 5.13527 1.42234 4.16985 1.97102 3.34869C2.5197 2.52753 3.29956 1.88752 4.21198 1.50958C5.1244 1.13164 6.12841 1.03276 7.09703 1.22543C8.06565 1.4181 8.95539 1.89367 9.65373 2.59201C10.3521 3.29035 10.8276 4.18008 11.0203 5.14871C11.213 6.11733 11.1141 7.12133 10.7362 8.03375C10.3582 8.94618 9.7182 9.72604 8.89705 10.2747C8.07589 10.8234 7.11047 11.1163 6.12287 11.1163C4.79899 11.1148 3.52976 10.5882 2.59363 9.6521C1.65751 8.71598 1.13095 7.44675 1.12948 6.12287Z' fill='%23000000'/%3E%3C/svg%3E%0A");
    background-size: 30px 30px;
    width: 30px;
    fill: #F00;
    height: 30px;
}
.search-content-wrap .search-content .search-form .button-search:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 14.2155L10.81 10.0255C11.8169 8.8167 12.319 7.26626 12.2118 5.69671C12.1047 4.12716 11.3966 2.65934 10.2348 1.59859C9.07298 0.537844 7.54695 -0.0341578 5.97415 0.00157912C4.40136 0.037316 2.90288 0.67804 1.79046 1.79046C0.67804 2.90288 0.037316 4.40136 0.00157912 5.97415C-0.0341578 7.54695 0.537844 9.07298 1.59859 10.2348C2.65934 11.3966 4.12716 12.1047 5.69671 12.2118C7.26626 12.319 8.8167 11.8169 10.0255 10.81L14.2155 15L15 14.2155ZM1.12948 6.12287C1.12948 5.13527 1.42234 4.16985 1.97102 3.34869C2.5197 2.52753 3.29956 1.88752 4.21198 1.50958C5.1244 1.13164 6.12841 1.03276 7.09703 1.22543C8.06565 1.4181 8.95539 1.89367 9.65373 2.59201C10.3521 3.29035 10.8276 4.18008 11.0203 5.14871C11.213 6.11733 11.1141 7.12133 10.7362 8.03375C10.3582 8.94618 9.7182 9.72604 8.89705 10.2747C8.07589 10.8234 7.11047 11.1163 6.12287 11.1163C4.79899 11.1148 3.52976 10.5882 2.59363 9.6521C1.65751 8.71598 1.13095 7.44675 1.12948 6.12287Z' fill='%2352CCC3'/%3E%3C/svg%3E%0A");
}


.sidebar-cart-active {
    position: fixed;
    top: 0;
    width: 420px;
    padding: 80px 50px 50px;
    min-height: 100vh;
    bottom: 0;
    z-index: 9999;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
    -webkit-transform: translate(200px, 0);
    -ms-transform: translate(200px, 0);
    transform: translate(200px, 0);
    -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    background-color: #fff; }
.sidebar-cart-active.inside {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-cart-active {
        width: 350px;
        padding: 80px 30px 50px; } }
@media only screen and (max-width: 767px) {
    .sidebar-cart-active {
        padding: 50px 24px 50px 24px;
        width: 320px; } }
.sidebar-cart-active .sidebar-cart-all .cart-close {
    position: absolute;
    top: 55px;
    right: 55px;
    width: 27px;
    height: 27px;
    opacity: 0.4;
    background-size: 27px 27px;
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' enable-background='new 0 0 413.348 413.348' viewBox='0 0 413.348 413.348' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m413.348 24.354-24.354-24.354-182.32 182.32-182.32-182.32-24.354 24.354 182.32 182.32-182.32 182.32 24.354 24.354 182.32-182.32 182.32 182.32 24.354-24.354-182.32-182.32z' fill='%23222929'/%3E%3C/svg%3E");
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out; }
@media only screen and (max-width: 767px) {
    .sidebar-cart-active .sidebar-cart-all .cart-close {
        top: 20px;
        right: 23px;
        font-size: 23px; } }
.sidebar-cart-active .sidebar-cart-all .cart-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
    }
.sidebar-cart-active .sidebar-cart-all .cart-content > h3 {
    color: #222929;
    font-family: Geologica;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 45px 0; 
}
.sidebar-cart-active .sidebar-cart-all .cart-status-header {
    color: #222929;
    font-family: Geologica;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0 0 45px 0; 
}
.sidebar-cart-active .sidebar-cart-all .cart-content ul {
    margin: 0 -30px 0 0;
    padding: 0 30px 0 0;
    max-height: 310px;
    max-height: calc(100vh - 430px);
    max-height: -webkit-calc(100vh - 430px);
    overflow: auto; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-cart-active .sidebar-cart-all .cart-content ul {
        max-height: calc(100vh - 365px); } }
@media only screen and (max-width: 767px) {
    .sidebar-cart-active .sidebar-cart-all .cart-content ul {
        max-height: calc(100vh - 360px); } }
.sidebar-cart-active .sidebar-cart-all .cart-content ul li {
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px; }
.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-img a img {
    width: 100%; }
.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title {
    font-weight: 400;
    margin-left: 20px; }
.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title .h4 {
    font-size: 14px;
    margin: 0 0 12px 0; 
    font-weight: 300;
    display: block;
}
.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title .h4 a {
    color: #222929;
    font-family: Geologica;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 8px;
    display: block;
}
.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title span {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: block;
}
.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 100;
    -ms-flex-positive: 100;
    flex-grow: 100;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-delete button.remove-btn {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../svg/remove.svg) center center no-repeat;
    background-size: 20px 20px;
    opacity: 0.4;
    margin: 0;
    transition: all 0.3s ease;
 }
 .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-delete button.remove-btn:hover {
    rotate: 90deg;
    opacity: 1;
 }
.sidebar-cart-active .sidebar-cart-all .cart-content .cart-total {
    display: block;
    width: 100%;
    margin: 8px 0 37px; }
.sidebar-cart-active .sidebar-cart-all .cart-content .cart-total div {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: #222929;
    margin: 0; }
.sidebar-cart-active .sidebar-cart-all .cart-content .cart-total div span {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: #222929;
    margin-left: 8px;
 }
.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn {
    display: block;
    width: 100%; }
.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a {
    display: inline-flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: #E4E4E4;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
    color: #222929;
    width: 100%;
    margin-bottom: 8px;
    /*
    margin: 10px 0 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    padding: 0 20px 0 20px;
    background-color: rgba(230, 232, 237, 0.5);

    font-weight: 300;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-size: 12px;*/
 }
.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a:first-child:hover {
    color: #FFF;
    background: #222929;
 }
.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a:first-child {
    margin-top: 0; }

.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a.cart-checkout-style {
    border-radius: 30px;
    background: url(../svg/banner_arrow_dark.svg) right 48px center no-repeat;
    display: inline-flex;
    padding: 10px 48px 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #222929;
    border: 1px solid #222929;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.2px;
    height: 52px;
    line-height: 52px;
 }
.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a.cart-checkout-style:hover {
    background: url(../svg/banner_arrow_dark.svg) right 40px center no-repeat;
    color: #222929;
    border: 1px solid #52CCC3; }
.body-overlay {
    background: rgba(35, 35, 36, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9998;
}
.wrapper.overlay-active .body-overlay {
    opacity: 1;
    visibility: visible;
}

.mobile-off-canvas-active {
    position: fixed;
    top: 0;
    width: 370px;
    min-height: 100vh;
    bottom: 0;
    z-index: 111;
    right: 0;
    visibility: hidden;
    opacity: 1;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    -webkit-transform: translate(370px, 0);
    -ms-transform: translate(370px, 0);
    transform: translate(370px, 0);
    background-color: #fff;
    -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    z-index: 9999; }
@media only screen and (max-width: 767px) {
    .mobile-off-canvas-active {
        width: 320px;
        -webkit-transform: translate(260px, 0);
        -ms-transform: translate(260px, 0);
        transform: translate(260px, 0); } }
.mobile-off-canvas-active.inside {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
.mobile-off-canvas-active .mobile-aside-close {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' enable-background='new 0 0 413.348 413.348' viewBox='0 0 413.348 413.348' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m413.348 24.354-24.354-24.354-182.32 182.32-182.32-182.32-24.354 24.354 182.32 182.32-182.32 182.32 24.354 24.354 182.32-182.32 182.32 182.32 24.354-24.354-182.32-182.32z' fill='%23FFFFFF'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: -40px;
    top: 0px;
    z-index: 9;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    background-color: #343538; }
.mobile-off-canvas-active .mobile-aside-close i {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
    color: #fff; }
.mobile-off-canvas-active .mobile-aside-close:hover i {
    color: #52CCC3;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.mobile-off-canvas-active .header-mobile-aside-wrap {
    padding: 40px 30px 50px;
    overflow: auto;
    height: 100%; }
@media only screen and (max-width: 767px) {
    .mobile-off-canvas-active .header-mobile-aside-wrap {
        padding: 30px 40px 50px 40px; } }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-logo {
    display: flex;
    margin-bottom: 32px;
    flex-direction: row;

    padding-bottom: 20px; }
    .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-logo a img {
        height: 40px;
        width: auto;
        
    }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap {
    /*
    border-bottom: 1px solid #F5F5F5;*/
    margin-bottom: 24px;
    padding-bottom: 24px;}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li {
    padding-bottom: 20px; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li > a {
    font-size: 15px;
    font-weight: 400;
    color: #222929; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li ul li {
    padding-bottom: 15px; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li ul li.header {
    box-shadow: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li ul li a {
    font-size: 13px;
    font-weight: 500;
    color: #343538; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li ul li a:hover span {
    color: #52CCC3; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li:hover > a span {
    color: #52CCC3; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li:last-child {
    padding-bottom: 0px; }

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li.mobile-menu-line {
    border-top: 1px solid #F5F5F5;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li.mobile-info-link a {
    text-transform: unset !important;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li.mobile-info-link a span {
    text-transform: unset !important;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu.slinky-theme-default {
    background-color: transparent; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu.slinky-theme-default ul li a {
    /*
    text-transform: uppercase;*/
    position: relative; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu.slinky-theme-default ul li a:hover:not(.back) {
    background: transparent; }

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu.slinky-theme-default ul li a
     
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu.slinky-theme-default ul li:hover a.next::after {
    color: #52CCC3; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    margin-bottom: 31px;
    padding-bottom: 37px; }
@media only screen and (max-width: 767px) {
    .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap {
        display: block; } }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang {
    position: relative; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang span {
    font-size: 12px;
    font-weight: 700; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang span a {
    font-size: 13px;
    font-weight: 500; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 5px;
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
    padding: 15px;
    width: 100%;
    z-index: 11; }
@media only screen and (max-width: 767px) {
    .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown {
        width: 120px; } }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li {
    padding-bottom: 5px; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li:last-child {
    padding-bottom: 0px; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li a {
    color: #343538;
    font-size: 13px;
    font-weight: 500; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li a:hover {
    color: #dcb86c; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang:hover > span > a {
    color: #dcb86c; }
@media only screen and (max-width: 767px) {
    .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang {
        margin-bottom: 5px; }
    .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang:last-child {
        margin-bottom: 0; } }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap {
    margin-bottom: 20px; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a {
    font-size: 15px;
    margin-right: 20px; }
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a:last-child {
    margin-right: 0; }

    .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a img {
        width: auto;
        height: 16px;
        max-width: 17px;
    }
.slinky-menu ul {
    padding: 0;
    margin: 0 0 40px 0;
}
.slinky-theme-default a:not(.back) {
    padding: 0;
}
.slinky-theme-default .next::after {
    opacity: 1;
    transition: all .3 ease 0s;
    color: #fff;
    font-size: 17px;
    top: -1px;
    line-height: 20px;
    position: absolute;
    right: 0;
    font-weight: 300;
}
.slinky-theme-default .back::before {

    opacity: 1;
    transition: all .3s ease 0s;
    color: #fff;
    font-size: 20px;
    line-height: 55px;
    width: 55px;
    height: 55px;
    text-align: center;
    background-color: #232324;
    display: inline-block;
}
.slinky-theme-default .next::after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+ICAgIDxwYXRoIGQ9Ik0xMi4yMTkgMi4yODFMMTAuNzggMy43MiAxOC4wNjIgMTFIMnYyaDE2LjA2M2wtNy4yODIgNy4yODEgMS40MzggMS40MzggOS05IC42ODctLjcxOS0uNjg3LS43MTl6IiAvPjwvc3ZnPg==) center no-repeat;
    background-size: 0.9em;
    content: '';
    height: 1em;
    opacity: 0.25;
    transition: 200ms;
    width: 1em;
    background: none;
}
.slinky-theme-default .back::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+ICAgIDxwYXRoIGQ9Ik0xMi4yMTkgMi4yODFMMTAuNzggMy43MiAxOC4wNjIgMTFIMnYyaDE2LjA2M2wtNy4yODIgNy4yODEgMS40MzggMS40MzggOS05IC42ODctLjcxOS0uNjg3LS43MTl6IiAvPjwvc3ZnPg==) center no-repeat;
    background-size: 0.9em;
    content: '';
    height: 1em;
    opacity: 0.25;
    transition: 200ms;
    width: 1em;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu.slinky-theme-default ul li a.back {
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
}
.search-message {
    margin-bottom: 40px;
    font-size: 16px;
}
/* Products list */
.catalog-container {
    display: flex;
}

.catalog-column {
    padding: 0px;
    box-sizing: border-box;
}

.column-20 {
    flex: 1; 
    max-width: 20%;
    padding-right: 12px;
}

.column-80 {
    flex: 4; 
    max-width: 80%;
    display: flex;
    flex-wrap: wrap;
}
.column-100 {
    flex: 4;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    .column-100 {
        align-items: stretch !important;
    }
}
.catalog-sub-column {
    width: 25%;
    box-sizing: border-box;
    padding: 0 30px 0 0;
    overflow: visible;
    display: flex;
}
.reflect .catalog-sub-column {
    padding: 0px 24px 0 0;
}
.reflect .column-20 {
    padding: 0 0 0 12px;
}
.collection {
    margin-bottom: 70px;
}
.productsCount {
    padding-top: 20px;
    font-family: Geologica;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
}
.products-area {
    margin: 0px;
    position: relative;
    min-height: 580px;
}
.products-area .col-sm-6, .products-area .col-md-4, .products-area .col-lg-3, .products-area .col-xl-3 {
    padding-left: 0;
    padding-right: 16px;
}
.products-area h2 {
   font-weight: 300;
   font-size: 24px;
   text-transform: uppercase;
   margin-bottom: 20px;
}
.product {
    width: 100%;
    margin: 0 0 24px 0;
    position: relative;
    background: #FFF;
    border-radius: 20px;
    padding-bottom: 30px;
    transition: all 0.3s ease-in-out;
    min-height: 340px;
    height: auto;
    max-height: none;
    overflow: visible;
}


#load-format-pagination {
    overflow-anchor: none;
}

/*
.product .imagebox {
    display: none;
    padding: 0px;
    border: 0px solid transparent;
    position: relative;
    z-index: 18;
    min-height: 640px;
    overflow: visible;
    background: #FFF;
}
.product:hover .imagebox {
    z-index: 97;
    box-shadow: 0px 0px 16px rgba(55, 60, 72, 0.1);
    border-radius: 20px;

.product:hover {
    z-index: 30;
}
.product:hover .product_hover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    background: #FFF;
    border-radius: 20px;
    padding-bottom: 20px;
    box-shadow: 0 0 16px rgba(0,0,0,0.05);
    min-height: 100%;
}*/
.product:hover  {
    box-shadow: 0 0 16px rgba(0,0,0,0.05);
}
.product:hover .product_hover .product-params {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #FFF;
    border-radius: 0 0 20px 20px;
    padding-bottom: 20px;
    width: 100%;
    box-shadow: 0 10px 16px rgba(0,0,0,0.05);
}
.owl-item .product:hover .product_hover .product-params {
    display: none;
}
.product.no_count a.product-img {
    filter: grayscale();
    opacity: 0.7;
}
.product .product-wish-btn {
    display: block;
    width: 16px;
    height: 15px;
    background-size: 16px 15px;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 2;
}
.product .product-wish-btn.wish {
}

.product .product-volume {
    display: inline-block;
    height: 20px;
    border: 1px solid rgba(39,42,61,0.5);
    line-height: 20px;
    font-size: 10px;
    color: rgba(39,42,61,0.5);
    padding: 0 8px;
    border-radius: 4px;

}
.product .product-volume.active_volume {
    color: #222929;
    border: 1px solid #222929;
}
.goods-product-status {
    position: absolute;
    right: 36px;
    top: 24px;
    height: 32px;
    color: #222929;
    line-height: 32px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 4px;
    display: inline-block;
    z-index: 20;
    padding: 0 16px;
    background: #FFF;
}
.product-status {
    position: absolute;
    left: 24px;
    top: 24px;
    height: 28px;
    border: 1px solid #D4D4D4;
    color: #222929;
    line-height: 28px;
    font-size: 13px;
    font-weight: 300;
    border-radius: 4px;
    display: inline-block;
    z-index: 22;
    padding: 0 16px;
    letter-spacing: 0.2px;
    background: #FFF;
}
.product-status-type2 {
    border: 1px solid #C2EAC6;
}
.product-status-type3 {
    border: 1px solid #69E8DF;;
}
.product-status-type4 {
    border: 1px solid #FFCFCF;
}
.product-status-type5 {
    border: 1px solid #CFDFFF;
}
.product-status-type6 {
    border: 1px solid #F8B756;
}


.product a.product-img {
    padding: 24px 32px 0 32px;
    display: block;
    margin: 0;

}
.product a.product-img img {
    width: 100%;
    height: auto;
}
.product a.product-img .product-minimum {
    position: absolute;
    bottom: 8px;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #52CCC3;
    border-radius: 4px;
}
.product a.product-name {
    min-height: 60px;
    line-height: 140%;
    color: #222929;
    display: block;
   /* height: 44px;*/
    overflow: hidden;
    margin: 0 0 24px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.2px;
    max-height: 60px;
}
.product_hover {
        /*
    width: 100%;
    display: flex;
    flex-direction: column;

    background: #FFF;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    min-height: 100%;*/
}
.product a.product-name span {
    font-size: 12px;
    display: block;
    opacity: 0.5;
}
.product a:hover.product-name {
    color: #52CCC3;
}
.product .product-info {
    margin: 0 32px;
}
.product .product-price {

    display: inline-block;
    font-weight: 400;
    margin: 0;
    color: #222929;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.24px;
}
.product .product-visible {
    height: 30px;
    font-size: 12px;
}
.product .priceBox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: space-between;
    margin-bottom: 16px;
}
.product .product-price.green-price {
    color: #52CCC3;
}
.product .product-old-price {

    color: var(--black, #222929);
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    letter-spacing: 0.14px;
    text-decoration: line-through;
    
}
.product .product-cart-btn {
    display: inline-block;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    background: url("../svg/cart_menu.svg") right 24px center no-repeat;
    background-size: 24px auto;
    width: 100%;
    border: 1px solid #222929;
    padding: 0 24px;
    border-radius: 30px;
    text-align: left;
    transition: all 0.3s ease;
    color: #222929;
}
.product .out-of-stock {
    display: inline-block;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    background-size: 24px auto;
    width: 100%;
    border: 1px solid rgba(0,0,0, 0.1);
    padding: 0 24px;
    border-radius: 30px;
    text-align: left;
    transition: all 0.3s ease;
    color: #222929;
}
.product .product-cart-btn:hover {
    background: url("../svg/cart_menu.svg") right 16px center no-repeat;
    opacity: 0.6;
    background-size: 24px auto;
}

.product a.product-preorder-btn {
    display: inline-block;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    background: url("../svg/cart_menu.svg") right 24px center no-repeat;
    background-size: 24px auto;
    width: 100%;
    border: 1px solid #222929;
    padding: 0 24px;
    border-radius: 30px;
}
.product a.product-preorder-btn:hover {
    background: url("../svg/cart_menu.svg") right 16px center no-repeat;
    opacity: 0.6;
    background-size: 24px auto;
}


.product a.product-compare-btn {
    background: url("../img/svg/compare-black.svg") left center no-repeat;
    height: 40px;
    padding: 10px 0 10px 28px;
    font-size: 11px;
    line-height: 20px;
    display: inline-block;
}
.product.nocount {
    opacity: 0.5;
}
.product .product-not-available {
    height: 40px;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 20px;
    display: inline-block;
    margin-top: 20px;
    border: 1px solid #CCC;
}

.product .product-params {
    margin: 0px;
    padding: 32px;
   display: none;
}
.product:hover .product-params {
    display: block;
}
.product .product-params .params-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 13px;
    margin-bottom: 12px;
}
.product .product-params .params-item .params-title {
    opacity: 0.7;
}
.product .product-params .params-item .params-value {
    text-align: right;
}
/* Products list */

/* Blog post */
.blog-post {
    min-height: 506px;
    border-bottom: 30px solid #F2F2F2;
    padding: 18px;
    height: 100% !important;
    /*
    height: 464px;
    background-size: cover;
    background-position: center center;
    border-radius: 8px;*/
    position: relative;
    overflow: hidden;
    background: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-post:hover .blog-post-content .blog-post-name {
    color: #52CCC3;
}
.blog-post .blog-post-link {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
    transition: all 0.3s ease-in-out;
}
/*
.blog-post .blog-post-link::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(150deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%); 
    z-index: -1;
    transition: opacity 0.5s linear;
    opacity: 0;
    border-radius: 8px;
}
.blog-post:hover .blog-post-link::before {
    opacity: 1;
}
*/
.blog-post-content {
    margin: 0 16px 8px 16px;
    /*
    position: absolute;
    top: 312px;
    left: 40px;
    z-index: 2;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.blog-post .blog-post-content .blog-post-name {
    color: #222929;
    font-family: Geologica;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
    display: block;
    margin-bottom: 16px;
}
.blog-post .blog-post-content .blog-post-date {
    background: url(../svg/date_icon.svg) left center no-repeat;
    background-size: 18px auto;
    padding-left: 28px;
    color: #222929;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-bottom: 16px;
}

.blog-post .blog-post-content a.blog-post-btn {
    border-radius: 30px;
    background: #222929;
    display: inline-block;
    opacity: 0;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: Geologica;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-post .blog-post-content a.blog-post-btn:hover {
    background: #FFF;
    color: #222929;
}

.blog-post:hover .blog-post-content {
    top: 272px;
}
.blog-post:hover .blog-post-content a.blog-post-btn {
    display: inline-block;
    opacity: 1;
}

.blog-post .blog-post-img {
    border: 0;
    margin-bottom: 24px;
    display: block;
}
.post img.post-img {
    /*border: 4px solid #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);*/
    margin-bottom: 40px;
}
.post .post-subheader {
    font-size: 18px;
    margin-bottom: 30px;
}
.post h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 44.8px */
    letter-spacing: 0.32px;
    margin-top: 0px;
    margin-bottom: 24px;
}
.post h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 28px */
    letter-spacing: 0.2px;
    margin-top: 0px;
    margin-bottom: 24px;
}
.post h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 28px */
    letter-spacing: 0.2px;
    margin-top: 0px;
    margin-bottom: 24px;
}
.post a {
    color: #30ACA4;
    /*color: #222929;*/
    text-decoration: underline;
}
.post a:hover {
    text-decoration: none;
}
.post .post-text {
    font-size: 16px;
    line-height: 140%;
    width: 90%;
}
.post .post-author {
    display: block;
    margin-top: 24px;
    font-size: 15px;
    font-weight: 300;
}
.post .post-text ul {
    margin-bottom: 32px;
}
.post .post-text p {
    font-size: 16px;
    line-height: 140%;
    font-weight: 200;
}
.post .post-text-left {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 40px;
    padding-right: 20px;
}
.post .post-text-left p {
    font-size: 18px;
    line-height: 120%;
}

.post .post-text li {
    font-size: 16px;
    line-height: 140%;
    font-weight: 200;
    margin-bottom: 8px;
}

.post-text-white {
    padding: 56px 72px;
    background: #FFF;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 115%;
}
.post .post-text-left  {
    position: relative;
}
.post .post-text-left .post-text-date {
    background: url(../svg/date_icon.svg) left center no-repeat;
    background-size: 18px auto;
    padding-left: 28px;
    color: #222929;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-bottom: 16px;
}

.payment_banner {
    height: 288px;
    width: 100%;
    background: url(../images/payment_desktop_banner.jpg) center top no-repeat;
    background-size: cover;
    margin-bottom: 40px;
}
.delivery_banner {
    height: 288px;
    width: 100%;
    background: url(../images/delivery_banner2.jpg) left -160px top no-repeat;
    background-size: cover;
    margin-bottom: 40px;
}
.guarantee_banner {
    height: 288px;
    width: 100%;
    background: url(../images/guarantee_banner.jpg) center top no-repeat;
    background-size: cover;
    margin-bottom: 40px;
}

ul.sticky_menu {
    list-style: none;
    margin: 0;
    padding: 40px 36px;
    border-radius: 8px;
    background: #E4E4E4;
    max-width: 288px;
    position: sticky;
    top: 100px;
    margin-bottom: 20px;
}
ul.sticky_menu li {
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    letter-spacing: 0.16px;
    margin-bottom: 8px;
}
ul.sticky_menu li:nth-child(1) {
    margin-bottom: 20px;
}
ul.sticky_menu li a {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    padding: 4px 0;
    display: block;
}
ul.sticky_menu li a:hover {
    color: #52CCC3;
}
ul.sticky_menu li a.sticky_menu_active {
    color: #52CCC3;
}
/* Blog post */

/* Contacts */

.contacts iframe {
    height: 560px;
}

.contacts .contacts-item {
    text-align: center;
    background: #FFF;
    padding: 50px 30px 0 30px;
    margin-bottom: 20px;
    min-height: 265px;
    border: 1px solid rgba(45, 49, 51, 0.15);
}
.contacts .contacts-item:hover {
}
.contacts .contacts-item .contacts-item-img {
    margin-bottom: 30px;
}
.contacts .contacts-item .contacts-item-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #222929;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.contacts .contacts-item .contacts-item-text {
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
}
.contacts h2 {
    font-size: 28px;
    color: #212529;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    margin: 50px 0 40px;
}
.contacts .contacts-sm-item {
    text-align: center;
    background: #FFF;
    padding: 30px 10px;
    min-height: 148px;
    margin-bottom: 20px;
    transition: box-shadow 0.5s;
}
.contacts .contacts-sm-item:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.contacts .contacts-sm-item .contacts-sm-item-city {
    font-size: 16px;
    text-transform: uppercase;
    color: #222929;
    margin-bottom: 16px;
}
.contacts .contacts-sm-item .contacts-sm-item-phones a {
    font-size: 15px;
    line-height: 22px;
    display: block;
}
/* Contacts */

/* Video */
.video {
    margin: 0 0 0 0;
}
.video .video-post {
    margin-bottom: 50px;
}
.video .video-post .video-post-img {
    display: block;
    border: 4px solid #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    opacity: 1;
}

#videoModal {
    top: 160px;
}
/* Review form */
#reviewPopup .modal-dialog {
    max-width: 750px;
    margin: 30px auto; 
}
#reviewPopup .modal-header {
    border: 0;
    padding: 0;
    margin-bottom: 32px;
}
#reviewPopup .modal-header .modal-title {
    display: flex;
    flex: 1 1 0 auto;
}
#reviewPopup .modal-header .modal-title span {
    line-height: 100%;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0.2px;
}

#reviewPopup .modal-content {
    padding: 40px 40px 16px 40px;
}
#reviewPopup .reviewIcon {
    height: 64px;
    width: 64px;
    background: #F5F5F5 url('../svg/reviews_active.svg') center center no-repeat;
    border-radius: 50px;
    margin-right: 24px;
}
#reviewPopup .rateitLabel {
    color: #222929;
    margin-bottom: 8px;
}
#reviewPopup .reviewText {
    height: 112px;
    line-height: 20px;
    padding: 16px 20px;
}
#reviewPopup .review_submit {
    border-radius: 30px;
    background: url(../svg/banner_arrow_dark.svg) right 16px center no-repeat;
    display: inline-flex;
    padding: 10px 52px 10px 28px;
    justify-content: center;
    align-items: center;
    height: 52px;
    line-height: 52px;
    gap: 10px;
    color: #222929;
    border: 1px solid #222929;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.2px;
    transition: all 0.3s ease-in-out;
}
#reviewPopup .review_submit:hover {
    background: url(../svg/banner_arrow_dark.svg) right 8px center no-repeat;
    border: 1px solid #52CCC3;
}
#reviewPopup label span {
    color: #52CCC3;
}
.review_alert {
    text-align: center;
    padding: 0 0 40px 0;
    font-size: 16px;
    font-weight: 300;
    max-width: 360px;
    margin: 0 auto;
}
#reviewPopup .review-field-error {
    border-bottom: 1px solid #dc3545 !important;
}

#reviewPopup .rateit.review-field-error {
    outline: 1px solid #dc3545;
    outline-offset: 4px;
}
#reviewPopup .review-alert {
    margin-bottom: 20px;
}
/* Review form */

/* Reviews */
.reviews-item {
    border:1px solid #FFF;
    padding: 32px 40px;
    margin-top: 8px;
}
.reviews-item-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 20px;
}
.reviews-item-header div.reviews-item--name {
    margin-right: 36px;
    font-size: 18px;
    font-weight: 400;
}
.reviews-item-header div.reviews-item--date {
    font-size: 13px;
    font-weight: 300;
    margin-right: 16px;
}
.reviews-item--subj {
    margin-bottom: 20px;
}
.reviews-item-text {
    margin-bottom: 16px;
}
.reviews-item-text span {
    margin-bottom: 8px;
    font-weight: 500;
    display: block;
}
.reviews-item-answer {
    margin-bottom: 16px;
}
.reviews-item-answer span {
    margin-bottom: 8px;
    font-weight: 500;
    display: block;
}
/* Reviews - end*/

.modal-dialog.video-modal {
    max-width: 800px;
    margin: 30px auto;
}
.modal-dialog {
    max-width: 600px;
    margin: 30px auto;
}
.modal-dialog.modal-sm {
    max-width: 520px;
    margin: 30px auto;
    padding-bottom: 40px;
    text-align: center;
}
.modal-body {
    position: relative;
    padding: 0px;
}
.close {
    position: absolute;
    right: -24px;
    top: -26px;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity:1 ;
    text-shadow: none;
}
/* Video */

/* OWL slider */
.items-carousel--nav .owl-nav > * {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 40px;
    height: 40px;
    color: #cccccc;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.4s ease;
    transform: translateY(-50%);
}

.items-carousel--nav .owl-nav > * i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}

.items-carousel--nav .owl-nav > *:hover {
    color: #222929;
}

.items-carousel--nav .owl-nav .owl-prev {
    margin-left: -70px;
}

.items-carousel--nav .owl-nav .owl-prev i {
    padding-right: 2px;
}

.items-carousel--nav .owl-nav .owl-next {
    float: right;
    margin-right: -70px;
}

.items-carousel--nav .owl-nav .owl-next i {
    padding-left: 2px;
}
.items-carousel--nav .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none !important;
    text-align: center;
}

.items-carousel--nav .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.items-carousel--nav .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.items-carousel--nav .owl-dots .owl-dot.active {
    background-color: #fcb800;
}

.items-carousel--nav.inside .owl-nav {
    z-index: 20;
    height: 0;
}

.items-carousel--nav.inside .owl-nav > * {
    transform: translateY(-50%);
}

.items-carousel--nav.inside .owl-prev {
    margin-left: 3rem;
}

.items-carousel--nav.inside .owl-prev i {
    padding-right: 5px;
}

.items-carousel--nav.inside .owl-next {
    float: right;
    margin-right: 3rem;
}

.items-carousel--nav.inside .owl-next i {
    padding-left: 5px;
}

a.items-carousel__prev {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 0;
}

a.items-carousel__prev:hover {
    opacity: 0.5;
}
.items-carousel__next {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 0;
}

a.items-carousel__next:hover {
    opacity: 0.5;
}
.items-carousel__navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 50px;
    justify-content: space-between;

}
.carousel-arrows {
    display: flex;
    gap: 16px;
}
.series-header {
    width: 80%;
    float: left;
    margin-bottom: 40px;
    max-width: 750px;
    margin-top: 0px;
}
.subheader {
    display: inline-block;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.4px;
    color: #222929;
}
.subheader-text {
    font-size: 20px;
    margin-top: 24px;
}
.owl-item .product {
    margin-bottom: 0;
    height: 100%;
}
/* OWL slider */

/* goods */
.fixed_goods {
    height: 88px;
    background: #FFF;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 98;
    width: 100%;
    display: none;
}
.fixed_goods.show-fixed {
    display: block;
}
.fixed_goods_info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.fixed_goods_left {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 24px;
}
.fixed_goods_right {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 24px;
}
.fixed_goods_img {
    height: 64px;
    width: 64px;
    margin: 12px 0;
}
.fixed_goods_name {
    font-size: 18px;
}
.goods .goods-prices.fixed_goods_price {
    margin: 0;
}
.goods .goods-buttons.fixed_goods_buttons {
    margin: 0;
}
.goods .goods-buttons.fixed_goods_buttons a {
    margin: 0;
}
.goods-area .slick-slide {
    outline: none;
    -ms-box-shadow: none;
    box-shadow: none;
    max-height: 560px;
}
.goods-area .slick-slide a {
    display: block;
    background: #F2F2F2;
}
.goods-area .slick-slide img {
    max-height: 480px;
    margin: 0 auto;
    width: auto;
    mix-blend-mode:multiply;
    background-blend-mode:multiply;
}
.goods_volume_icon {
    display: inline-block;
    height: 36px;
    border: 1px solid rgba(39,42,61,0.3);
    line-height: 36px;
    font-size: 13px;
    color: rgba(39,42,61,0.5);
    padding: 0 12px;
    border-radius: 4px;
    margin: 4px 4px 0 0;
}
.goods_volume_icon.volume_selected {
    border: 1px solid rgba(39,42,61,1);
    color: rgba(39,42,61,1);
}
a.goods_reg_link {
    display: inline-block;
    font-size: 12px;
    width: 200px;
    padding: 0 0 0 40px;
    line-height: 16px;
    background: url("../svg/discount.svg") left top no-repeat;
    background-size: contain;
}
a.goods_reg_link span {
    border-bottom: 1px solid rgba(39,42,61,1);
}
a.goods_reg_link:hover span {
    border-bottom: 1px solid #52CCC3;
}

    /*
    .zoom img {
        display: block;
        mix-blend-mode: multiply;
    }

    .zoom img::selection {
        background-color: #FFF;
        mix-blend-mode: normal;
    }
    .zoomImg {
        background-color: #F5F7F8;
        mix-blend-mode: normal !important;
    }*/

.goods-area .slick-slide:focus, .ps-product--detail .slick-slide:active, .ps-product--detail .slick-slide:hover {
    outline: none;
}

.goods-area .ps-product__variants .item {
    margin-bottom: 10px;
    border: 1px solid #F2F2F2;
    padding: 5px;
    cursor: pointer;
    background: #F2F2F2;
}

.goods-area .ps-product__variants .item img {
    opacity: 0.5;
    transition: all 0.4s ease;
    display: block;
    margin: 0 auto;
    mix-blend-mode: multiply;

}

.goods-area .ps-product__variants .item.item--video {
    position: relative;
    z-index: 10;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.goods-area .ps-product__variants .item.item--video img {

}


.goods-area .ps-product__variants .item.item--video::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    z-index: 20;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5.14v13.72c0 .79.87 1.27 1.54.84l10.11-6.86a1 1 0 0 0 0-1.65L9.54 4.3A1 1 0 0 0 8 5.14z'/%3E%3C/svg%3E");
}

.goods-area .ps-product__variants .item:last-child {
    margin-bottom: 0;
}

.goods-area .ps-product__variants .item.slick-current {
    border-color: #52CCC3;
}

.goods-area .ps-product__variants .item.slick-current img {
    opacity: 1;

}

.goods-area .ps-product__variants .item:hover img {
    width: 100%;
    opacity: 1;
}

.goods-area .ps-product__gallery {
    position: relative;
}

.ps-product__gallery .video-frame-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
}

.ps-product__gallery .video-frame-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ps-product__gallery .video-loader {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
}

.ps-product__gallery .video-loader__spinner {
    width: 42px;
    height: 42px;
    border: 3px solid rgba(0, 0, 0, .12);
    border-top-color: rgba(0, 0, 0, .65);
    border-radius: 50%;
    animation: productVideoSpin .8s linear infinite;
}

@keyframes productVideoSpin {
    to {
        transform: rotate(360deg);
    }
}
.goods-area .ps-product__gallery .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 36px;
    height: 36px;
    color: #222929;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    display: block;
    border: 0;
}

.goods-area .ps-product__gallery .slick-arrow svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ps-product__gallery .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 20px 0 0px 0;
    list-style: none;
}

.ps-product__gallery .slick-dots li {
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ps-product__gallery .slick-dots li button {
    position: relative;
    display: block;
    width: 32px;
    height: 28px;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    transition: transform .3s ease;
}

.ps-product__gallery .slick-dots li button:before {
    display: block !important;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #d9d9d9;
    transition: background .3s ease, transform .3s ease;
}

.ps-product__gallery .slick-dots li.slick-active button:before {
    background: #52CCC3;
}

.ps-product__gallery .slick-dots li button:hover:before {
    transform: translate(-50%, -50%) scale(1.08);
}

.ps-product__gallery .slick-dots li.slick-dot--video button {
    background: transparent !important;
}

.ps-product__gallery .slick-dots li.slick-dot--video button::before {
    width: 16px;
    height: 16px;
    border-radius: 0;
    transform: translate(-40%, -50%);
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23212529'%3E%3Cpath d='M8 5.14v13.72c0 .79.87 1.27 1.54.84l10.11-6.86a1 1 0 0 0 0-1.65L9.54 4.3A1 1 0 0 0 8 5.14z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.ps-product__gallery .slick-dots li.slick-dot--video.slick-active button::before {
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2352CCC3'%3E%3Cpath d='M8 5.14v13.72c0 .79.87 1.27 1.54.84l10.11-6.86a1 1 0 0 0 0-1.65L9.54 4.3A1 1 0 0 0 8 5.14z'/%3E%3C/svg%3E") no-repeat center / contain;
}

@media (max-width: 767px) {
    .ps-product__gallery .video-frame-wrap,
    .ps-product__gallery .video-frame-wrap iframe {
        pointer-events: none;
    }
}
.goods-area .ps-product__gallery .slick-arrow:first-child {
    left: 20px;
}

.goods-area .ps-product__gallery .slick-arrow:last-child {
    right: 10px;
}

.goods-area .ps-product__gallery .slick-arrow:hover {
    background-color: #52CCC3;
    color: #fff;
}

.goods-area .ps-product__gallery:hover .item:before {
    visibility: visible;
    opacity: 1;
}

.goods-area .ps-product__gallery:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
}

.goods-area.ps-product__video a {
    vertical-align: middle;
}

.goods-area .ps-product__video a:hover.ps-btn--black {
    background-color: #52CCC3;
    border-color: #52CCC3;
}

.goods-area .ps-product__video i {
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}



.goods-area .ps-product__thumbnail {
    width: 100%;
    display: flex;
    flex-flow: row-reverse nowrap;
    align-content: flex-start;
    max-height: 520px;
    border-radius: 8px;
    overflow: hidden;
    /*padding: 20px 0;*/
}

.goods-area .ps-product__thumbnail > * {
    width: 100%;
}

.goods-area .ps-product__thumbnail .ps-product__badge {
    width: auto;
}

.goods-area .ps-product__thumbnail figure {
    position: relative;
    display: block;
    max-width: calc(100% - 80px);
    padding-left: 10px;
}

.goods-area .ps-product__thumbnail .ps-product__variants {
    max-width: 60px;
    width: 100%;
    min-width: 60px;
}

.goods-area .ps-product__thumbnail .ps-product__video {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 20;
}

.goods-area .ps-product__thumbnail .ps-wrapper {
    position: relative;
}

.goods-area .ps-product__heading {
    margin-bottom: 40px;
    margin-top: 10px;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    border-bottom: 1px solid #F2F2F2;
}

.goods-area .ps-product__thumbnail[data-vertical='false'] {
    flex-flow: row wrap;
    padding-left: 0px;
    padding-right: 0px;
}

.goods-area .ps-product__thumbnail[data-vertical='false'] figure {
    max-width: 100%;
    padding-left: 0;
}

.goods-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants {
    max-width: 100%;
    text-align: center;
    width: 100%;
}

.goods-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .item {
    margin-bottom: 0;
    margin-right: 10px;
    min-height: 77px;
}

.goods-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .item.slick-active:last-child {
    margin-right: 0;
}

.goods-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-list {
    margin-right: -10px;
}

.goods-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.goods-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:first-child {
    left: -20px;
}

.goods-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:first-child i:before {
    content: '\f104';
}

.goods-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:last-child {
    right: 0px;
    margin-right: -24px;
}

.goods-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:last-child i:before {
    content: '\f105';
}

.goods-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:hover i {
    color: #222929;
}

.goods-area .ps-product__thumbnail[data-vertical='false'] .ps-product__gallery {
    margin-bottom: 10px;
    margin-top: 0px;
    max-height: 560px;
}

.goods-area .ps-product__thumbnail[data-vertical='false'] .ps-product__gallery img {
    width: auto;
    margin: 0 auto;
    mix-blend-mode: multiply;
}
.lg-backdrop.in {
    opacity: 1;
}
.goods-right-side-block {
    /**/
    position: sticky;
    top: 100px;
}
.goods-info {
    background: #FFF;
    border-radius: 0px;
    padding: 36px 24px 32px 52px;
    margin-bottom: 0px;
}
h1.goods-header {
    color: var(--black, #222929);
    font-family: Geologica;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
}
div.goods-header {
    color: var(--black, #222929);
    font-family: Geologica;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}
ul.goods-additional-info {
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0;
    display: flex;
    padding: 0 0 24px 0;
    border-bottom: 1px solid #F2F2F2;
}
ul.goods-additional-info li {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}
ul.goods-additional-info li.goods-availability {
    padding-right: 16px;
}

ul.goods-additional-info li.goods-availability.availability-true {
    color: #52CCC3;
}
ul.goods-additional-info li.goods-availability.availability-false {
    color: #222929;
}
ul.goods-additional-info li.goods-prod-id {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
    padding-left: 20px;
}
.goods {
    margin-bottom: 40px;
    margin-top: 0px;
}
.goods .goods-description {
    padding: 24px 32px 8px 32px; 

}
.goods .goods-description a {
    text-decoration: underline;

}
.goods .goods-description a:hover {
    text-decoration: none;
}
.goods .goods-description {
    border: 1px solid #FFF;
    overflow: hidden;
    border-radius: 0px;
}
.goods .goods-description table {
	width: 100%;
	border:0px
}
.goods .goods-description table tr {
	background: #F5F7F8;
}
.goods .goods-description table tr:nth-child(2n) {
	background: #FFF;
}
.goods .goods-description table tr td {
	padding: 6px 16px;
}

.goods-description-item {
    border-bottom: 1px solid #FFF;
    padding-bottom: 24px;
    margin-bottom: 16px;
}
.goods-description-item:nth-last-child(1) {
    border-bottom: 0;
    padding-bottom: 0;
}
.goods-description-header {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 16px;
}
ul.goods-description-deliverys {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.goods-description-deliverys li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 52px;
    line-height: 120%;
    padding: 8px 0 8px 44px;
    background: url(../svg/icon_nova_poshta.svg) left center no-repeat;
    align-items: center;
    gap: 16px;
}
ul.goods-description-deliverys li span {
    font-weight: 200;
}
ul.goods-description-payments {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
}
ul.goods-description-payments li {
    height: 40px;
    min-width: 72px;
    border-radius: 8px;
    border: 1px solid #D4D4D4;
    text-align: center;
    padding: 0 16px;
    line-height: 40px;
}
ul.goods-description-payments li.payment-gpay {
    background: url(../svg/gpay_icon.svg) center center no-repeat;
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
    background-size: auto 19px;
}
ul.goods-description-payments li.payment-apay {
    background: url(../svg/apay_icon.svg) center center no-repeat;
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
    background-size: auto 15px;
}
ul.goods-description-payments li.payment-privat24 {
    background: url(../svg/privat_icon.svg) center center no-repeat;
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
    background-size: auto 10px;
}
/*
ul.goods-description-payments li.payment-privat24 {
    background: url(../images/icon_privat24.png) center center no-repeat;
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
    background-size: auto 19px;
}*/
ul.goods-description-payments li.payment-visa {
    background: url(../svg/visa_icon.svg) center center no-repeat;
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
    background-size: auto 12px;
}
ul.goods-description-payments li.payment-mastercard {
    background: url(../svg/mastercard_icon.svg) center center no-repeat;
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
    background-size: auto 17px;
}

.goods .goods-img {
    margin-bottom: 20px;
}
.goods .goods-volume {
    border: 1px solid rgba(67,73,80,0.3);
    padding: 0 14px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
    color: rgba(67,73,80,0.8);
    display: inline-block;
}
.goods .goods-prod-id {
    font-size: 12px;
    text-align: left;
    display: inline-block;
    line-height: 26px;
}
.goods .goods-prices {
    margin: 0 0 16px 0;
    display: flex;
}
.goods .goods-price {
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0.2px;
}
.goods .goods-price.green-price {
    color: #52CCC3;
}
.goods .goods-old-price {
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0.2px;
    margin-left: 24px;
}
.goods .goods-old-price:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #222929;
    display: block;
    margin: -20px 0 0 0;
}
.goods .goods-buttons {
    margin-bottom: 16px;
    /*
    display: flex;
    white-space:normal;*/
}
.goods .goods-buttons a {
    display: inline-block;
   /* flex: 0 0 auto;*/
    border-radius: 30px;
    height: 52px;
    line-height: 52px;
    margin-bottom: 8px;
    background: #FFF;
    font-size: 18px;
    padding: 0 36px;
    border: 1px solid #222929;
}
.goods .goods-buttons .goods-cart-btn {
    height: 52px;
    line-height: 52px;
    background: #FFF;
    display: block;
    border:1px solid #52CCC3;
    background: #52CCC3;
    font-size: 18px;
    margin-right: 8px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 64px 0 64px;
    color: #FFF;
    box-shadow: none;
    outline: none;
    transition: all 0.3s ease;
    border-radius: 30px;
}
.goods .goods-buttons .goods-cart-btn:hover {
    background: #FFF;
    border:1px solid #52CCC3;
    color: #222929;
}
a.goods-fast-order-btn {
    display: none;
    display: inline-block;
    background: #E4E4E4;
    padding: 0 20px;
    white-space: nowrap;
    font-size: 13px;
}
a.goods-fast-order-btn:hover {
    background: #52CCC3;
    color: #FFF;
    border:1px solid #52CCC3;
}
.goods .goods-rating {
    border-top: 1px solid #f2f2f2;
    padding: 20px 0 0 0;
    display: flex;
    white-space: nowrap;
    width: 100%;
}

.goods .goods-rating-top {
    flex: 0 0 auto;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding: 0 16px;
    font-weight: 300;
    background: #f5f5f5;
    margin-right: 16px;
    margin-bottom: 0px;
    border-radius: 0px;
    color: #222929;
}
.goods .goods-reviews-top {
    flex: 0 0 auto;
}
.goods .goods-reviews-top .rating {
    height: 16px;
}
.goods .goods-reviews-top span {
    font-size: 12px;
    line-height: 15px;
}
.goods .goods-reviews-top:hover {
    color: #212529;
}
/*
.goods form.oneclick-form {
    display: inline-block;

}
input.goods-oneclick {
    display: inline-block;
    background: #F3F5F9;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border: none;
    width: 150px;
    font-size: 12px;
    margin-right: 6px;
    border: 1px solid #FFF;
    transition: all 0.5s;
    border-radius: 8px;
}
input.goods-oneclick:focus {
    border: 1px solid #52CCC3;
}
button.goods-oneclick-submit {
    display: inline-block;
    height: 40px;
    border: 1px solid #222929;
    line-height: 40px;
    color: #434950;
    padding: 0 14px;
    font-size: 11px;
    background: none;
    border-radius: 8px;
    transition: all 0.5s;
}
button.goods-oneclick-submit:hover {
    border: 1px solid #52CCC3;

}
button.goods-oneclick-submit.btn-red {
    background: #E1251B;
    color: #FFF;
    border: 1px solid #E1251B;
    font-size: 12px;
}
button.goods-oneclick-submit.btn-red:hover {
    background: #dcb86c;
    border: 1px solid #dcb86c;
    color: #FFF;
}*/
ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0;
    list-style: none;
}
ul.accordion-list > li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 0px;
    margin: 0 auto 15px auto;
    cursor: pointer;
}
ul.accordion-list > li.active h3:after {
    transform: rotate(45deg);
    font-size: 28px;
}
ul.accordion-list > li h3 {
    font-weight: 300;
    position: relative;
    display: block;
    width: 100%;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #FFF;
}
ul.accordion-list > li h3:after {
    content: "+";
    font-weight: 300;
    position: absolute;
    right: 20px;
    top: 0;
    color: #222929;
    transition: all 0.3s ease-in-out;
    font-size: 24px;
}
ul.accordion-list > li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 20px 0;
    padding: 0;
    cursor: pointer;
}
ul.accordion-list > li div.answer > ol {
    margin: 0 0 15px 20px;
}
ul.accordion-list > li > div.answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 0px 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px 20px;
    font-size: 14px;
}
ul.accordion-list > li > div.answer > ul {
    list-style: none;
    margin: 0 0 15px 20px;
}
ul.accordion-list > li > div.answer > ul > li {
    margin-bottom: 16px;
}
ul.accordion-list > li > div.answer > ul > li::before {
    content: "\25A0";
    color: #222929;
    font-weight: bold;
    display: inline-block;
    width: 20px;
    margin-left: -20px;
}
.zoom {
    display:inline-block;
    position: relative;
    background: #F5F7F8;
}
.zoom:after {
    content:'';
    display:block;
    width:33px;
    height:33px;
    position:absolute;
    top:0;
    right:0;
    background: url("../images/svg/search.svg") 0px 15px no-repeat;
}
.zoom img {
    display: block;
    mix-blend-mode: multiply;
}

.zoom img::selection {
    background-color: #FFF;
    mix-blend-mode: normal;
}
.zoomImg {
    background-color: #F5F7F8;
    mix-blend-mode: normal !important;
}
/* goods */

/* Add to Cart  */
.modal-content {
    border-radius: 0px;
    border: none;
}

.modal-dialog .modal-close {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 10;
    cursor: pointer;
    width: 40px;
    height: 40px;
    color: #FFF;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 300 !important;
    line-height: 27px;
    text-align: center;
    transition: all 0.5s;
    background: #222929 url(../svg/close_modal.svg) center center no-repeat;
}
.modal-dialog .modal-close span {
    display: none;
}
.modal-dialog .modal-close:hover {
    transform: rotate(90deg);
}
.ps-product--quickview {
    margin-bottom: 0;
    max-height: 500px;
    overflow: auto;
}
.ps-product--detail .ps-product__header {
    display: flex;
    flex-flow: row nowrap;
}
.ps-product--detail .ps-product__header .ps-product__thumbnail {
    max-width: 100%;
}
.ps-product--detail .ps-product__thumbnail[data-vertical='false'] {
    flex-flow: row wrap;
}
.ps-product--detail .ps-product__header .ps-product__info {
    max-width: 100%;
    padding-top: 32px;
}
.ps-product--detail .ps-product__header .ps-product__info label {
    width: 90%;
    font-size: 12px;
}
.ps-product--detail .ps-product__header .ps-product__info input {
    background: #F5F5F5;
    height: 48px;
    line-height: 48px;
    border-radius: 0px;
    margin-bottom: 16px;
    border: 0;
    padding: 0 20px;
    font-size: 15px;
    border-radius: 8px;
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.cart-popup-btn {
    text-align: center;
    margin: 0 auto;

    border-radius: 30px;
    background: url(../svg/banner_arrow_dark.svg) right 16px center no-repeat;
    display: inline-flex;
    padding: 10px 52px 10px 28px;
    justify-content: center;
    align-items: center;
    height: 52px;
    line-height: 52px;
    gap: 10px;
    color: #222929;
    border: 1px solid #222929;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.2px;
    transition: all 0.3s ease-in-out;
}
.cart-popup-btn:hover {
    background: url(../svg/banner_arrow_dark.svg) right 8px center no-repeat;
    border: 1px solid #52CCC3;
}

.ps-product--detail .ps-product__header > * {
    width: 100%;
}

.ps-product--detail .ps-product__header > .ps-product__icon {
    width: 64px;
    height: 64px;
    border-radius: 50px;
    background: #F5F5F5 url('../svg/cart_active.svg') center center no-repeat;
    position: absolute;
    left: 50%;
    top: -32px;
    margin-left: -32px;
}
.ps-product--detail .ps-product__title {
    color: var(--black, #222929);
    text-align: center;
    font-family: Geologica;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.2px;
}
.ps-product--detail .ps-product__meta {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.ps-product--detail .ps-product__name {
    color: var(--black, #222929);
    text-align: center;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.2px;
    padding: 0 40px;
    margin-bottom: 24px;
}
.ps-product--detail .ps-product__desc p {
    font-size: 12px;
    margin-bottom: 32px;
    padding-bottom: 0px;
}
.ps-product--quickview .ps-product__shopping {
    width: 100%;
    margin: 0 auto 40px auto;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-flow: column;
}
/*
.ps-product--quickview .ps-product__shopping a {
    width: 100%;
    margin-bottom: 8px;
}*/
.ps-product--quickview .ps-product__images {
    position: relative;
    overflow: hidden;
    width: 124px;
    height: 124px;
    margin: 8px auto 0 auto;
}
.ps-product--detail .ps-product__thumbnail > * {
    width: 100%;
}
a.cart-popup-btn {
    border-radius: 30px;
    background: url(../svg/banner_arrow_dark.svg) right 16px center no-repeat;
    display: inline-flex;
    padding: 10px 52px 10px 28px;
    justify-content: center;
    align-items: center;
    height: 52px;
    line-height: 52px;
    gap: 10px;
    color: #222929;
    border: 1px solid #222929;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.2px;
    transition: border;
    transition: all 0.5s;
}

a.cart-popup-btn:hover {
    background: url(../svg/banner_arrow_dark.svg) right 8px center no-repeat;
    border: 1px solid #52CCC3;
}
a.cancel-popup-btn {
    display: inline-flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #222929;
    border-radius: 30px;
    background:#FFF;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.2px;
    margin: 4px auto 0 auto;
}
a:hover.cancel-popup-btn {
    background: #FFF;
    color: #52CCC3;
}
/* Add to Cart  */

/* Cart */
.promoCodeCheckout {
    display: block;
    padding: 0 7.7% 0px 7.7%;
}
.promoCodeCheckout label {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}
.promoCodeCheckout input[type=text] {
    display: inline-block;
    background: #f5f7f8;
    border: 0;
    border-radius: 8px 0 0 8px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin: 0;
    width: 60%;

}
.promoCodeCheckout input[type=button] {
    display: inline-block;
    border-radius: 0 8px 8px 0;
    height: 40px;
    line-height: 40px;
    background: #f5f7f8;
    border: 0;
    font-size: 15px;
    padding: 0 16px;
    margin: 0;
    width: 36%;

}
a.cart-table-checkout-btn {
    display: inline-flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: var(--green, #52CCC3);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
    color: #FFF;
    margin: 32px 0 0 0;

}
a.cart-table-checkout-btn:hover {
    background: #222929;
}
.cart-table-sum {
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    margin: 0 0 32px 0;
}
.cart-table-sum span {
    display: inline-block;
}
.cart-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
    margin-bottom: 16px;
    background: #FFF;
    border-radius: 8px;
}
.cart-table tr {
    background: #FFF;
    
    /*box-shadow: 0 0 1px rgba(45, 49, 51, 0.4);*/

}
.cart-table tr::after {
    content: "";
    height: 1px;
    display: block;
    width: 100%;
}
.cart-table tr td {
    padding: 10px 10px 16px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #F5F5F5;
}
.cart-table tr td.cart-table-img a {
    display: block;
    width: 80px;
    height: auto;
    margin-left: 12px;
}
.cart-table tr td.cart-table-img a img {
    width: 100%;
    height: auto;
}
.cart-table tr td.cart-table-name a {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.13px;
    margin: 0 10px;
}
.cart-table tr td.cart-table-name .cart-table-volume {
    display: inline-block;
    height: 24px;
    border: 1px solid rgba(67, 73, 80, 0.5);
    line-height: 24px;
    font-size: 10px;
    color: rgba(67, 73, 80, 0.5);
    padding: 0 10px;
    margin: 0 0 8px 10px;
    border-radius: 4px;
}
.cart-table tr td.cart-table-price {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    white-space: nowrap;
    padding: 0 0 0 20px;
    color: #222929;
}
.cart-table tr td.cart-table-remove {
    padding: 10px 0px 10px 0px;
}
.cart-table tr td a.cart-remove-btn {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../svg/remove.svg") center center no-repeat;
    background-size: 20px 20px;
    opacity: 0.4;
    margin: 0;
}
.cart-table tr td.cart-table-img {
    padding: 10px 0 16px 0;
}
.cart-table tr td a.cart-remove-btn:hover {
    transform: rotate(102grad);
    opacity: 1;
}
.cart-table tr:nth-last-child(1) td {
   /* border-bottom: 1px solid #FFF;*/
}
.cart-table tr td.cart-table-sum {
    background: none;
    padding: 32px 24px;
    text-align: center;
    font-size: 24px;
    line-height: 22px;
}
.cart-table tr td.cart-table-sum span {
    font-weight: 500;
    color: #222929;

}
.cart-table tr td.cart-table-sum a.cart-table-checkout-btn {
    height: 40px;
    display: block;
    line-height: 40px;
    color: #FFF;
    background: #E1251B;
    font-size: 16px;
    margin-right: 16px;
    width: 260px;
    text-align: center;
    margin: 30px auto;
}
.cart-table tr td.cart-table-sum a.cart-table-checkout-btn:hover {
    background: #dcb86c;
}
.cart-table-count {
    background: #F5F5F5;
    position: relative;
    max-width: 100px;
    border-radius: 4px;
}
.cart-table-count span {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 50%;
    border-left: 1px solid #979797;
    transition: all .4s ease;
}
.cart-table-count span:before {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #222929;
}
.cart-table-count span.up {
    border-bottom: 1px solid #979797;
}

.cart-table-count span.up:before {
    content: "\f106";
}

.cart-table-count span.down {
    top: auto;
    bottom: 0;
}

.cart-table-count span.down:before {
    content: "\f107";
}

.cart-table-count span:hover {
    cursor: pointer;
    background-color: #3386FF;
}

.cart-table-count span:hover:before {
    color: #fff;
}
.cart-table-count button {
    background: none;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    max-width: 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    color: #222929;
    font-size: 20px;
    line-height: 1em;
}
.cart-table-count button.up {
    right: 10px;
}
.cart-table-count button.down {
    left: 10px;
}
.cart-table-count .cart-count-control {
    border: 1px solid #F5F5F5;
    background: #F5F5F5;
    border-radius: 4px;
    height: 40px;
    padding: 0 25px;
    text-align: center;
    font-size: 14px;
    color: #222929;
    background-color: transparent;
    max-width: 100px;
    display: inline-block;
}
.cart-table tr td a.cart-table-btn {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    text-align: center;
    background: none;
    border: 1px solid #434950;
    padding: 0 20px;
    font-size: 14px;
    color: #434950;
    margin: 0px 0px 0 0;
}
.cart-table tr td a.cart-table-btn:hover {
    background: #dcb86c;
    border:1px solid #dcb86c;
    color: #FFF;
}
.cart-right-info {
    background: #FFF;
    border-radius: 0px;
    padding: 0 24px 3px 24px;
}

ul.cart_steps {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
ul.cart_steps li.cart_steps_item {
    font-size: 16px;
    line-height: 140%;
    height: 80px;
    max-width: 264px;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    vertical-align: middle;

    padding: 18px 30px;
    border-radius: 8px;
}
ul.cart_steps li.cart_steps_item.step_active {
    background: #FFF;
}
ul.cart_steps li.cart_steps_line {
    background: url(../svg/cart_step_line.svg) center right no-repeat;
    max-width: 100%;
    min-width: 56px;
    height: 80px;
    display: inline-block;
    overflow: hidden;
}
ul.cart_steps li.cart_steps_item span {
    font-size: 44px;
    line-height: 44px;
    height: 44px;
    margin-right: 24px;
}
ul.cart_steps li.cart_steps_line strong {
    font-weight: 400;
}

.checkout-img {
    margin-bottom: 24px;
}
.checkout-thanks-header {
    color: var(--black, #222929);
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
    line-height: 110%;
}
.checkout-thanks-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.2px;
    margin-bottom: 16px;
    margin-bottom: 32px;
}
.checkout-thanks-small-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.2px;
    max-width: 460px;
    margin: 0 auto 48px auto;
}
a.checkout-thanks-btn {
    border-radius: 30px;
    background: url(../svg/banner_arrow_dark.svg) right 16px center no-repeat;
    display: inline-flex;
    padding: 10px 52px 10px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #222929;
    border: 1px solid #222929;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.2px;
    height: 52px;
    line-height: 52px;
}
a.checkout-thanks-btn:hover {
    background: url(../svg/banner_arrow_dark.svg) right 8px center no-repeat;
    border: 1px solid #52CCC3;
}
.checkout-thanks-back {
    padding: 0px;
    margin-bottom: 80px;
}
/* Cart */

/* Profile */
.profile h2 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 30px;
}
.profile h3 {
    font-size: 32px;
    font-weight: 300;
    color: #222929;
    margin-bottom: 30px;
}
.profile h4 {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 40px 0;
}
.profile p {
    font-size: 16px;
    line-height: 26px;
}
.profile li {
    font-size: 16px;
    line-height: 26px;
}
.profile label {
    display: block;
    width: 100%;
    font-size: 14px;
}
.profile label span {
    color: #52CCC3;
}
.profile input {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #FFF;
    padding: 0 20px;
    border: 0;
    margin-bottom: 20px;
    color: #222929;
    border-radius: 8px;
}
.profile button {
    height: 40px;
    border: 0;
    font-size: 16px;
    color: #FFF;
    background: #52CCC3;
    width: 100%;
    margin-top: 20px;
    transition: all 0.5s;
    border-radius: 8px;
}
.profile button:hover {
    background-color: #343538;
}
.profile select {
    border-radius: 8px;
    background: #FFF;
    height: 48px;
    line-height: 48px;
    border: 0;
    width: 100%;
    padding: 0 20px;
    margin: 0;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #222929;
}
.profile select option {
    color: #222929;
}
#checkout-form {
    margin: 0px 0 0 0;
    border-radius: 0px;
    padding: 32px 32px;
    border: 1px solid #FFF;
}

.profile select {
    background-image:
            linear-gradient(45deg, transparent 50%, #212529 50%),
            linear-gradient(135deg, #212529 50%, transparent 50%);
    background-position:
            calc(100% - 20px) calc(1em + 8px),
            calc(100% - 15px) calc(1em + 8px),
            calc(100% - 2.5em) 0.5em;
    background-size:
            5px 5px,
            5px 5px,
            1px 1.5em;
    background-repeat: no-repeat;
}

.profile select:focus {
    background-image:
            linear-gradient(45deg, #212529 50%, transparent 50%),
            linear-gradient(135deg, transparent 50%, #212529 50%);
    background-position:
            calc(100% - 15px) calc(1em + 4px),
            calc(100% - 20px) calc(1em + 4px),
            calc(100% - 2.5em) 0.5em;
    background-size:
            5px 5px,
            5px 5px,
            1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}

.profile select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #222929;
}
.profile .profile-login-form {
    padding: 30px 14% 30px 14%;
    background: #FFF;
    margin-top: 8px;
    border: 1px solid rgba(0,0,0, 0.1);
}
.profile .profile-login-form input {
    background: rgba(230,232,237,0.5);
    height: 48px;
    line-height: 48px;
}
.profile .profile-login-form button {
    height: 40px;
    background: linear-gradient(90deg, #52CCC3 0%, #F15F79 100%);
    font-size: 14px;
    transition: all 0.5s;
    margin-top: 0;
}
.profile .profile-login-form button:hover {
    background-color: #343538;
}
.profile .profile-login-form a {
    font-size: 13px;
    display: block;
    height: 40px;
    line-height: 40px;
}
.profile a.profile-link {
    height: 40px;
    display: block;
    line-height: 40px;
    color: #FFF;
    background: #E1251B;
    font-size: 16px;
    margin-top: 40px;
    width: 220px;
    text-align: center;
}
.profile a.profile-link:hover {
    background: #dcb86c;
}
#region_delivery_area {
    margin-bottom: 16px;
}
.citys {
    margin-bottom: 16px;
}
#profile-success {
    display: none;
}
#profile-error {
    display: none;
}
#login-error {
    display: none;
}
#forgot-error {
    display: none;
}
#forgot-success {
    display: none;
}
/* Profile */

/* Checkout */
.checkout-product-list {
    border-radius: 0px;
    background: #FFF;
    padding: 32px 32px;
    position: sticky;
    top: 100px;
    margin-bottom: 60px;
}
.checkout-product-list h4 {
    color: var(--black, #222929);
    font-family: Geologica;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 32px 0;
}
.checkout-product-list .checkout-product {
    padding-bottom: 24px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 24px;
}
.checkout-product-list .checkout-product a.checkout-product-image {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 80px;
}
.checkout-product-list .checkout-product .checkout-product-info {
    display: inline-block;
}
.checkout-product-list .checkout-product .checkout-product-info a.checkout-product-name {
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-bottom: 8px;
}
.checkout-product-list .checkout-product .checkout-product-info .checkout-product-price {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.checkout-product-list .checkout-product .checkout-product-info .checkout-product-price span {
    background: #F15F79;
    color: #FFF;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    font-size: 12px;
    margin-left: 8px;
    border-radius: 4px;
}
.checkout-product-list .checkout-product .checkout-product-info .checkout-product-volume {
    display: inline-block;
    height: 24px;
    border-radius: 4px;
    border: 1px solid rgba(67,73,80,0.3);
    line-height: 24px;
    font-size: 10px;
    color: rgba(67,73,80,0.5);
    padding: 0 10px;
    margin: 0 0 8px 0;
}
.checkout-total {
    padding-top: 16px;
}
.checkout-delivery {
    /*
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-bottom: 8px;*/
    margin-bottom: 4px;
}
.cart-table-qty {
    margin-bottom: 4px;
}
.checkout-delivery span {
    /*
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;*/
    opacity: 0.6;
}
.checkout-total .checkout-total-sum {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 32px;
}
.checkout-total .checkout-total-sum span {
    color: #222929;
    font-weight: 500;
}
.checkout-total a.checkout-total-btn {
    border-radius: 30px;
    background: url(../svg/banner_arrow_dark.svg) right 16px center no-repeat;
    display: inline-flex;
    padding: 10px 52px 10px 28px;
    justify-content: center;
    align-items: center;
    height: 52px;
    line-height: 52px;
    gap: 10px;
    color: #222929;
    border: 1px solid #222929;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.2px;
}
.checkout-total a.checkout-total-btn:hover {
    background: url(../svg/banner_arrow_dark.svg) right 8px center no-repeat;
    border: 1px solid #52CCC3;
}
.hidden {
    display: none;
}

.tech-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 24px;
}
.tech_img {
    border: 16px solid #FFF;
}
.tech_header {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    margin: 0;
}
.tech_subheader {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #222929;
}
.tech_text p {
    font-size: 16px;
    font-weight: 200;
}
.history_item {
    text-align: center;
    margin-bottom: 60px;
}
.history_item .history_image {
    margin-bottom: 40px;
    padding: 0 20px;
}
.history_item .history_image img {
    display: block;
    border-radius: 50%;
}
.history_item h3.history_header {
    font-weight: 300;
    font-size: 28px;
}
.history_item .history_subheader {
    font-size: 14px;
}
.about_img {
    width: 100%;
}
.about_title {
    font-size: 12px;
    margin: 10px 0 30px 0;
    line-height: 16px;
    display: block;
    margin-right: 15%;
}
a.ps-gallery__item {
    overflow: hidden;
    display: block;
}
a.ps-gallery__item img{
    transition: transform 1s ease;
}
a.ps-gallery__item:hover img {
    transform: scale(1.1);
}
.cc_icon {
    height: 24px;
    width: auto;
    margin: 0;
}

#address-delivery-field{ display: none; }
#nova-poshta-delivery-field { 
    display: none; 
    margin-bottom: 20px;
}
#office_delivery_area { display: none; }
#region_delivery_type { display: none; }

.liqpay_submit { visibility: hidden; }

.offer_item a {
    display: block;
    position: relative;

}
.offer_item a img {
    transition: transform .2s;
}
.offer_item a span {
    display: block;
    position: absolute;
    left: 28px;
    padding-right: 40px;
    bottom: 40px;
    font-size: 20px;
    color: #FFF;
    line-height: 26px;
    text-transform: uppercase;
}
.offer_item a:hover img {
    transform: scale(1.1);
}
.series .row {
 
    padding: 80px 0 0 0;
}
.series-item {
    margin: 0 0 0 0;
    display: flex;
    flex-direction: row;
}
.series-item .series-img {
    background: #FFF;
    width: 110px !important;
    height: 110px;
    display: flex;
    overflow: hidden;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    flex-shrink: 0; 
}
.series-item .series-img img {
    width: 48px;
    height: auto;
    max-height: 48px;
}

.series-item .series-name {
    margin-left: 32px;
    font-size: 22px;
    color: #222929;
    line-height: 110%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.series-item:hover img {
    filter: unset;
}
.series .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.series .owl-carousel .caption {
    text-align: center;
}

.owl-carousel .owl-stage-outer {

}
.slinky-menu a span {
    font-weight: 300;
    display: flex;
    flex-direction: row;
    gap: 20px;
    line-height: 130%;
    align-items: center;
}
.slinky-menu a span img {
    width: 32px;
    height: 32px;
    margin-top: 2px;
}
.header {
    position: relative;
}
.header .mainmenunav ul.mainmenu.catalog-menu {
    margin: 14px 0;
    position: unset;
}
.header .mainmenunav ul.mainmenu.megaMenu > li {
    position: unset;
}

.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    position: absolute;
    padding: 0;
    width:100%;
    /*max-height: 464px;*/
    min-height: 240px;
    margin-left: 0;
    left: 0px;
    top: 74px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
    padding: 0;

    /*
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    column-gap: 2.2em;*/

    /*padding-right: 23%;*/
}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li {

    transition: all 0.3s ease-in-out;

}

.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li.submenu--mega-img img {
    width: 100%;
}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li:hover {
    background: #F2F2F2;
}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega.iconMenu {
    height: 400px;
}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega.iconMenu li {
    margin-bottom: 30px;
}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li {
    text-align: center;
    display: block;
    float: left;
    line-height: 16px;
    width: 16.66666667%;
    padding: 32px 32px 32px 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    border-right: 1px solid rgba(255, 255, 255, 1);

    transition: all 0.3s ease-in-out;

    /* margin-bottom: 14px;*/ 
}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega {
   /* padding-right: 24.5%;*/
}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li.start-menu-img {
    width: 25%;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-size: cover !important;
    border: 0;
}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li a {
    font-size: 12px;
    line-height: 140%;
    padding: 0;
    font-weight: 400;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li a span {
    color: var(--black, #222929);
    text-align: center;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.15px;
}

.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li a img {
    width: 64px;
    height: auto;
    display: block;
    margin: 0 auto 16px auto;
    mix-blend-mode: multiply;
    transition: transform .2s;
    margin-bottom: 12px;
}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li a .menu-img {
    height: 124px;
    margin-bottom: 12px;

}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li:nth-last-child(1) a {

}
.js-example-basic-single {}
.select2-container--default .select2-selection--single {
    border: 1px solid #FFF;
    background: #FFF;
    border-radius: 8px;
    text-align: left;
}
#checkout-form .select2-container--default .select2-selection--single {
    background: #FFF;
    border: 1px solid #FFF;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: Geologica;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.2px;
}
.select2-results__option {
    font-family: Geologica;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.2px;
}

.brands-select .select2-container {
    width: 200px !important;
}
.sort-select .select2-container {
    width: 200px !important;
}
.goods-volume-select {
    display: inline-block;
    margin-bottom: 20px;
}
.goods-volume-select .select2-container {
    width: 120px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 40px 0 20px;
}


.designedPopup .modal-dialog {
    max-width: 740px;
}
.designedPopup .modal-content {
    border-radius: 0px;

}
.designedPopup .modal-body {
    padding: 0;

}
.designedPopup .modal-body .ratio {
    border-radius: 36px;
    overflow: hidden;
}
.designedPopup .modal-body .container-fluid {
    padding: 0;
}

.designedPopup .btn-close:focus {
    outline: none;
}
.designedPopup .btn-close:hover {
    outline: none;
}
.designedPopup img.redial_img {
    border-radius: 0px;
}
.designedPopup-header {
    font-size: 32px;
    font-weight: 500;
    padding: 30px 0 16px 0;
    margin-bottom: 0px;
    color: #222929;
    font-family: 'Geologica', sans-serif;
    width: 100%;
}
.designedPopup-subHeader {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Geologica', sans-serif;
    margin-bottom: 20px;
}
.designedPopup-body {
    margin-bottom: 32px;
    width: 80%;
    margin: 0 10% 40px 10%;
}
.form-input {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    background: #F2F2F2;
    padding: 0 20px;
    border: 0;
    margin-bottom: 16px;
    color: #222929;
    border-radius: 8px;
}

#batteriesQty::-webkit-outer-spin-button,
#batteriesQty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#batteriesQty {
    -moz-appearance: textfield;
}

.form-input.footer-input {
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid #D4D4D4;
    font-size: 20px;
    color: #D4D4D4;
    padding: 0;
    font-weight: 200;
    margin-bottom: 20px;
}
.redialSend {
    border-radius: 30px;
    background: url(../svg/banner_arrow_dark.svg) right 16px center no-repeat;
    display: inline-flex;
    padding: 10px 52px 10px 28px;
    justify-content: center;
    align-items: center;
    height: 52px;
    line-height: 52px;
    gap: 10px;
    color: #222929;
    border: 1px solid #222929;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.2px;
    transition: all 0.3s ease-in-out;
}
.redialSend:hover {
    background: url(../svg/banner_arrow_dark.svg) right 8px center no-repeat;
    border: 1px solid #52CCC3;
    color: #222929;
}
.brand-list-item {
    background: #F5F7F8;
    padding: 16px 36px 36px 36px;
    text-align: center;
    margin-bottom: 30px;
}
.brand-list-img {
    display: block;
    height: 80px;
    white-space: nowrap;
    text-align: center;
    margin: 16px 0;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.brand-list-img img {
    max-height: 80px;
    max-width: 240px;
    vertical-align: middle;
}
.brand-list-site {
    display: block;
    font-weight: 400;
    margin-bottom: 16px;
}
.brand-list-text {
    margin-bottom: 16px;
    min-height: 180px;
}
a.brand-list-link {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    border-radius: 8px;
    border: 1px solid #222929;
    padding: 0 24px;
}
a.brand-list-link:hover {
    border: 1px solid #52CCC3;
}

.nav-tabs {
    background: unset;
    border-bottom: 0;
    border: 0 !important;
    justify-content:flex-start;
}
.nav-fill .nav-item {
    flex: 0 1 auto;
    margin-right: 8px;
}
.nav-fill .nav-item:nth-last-child(1) {
    margin-right: 0px;
}
.nav-tabs .nav-link {
    padding: 1rem;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    border: 0 !important;
    text-decoration: none !important;
}
.nav-tabs .nav-link.big-tabs {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    padding-left: 36px;
    border: 1px solid #FFF !important;
    padding: 0;
    height: 52px;
    line-height: 52px;
    border-radius: 30px;
}
.nav-tabs .nav-link.big-tabs span {
    font-weight: 300;
}
.nav-tabs .nav-link.big-tabs.active {
    color: #52CCC3;
}
.nav-tabs .nav-link.big-tabs.tab-description {
    background: url(../svg/icon-desc.svg) left 32px center no-repeat;
    border: 1px solid #FFF !important;
    padding: 0 32px 0 72px;
    background-size: 24px auto;
}
.nav-tabs .nav-link.big-tabs.tab-description.active {
    background: #FFF url(../svg/icon-desc.svg) left 32px center no-repeat;
    border: 1px solid #FFF !important;
    background-size: 24px auto;
    color: #222929;
}
.nav-tabs .nav-link.big-tabs.tab-params {
    background: url(../svg/icon_description.svg) left 32px center no-repeat;
    border: 1px solid #FFF !important;
    padding: 0 32px 0 72px;
    background-size: 24px auto;
}
.nav-tabs .nav-link.big-tabs.tab-params.active {
    background: #FFF url(../svg/icon_description.svg) left 32px center no-repeat;
    border: 1px solid #FFF !important;
    background-size: 24px auto;
    color: #222929;
}
.nav-tabs .nav-link.big-tabs.tab-video {
    background: url(../svg/icon_video.svg) left 32px center no-repeat;
    border: 1px solid #FFF !important;
    padding: 0 32px 0 72px;
    background-size: 24px auto;
}
.nav-tabs .nav-link.big-tabs.tab-video.active {
    background: #FFF url(../svg/icon_video.svg) left 32px center no-repeat;
    border: 1px solid #FFF !important;
    background-size: 24px auto;
    color: #222929;
}
.nav-tabs .nav-link.big-tabs.tab-reviews {
    background: url(../svg/icon_reviews.svg) left 32px center no-repeat;
    border: 1px solid #FFF !important;
    padding: 0 32px 0 72px;
    background-size: 24px auto;
}
.nav-tabs .nav-link.big-tabs.tab-reviews.active {
    background: #FFF url(../svg/icon_reviews.svg) left 32px center no-repeat;
    border: 1px solid #FFF !important;
    background-size: 24px auto;
    color: #222929;
}
.nav-tabs .nav-link.big-tabs.tab-faq {
    background: url(../svg/icon-question.svg) left 32px center no-repeat;
    border: 1px solid #FFF !important;
    padding: 0 32px 0 72px;
    background-size: 24px auto;
}
.nav-tabs .nav-link.big-tabs.tab-faq.active {
    background: #FFF url(../svg/icon-question.svg) left 32px center no-repeat;
    border: 1px solid #FFF !important;
    background-size: 24px auto;
    color: #222929;
}

.nav-tabs .nav-link.small-tabs {
    color: #A0A0A0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
}
.nav-tabs .nav-link.small-tabs {
    padding: 8px 16px 8px 32px;
    margin: 0 8px 0 0;
}
.nav-tabs .nav-link.small-tabs.tab-delivery {
    background: url(../svg/delivery_grey.svg) left center no-repeat;
}
.nav-tabs .nav-link.small-tabs.tab-delivery.active {
    background: url(../svg/delivery.svg) left center no-repeat;
}
.nav-tabs .nav-link.small-tabs.tab-payment {
    background: url(../svg/payment_grey.svg) left center no-repeat;
}
.nav-tabs .nav-link.small-tabs.tab-payment.active {
    background: url(../svg/payment.svg?v=2) left center no-repeat;
}
.nav-tabs .nav-link.small-tabs.tab-guarantee {
    background: url(../svg/guarantee_grey.svg) left center no-repeat;
}
.nav-tabs .nav-link.small-tabs.tab-guarantee.active {
    background: url(../svg/guarantee.svg?v=2) left center no-repeat;
}
.nav-tabs .nav-link:focus {
    border: 0px !important;
}
.nav-tabs .nav-link:hover {
    border: 0px !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color:  #222929;
    background: unset;
    border: 0;
    text-decoration: none;
}
.goods-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
}
.goods-table table tr td {
    height: 48px;
    line-height: 20px;
    padding: 14px 0;
    font-size: 15px;
}
.goods-table table tr td:nth-child(1) {
    width: 40%;
    font-size: 15px;
    opacity: 0.7;
    padding-left: 24px;
}
.goods-table table tr td:nth-child(2) {
    width: 60%;
    padding-right: 24px;
}
.goods-table table tr:nth-child(2n) {
    background: #F7F7F7;
}
.goods-tabs {
    padding: 24px 0 12px 0 !important;
}
.tab-content>.tab-pane h3 {
    font-size: 24px;
    padding: 0px 0;
    font-weight: 300;
}
.tab-content>.tab-pane .goods-full-description {
    font-size: 15px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.2px;
}
.tab-content>.tab-pane .goods-full-description ul {
    font-size: 15px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.2px;
}
.tab-content>.tab-pane .goods-full-description li {
    font-size: 15px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.2px;
    margin-bottom: unset;
}
.tab-content>.tab-pane .goods-full-description p {
    font-size: 15px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.2px;
}
.tab-content>.tab-pane .goods-full-description h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; 
    letter-spacing: 0.2px;
    margin: 0 0 24px 0;
}
.tab-content>.tab-pane .goods-full-description h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.2px;
    margin: 24px 0 16px 0;
}

.tab-content>.tab-pane .goods-full-description h4, .tab-content>.tab-pane .goods-full-description h5 {
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.2px;
    margin: 24px 0 16px 0;
}
.tab-content>.tab-pane {
    padding: 8px 0 0 0;
    font-size: 13px;
    line-height: 16px;
}
.tab-content>.tab-pane ul {
    margin: 0;
    padding: 0 24px 0 24px;
}
.tab-content>.tab-pane p {
    font-size: 15px;
    line-height: 20px;
}
.tab-content>.tab-pane ul li {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 16px;
}


.empty_tab {
    text-align: center;
    margin: 56px 0;
}
.empty_tab .empty_tab-img {
    margin: 0 0 20px 0;
    height: 48px;
    width: auto;
    opacity: 0.3;
}
.empty_tab .empty_tab-header {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
}
.empty_tab .empty_tab-text {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.2px;
}
.reviews-summary {
    background: #FFF;
    padding: 12px 8px;
    margin-bottom: 16px;
}
.tab-content>.tab-pane .reviews-summary p {
    font-size: 16px;
    line-height: 20px;
    margin: 12px 0;
}

.add-review-btn {
    background: #52CCC3;
    color: #FFF;
}
.add-review-btn:hover {
    background: #222929;
    color: #FFF;
}

ul.anchor_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.anchor_list li {
    float: left;
}
ul.anchor_list li a {
    height: 36px;
    line-height: 36px;
    display: block;
    padding: 0 20px;
    border-radius: 8px;
    background: #F3F5F9;
    margin-right: 8px;
    margin-bottom: 8px;
}

#scroll_up_btn {
    position: fixed;
    right: 0;
    bottom: 0;
    display: block;
    width: 40px;
    height: 40px;
    background: #000;
    display: none;
    z-index: 99;
    transform: rotate(90deg);
}
.profile_header {
    font-size: 20px;
    font-weight: 500;
    background: linear-gradient(90deg, #52CCC3 0%, #F15F79 100%), #FFFFFF;
    padding: 16px 20px;
    color: #FFF;
    /*
    padding: 0 0 16px 0;

    border-bottom: 1px solid rgba(0,0,0,0.1);*/
    /*margin-bottom: 20px;*/
}
.profile_header span {
    font-size: 13px;
    display: block;
    height: 20px;
    line-height: 20px;
}
.profile_header span a {
    line-height: 20px;
    display: inline-block;
    margin: 0 0 0 4px;

}
.profile_header span a img {
    height: 13px;
    width: auto;
}

ul.profile_menu {
    list-style: none;
    padding: 20px 0 20px 28px;
    border-radius: 0px;
    margin: 0;
    background: #f5f7f8;
    position: sticky;
    top: 160px;
}
ul.profile_menu li a {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 4px;
}

a.profile-logout-btn {
    border-radius: 8px;
    border: 1px solid #52CCC3;
    height: 32px;
    line-height: 30px;
    padding: 0 16px;
    margin: 16px 0 8px 0;
    display: inline-block;
}


.orders_item {
    border: 1px solid #EFF1F5;
    padding: 36px 24px 24px 24px;
    margin-bottom: 16px;
    transition: all 0.3s ease-in-out;
  }
  .orders_item:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 16px #EFF1F5;
  }
  .orders_item_header {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
  }
  .orders_item_number {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin-right: 20px;
  }
  .orders_item_date {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
  }
  .orders_item_product {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid rgba(202, 207, 217, 0.5);
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .orders_item_product:nth-last-child(1) {
    border-bottom: 1px solid transparent;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .orders_item_product--img {
    width: 56px;
    height: 56px;
    margin-right: 20px;
  }
  .orders_item_product--img img {
    width: 56px;
    height: auto;
  }
  .orders_item_product--name {
    width: 40%;
    margin-right: 20px;
  }
  .orders_item_product--name span {
    display: block;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    color: #979CA7;
    margin-top: 4px;
  }
  .orders_item_product--price {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #979CA7;
    margin-right: 20px;
  }
  .orders_item_product--qty {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #373C48;
    margin-right: 20px;
  }
  .orders_item_product--cost {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #373C48;
    margin-right: 20px;
  }
.orders_item_product--btn {
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 32px;
    height: 32px;
    color: #373C48;
    background: #EFF1F5;
    border-radius: 30px;
    padding: 0 24px;
}
.orders_item_product--btn:hover {
    color: #FFF;
    background: #52CCC3;
}

.catalog-order {
    display: flex;
    flex-direction: column;
}

.catalog-order-1 {
    order: 1; 
}
.catalog-order-2 {
    order: 2; 
}
.catalog-order-3 {
    order: 3; 
}



.categorys {

}

.categorys ul.categorys--menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    background: #FFF;
}
.categorys ul.categorys--menu li {
    text-align: center;
    display: block;
    float: left;
    line-height: 16px;
    width: 20%;
    padding: 24px 10px 24px 10px;
    border-bottom: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    transition: all 0.3s ease-in-out;
}
.categorys ul.categorys--menu li:hover {
    background: #F5F5F5;
}
.categorys ul.categorys--menu li a {
    font-size: 12px;
    line-height: 140%;
    padding: 0;
    font-weight: 400;
}

/*
.categorys ul.categorys--menu li img {
    width: 100%;
}
.categorys ul.categorys--menu li:hover {
    background: #FFF;
}

*/
.categorys ul.categorys--menu li a span {
    color: var(--black, #222929);
    text-align: center;
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.15px;
}

.categorys ul.categorys--menu li a img {
    width: 136px;
    height: auto;
    display: block;
    margin: 0 auto 16px auto;
    mix-blend-mode: multiply;
    transition: transform .2s;
    margin-bottom: 12px;
}
/*
.categorys ul.categorys--menu li a .menu-img {
    height: 124px;
    margin-bottom: 12px;

}*/
.goods--video {
    margin-top: 16px;
    margin-bottom: 16px;
}
.video-iframe {
    overflow:hidden;
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    border-radius: 4px;
}
.video-iframe iframe {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #52CCC3;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin: 20% auto;
    animation: spin 2s linear infinite;
}
.preloader {
    display: none;
    position: absolute; /* Змініть позиціонування на absolute */
    top: 50%; /* Вертикальне центрування */
    left: 50%; /* Горизонтальне центрування */
    transform: translate(-50%, -50%); /* Центрування відносно батьківського елементу */
    background: rgba(255, 255, 255, 0);
    border-radius: 16px;
    width: 48px;
    height: 48px;
    z-index: 9999;
    text-align: center;
}
.products-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); /* Затемнення */
    display: none;
    z-index: 1000; /* Високий z-index, щоб затемнення було поверх інших елементів */
    border-radius: 8px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.subscribe {
    background: #323939 url(../svg/subscribe_bg.svg) left top no-repeat;
    min-height: 440px;
    padding: 88px 0;
    color: #D4D4D4;
}
.subscribe .subscribeSubheader {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 24px;
}
.subscribe .subscribeHeader {
    line-height: 100%;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 24px;
}
.subscribe .subscribeText {
    font-size: 20px;
    line-height: 120%;
    font-weight: 200;
}
.subscribe .footerRedialSend {
    border-radius: 30px;
    background: url(../svg/banner_arrow.svg) right 16px center no-repeat;
    display: inline-flex;
    padding: 10px 52px 10px 28px;
    justify-content: center;
    align-items: center;
    height: 52px;
    line-height: 52px;
    gap: 10px;
    color: #FFF;
    border: 1px solid #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.2px;
    transition: all 0.3s ease-in-out;
}
.subscribe .footerRedialSend:hover {
    background: url(../svg/banner_arrow.svg) right 8px center no-repeat;
    border: 1px solid #52CCC3;
    color: #FFF;
}

.public_offer_agreement ol { 
    counter-reset: item; 

}
.public_offer_agreement ol li { display: block;
    margin: 16px 0; }
    .public_offer_agreement ol li:before { 
            content: counters(item, ".") ". "; 
            counter-increment: item; 
        }
        .public_offer_agreement ol ol ol { counter-reset: item; }
        .public_offer_agreement ol li strong {
    font-size: 20px;
}
ol.public_offer_agreement_left li {
    margin-bottom: 16px;
}

.faq .accordion .card {
    border-radius: 0;
    background: var(--main-bg-color);
    border: 0;
    padding: 0 0 24px 0;
}
.faq .accordion .card .card-header {
    background: var(--main-bg-color);
    margin-bottom: 0px;
    padding: 40px 0 16px 0;
}

.faq .accordion .card .card-header {
    font-family: var(--main-font);
    font-size: 24px;
}
.faq .accordion .card .card-header button.btn-link {
    color: #222929;
    font-size: 28px;
    box-shadow: none;
    font-weight: 200;
    padding-left: 0;
    padding: 0;
    display: flex;
    gap: 48px;
    flex-direction: row;
    padding-right: 48px;
    line-height: 110%;
}
.faq .accordion .card .card-header button.btn-link  span {
    font-size: 16px;
}
.faq .accordion .card .card-header button.btn-link:hover {
    text-decoration: none;
    outline: none;
    color: #52CCC3;
    box-shadow: none;
} 
.faq .accordion .card .card-header button.btn-link:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.faq .accordion .card .card-header h2:focus {
    outline: none;
    box-shadow: none;
}
.faq .accordion .card .card-header {
    border: 0;
    border-top: 1px solid #D4D4D4;
}
.faq .card .card-header button {
    padding-right: 40px;
}

.faq .card .card-header button::before {
    position: absolute;
    right: 0;
    top: 38px;
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    background-image: url('../svg/minus.svg');
    background-size: contain; 
    background-repeat: no-repeat; 
    transition: transform 0.3s ease-in-out;
    transform-origin: center;
}

.faq .card .card-header button.collapsed::before {
    background-image: url('../svg/plus.svg'); 
    background-size: contain;
    background-repeat: no-repeat; 
    transition: transform 0.3s ease-in-out;
    transform-origin: center;
}
.faq .card-body {
    padding: 0 68px;
}
.tab-content>.tab-pane.faq .accordion .card {
    padding: 0 0 8px 0;
}
.tab-content>.tab-pane.faq .accordion .card .card-header {
    padding: 24px 0 16px 0;
}
.tab-content>.tab-pane.faq .accordion .card .card-header button.btn-link {
    font-size: 24px;
}
.tab-content>.tab-pane.faq .card .card-header button::before {
    top: 20px;
}
.faq .accordion .card .card-header {

    border-top: 1px solid #FFF;
}
.batteries_landing {
    background: url(../images/batteries_bg2.jpg) center top 180px no-repeat;
    background-size: 105% auto;
    overflow: hidden;
}
.batteries_landing h1 {
    margin: 120px 80px 56px 80px;
    line-height: 100%;
}
.batteries_landing a.batteries_cta_btn {
    height: 56px;
    line-height: 56px;
    background: #222929;
    border: 1px solid #222929;
    padding: 0 56px;
    color: #FFF;
    font-size: 20px;
    display: inline-block;
    border-radius: 30px;
}
.batteries_landing a.batteries_cta_btn:hover {
    background: #52CCC3;
    border: 1px solid #52CCC3;
    color: #FFF;
}
.batteries_landing_benefits_box {
    background: #FFF;
    padding: 56px 48px;
}
.batteries_landing_benefits_box h2 {
    font-size: 56px;
    line-height: 90%;
    letter-spacing: -1px;
    font-weight: 300;
}
.benefit-item-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.benefit-item {
    width: 50%;
    display: flex;
    padding: 56px 40px 56px 0;
    border-bottom: 1px solid #222929;
    border-right: 1px solid #222929;
}
.benefit-item:nth-child(2n) {
    border-right: 1px solid #FFF;
    padding: 56px 40px 56px 40px;
}
.benefit-item .benefit-img {
    background: #222929;
    width: 110px;
    height: 110px;
    display: flex;
    overflow: hidden;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
}
.benefit-item:hover .benefit-img {
    background: #52CCC3;
    
}
.benefit-item .benefit-name {
    margin-left: 32px;
    font-size: 28px;
    color: #222929;
    line-height: 110%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.benefit-item:nth-child(5) {
    border-bottom: 1px solid #FFF;
}
.benefit-item:nth-child(6) {
    border-bottom: 1px solid #FFF;
}
.batteries_todo h3 {
    font-weight: 300;
    line-height: 90%;
    font-size: 56px;
    margin: 0 56px 40px 56px;
}
.batteries_todo .batteries_todo_desc {
    font-size: 20px;
    line-height: 120%;
    margin: 0 0 40px 0;
}
.batteries_todo_item {
    padding: 36px 40px 40px 40px;
    background: #FFF;
    text-align: center;
    height: 100%;
    transition: all .3s ease-in-out;
}
.batteries_todo_item:hover {
    background: #52CCC3;
    color: #FFF;
}
.batteries_todo_item .batteries_todo_item_name {
    margin-bottom: 40px;
    font-size: 16px;
    opacity: 0.6;
}
.batteries_todo_item .batteries_todo_item_subheader {
    font-size: 30px;
    line-height: 100%;
    margin: 0 20px 16px 20px;
}
.batteries_todo_item .batteries_todo_item_text {
    font-size: 16px;
    line-height: 140%;
}
.batteries_faq h3 {
    font-weight: 300;
    line-height: 90%;
    font-size: 52px;
}

.batteries_faq .accordion .card {
    border-radius: 0;
    background: #FFF;
    border: 0;
    padding: 40px 40px 24px 40px;
    margin: 0 0 16px 0;
}
.batteries_faq .accordion .card .card-header {
    background: #FFF;
    margin-bottom: 0px;
    padding: 0 0 16px 0;
}

.batteries_faq .accordion .card .card-header {
    font-family: var(--main-font);
    font-size: 24px;
}
.batteries_faq .accordion .card .card-header button.btn-link {
    color: #222929;
    font-size: 24px;
    box-shadow: none;
    font-weight: 200;
    padding-left: 0;
    padding: 0;
    display: flex;
    gap: 48px;
    flex-direction: row;
    padding-right: 48px;
    line-height: 110%;
}
.batteries_faq .accordion .card .card-header button.btn-link  span {
    font-size: 16px;
}
.batteries_faq .accordion .card .card-header button.btn-link:hover {
    text-decoration: none;
    outline: none;
    color: #52CCC3;
    box-shadow: none;
} 
.batteries_faq .accordion .card .card-header button.btn-link:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.batteries_faq .accordion .card .card-header h2:focus {
    outline: none;
    box-shadow: none;
}
.batteries_faq .accordion .card .card-header {
    border: 0;
}
.batteries_faq .card .card-header button {
    padding-right: 40px;
}

.batteries_faq .card .card-header button::before {
    position: absolute;
    right: 24px;
    top: 38px;
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    background-image: url('../svg/minus.svg');
    background-size: contain; 
    background-repeat: no-repeat; 
    transition: transform 0.3s ease-in-out;
    transform-origin: center;
}

.batteries_faq .card .card-header button.collapsed::before {
    background-image: url('../svg/plus.svg'); 
    background-size: contain;
    background-repeat: no-repeat; 
    transition: transform 0.3s ease-in-out;
    transform-origin: center;
}
.batteries_faq .card-body {
    padding: 0;
}

/* batteriesPopup form */
#batteriesPopup .modal-dialog {
    max-width: 750px;
    margin: 30px auto; 
}
#batteriesPopup .modal-header {
    border: 0;
    padding: 0;
    margin-bottom: 32px;
}
#batteriesPopup .modal-header .modal-title {
    display: flex;
    flex: 1 1 0 auto;
}
#batteriesPopup .modal-header .modal-title span {
    line-height: 100%;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0.2px;
}

#batteriesPopup .modal-content {
    padding: 40px 40px 16px 40px;
}
#batteriesPopup .batteriesText {
    height: 112px;
    line-height: 20px;
    padding: 16px 20px;
}
#batteriesPopup .batteries_submit {
    border-radius: 30px;
    background: url(../svg/banner_arrow_dark.svg) right 16px center no-repeat;
    display: inline-flex;
    padding: 10px 52px 10px 28px;
    justify-content: center;
    align-items: center;
    height: 52px;
    line-height: 52px;
    gap: 10px;
    color: #222929;
    border: 1px solid #222929;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.2px;
    transition: all 0.3s ease-in-out;
}
#batteriesPopup .rbatteries_submit:hover {
    background: url(../svg/banner_arrow_dark.svg) right 8px center no-repeat;
    border: 1px solid #52CCC3;
}
#batteriesPopup label span {
    color: #52CCC3;
}
.batteries_alert {
    text-align: center;
    padding: 0 0 40px 0;
    font-size: 16px;
    font-weight: 300;
    max-width: 400px;
    margin: 0 auto;
}
/* Review form */

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.text-left .pagination {
    justify-content: left;
}
.tab-content>.tab-pane ul.pagination {
    padding: 0;
}

.pagination li {
  margin: 0;
  padding: 0;
}

    
   

.pagination li a,
.pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #FFF;
  border-radius: 8px;
  background: #FFF;
  color:  #222929;;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s ease;
  box-sizing: border-box;
  font-weight: 300;
}

.pagination li a:hover {
  border-color: #52CCC3;
  background: #52CCC3;
  color: #fff;
}

.pagination li.active span, .pagination li.active a {
  border-color: #222929;
  background: #222929;
  color: #fff;
  font-weight: 300;
}

.pagination li:first-child a,
.pagination li:last-child a,
.pagination li:nth-last-child(2) a {
  min-width: 44px;
  font-weight: 300;
}
.btn-load-pagination {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    background: #F2F2F2;
    background-size: 24px auto;
    width: 100%;
    border: 1px solid #222929;
    padding: 0 24px;
    color: #222929;
    border-radius: 30px;
    margin: 24px auto;
    display: block;
    width: auto;
    transition: all 0.2s ease-in-out;
}
.btn-load-pagination:hover {
    background: #52CCC3;
    border: 1px solid #52CCC3;
    color: #FFF;
}
@media (max-width: 575px) {
  .pagination {
    gap: 4px;
  }

  .pagination li a,
  .pagination li span {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
    border-radius: 6px;
  }
}

@media (min-width: 1024px) {
    .batteries_faq .accordion {
        column-count: 2;
        column-gap: 24px;
    }

    .batteries_faq .accordion .card {
        display: inline-block;
        width: 100%;
        margin: 0 0 24px;
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
    }
}

@media (max-width: 1023px) {
    .batteries_faq .accordion {
        column-count: 1;
        column-gap: 0;
    }

    .batteries_faq .accordion .card {
        display: block;
        width: 100%;
        margin: 0 0 24px;
    }

    .batteries_faq .accordion .card:last-child {
        margin-bottom: 0;
    }
}

.notes.notes-chess {
    margin-top: 0px;
    width: 95%;
}

.notes.notes-chess .notes-title {
    font-size: 21px;
    margin-bottom: 24px;
}

.notes.notes-chess .notes-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.notes.notes-chess .note-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.notes.notes-chess .note-row-reverse {
    flex-direction: row-reverse;
}

.notes.notes-chess .note-content {
    width: calc(60% - 16px);
}

.notes.notes-chess .note-media {
    width: calc(40% - 16px);
}

.notes.notes-chess .note-item-title {
    font-size: 34px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 16px;
    color: #222929;
}

.notes.notes-chess .note-item-description {
    font-size: 20px;
    line-height: 140%;
    color: #222929;
    text-align: left;
}
.notes.notes-chess .note-item-description p {
    font-size: 15px;
    line-height: 130%;
    color: #222929;
}
/*
.notes.notes-chess .note-row:nth-last-child(2n) .note-item-title {
    text-align: right;
}
.notes.notes-chess .note-row:nth-last-child(2n) .note-item-description p {
    text-align: right;
}*/
.notes.notes-chess .note-media {
    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;
}

.notes.notes-chess .note-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    mix-blend-mode: multiply;
}

@media (max-width: 1023px) {
    .notes.notes-chess {
        margin-top: 0px;
        width: 100%;
    }
    .notes.notes-chess .note-row,
    .notes.notes-chess .note-row-reverse {
        flex-direction: column;
        gap: 20px;
    }

    .notes.notes-chess .note-content,
    .notes.notes-chess .note-media {
        width: 100%;
    }

    .notes.notes-chess .note-item-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
}
.sitemap_header {
    font-size: 24px;
    margin-bottom: 20px;
}
.customMadePopup {
    z-index: 9999;
    text-align: left;
}

.customMadePopup .modal-text-info {
    text-align: left;
    padding: 40px 24px;
    max-height: 400px;
    margin-bottom: 24px;
    overflow-y: scroll;
}
.customMadePopup .modal-text-info ul, .modal-text-info ol {
    margin-left: 0px;
    padding-left: 20px;
}
.customMadePopup .modal-text-info h4 {
    font-size: 24px;
    font-weight: 400;
}

/* Search start */
.search-popup-btn {
    position: relative;
    list-style: none;
}

.btry-header-search-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.search-open-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    transition: opacity .25s ease, visibility .25s ease;
    position: relative;
    z-index: 2;
}
.search-open-btn img {
    max-height: 26px;
}
.btry-header-search-wrap.search-active .search-open-btn {
    /*
    opacity: 0;
    visibility: hidden;
    pointer-events: none;*/
}

#search.btry-search-box {
    position: absolute;
    top: calc(50% + 2px);
    right: 0;
    transform: translateY(-50%) translateX(20px);
    width: min(48vw, 570px);
    max-width: calc(100vw - 220px);
    min-width: 280px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 20;
    transition: opacity .3s ease, visibility .3s ease, transform .35s ease;
}

#search.btry-search-box.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(-50%) translateX(0);
    margin-right: -2px;
}

#search.btry-search-box .btry-search-box__icon {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 3;
}

#search.btry-search-box .btry-search-box__input {
    height: 52px;
    padding: 0 96px 0 32px;
    border: 1px solid #FFF;
    border-radius: 30px !important;
    background: #FFF;
    box-shadow: none;
    font-size: 16px;
    line-height: 1.2;
    color: #222;
}

#search.btry-search-box .btry-search-box__input:focus {
    border-color: #FFF;
    box-shadow: none;
    outline: none;
    background: #FFF;
}

#search.btry-search-box .btry-search-box__input::placeholder {
    color: #c8c8c8;
    opacity: 1;
}

#search.btry-search-box .btry-search-box__actions {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 14px;
    width: auto;
    z-index: 3;
}

#search.btry-search-box .btry-search-box__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

#search.btry-search-box .btry-search-box__submit:hover,
#search.btry-search-box .btry-search-box__submit:focus {
    border: none;
    background: transparent;
    box-shadow: none;
    outline: none;
}

#search.btry-search-box .btry-search-box__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
}

#search.btry-search-box .btry-search-box__close:hover,
#search.btry-search-box .btry-search-box__close:focus {
    text-decoration: none;
    outline: none;
}

#search.btry-search-box .btry-search-box__submit img,
#search.btry-search-box .btry-search-box__close img,
#search.btry-search-box .btry-search-box__icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

#search.btry-search-box .input-group-btn:last-child > .btn,
#search.btry-search-box .input-group-btn:last-child > .btn-group {
    margin-left: 0;
}
@media (max-width: 1580px) {
    #search.btry-search-box {
        width: min(42vw, 520px);
        max-width: calc(100vw - 180px);
    }
}
@media (max-width: 1460px) {
    #search.btry-search-box {
        width: min(42vw, 480px);
        max-width: calc(100vw - 180px);
    }
}
@media (max-width: 1366px) {
    #search.btry-search-box {
        width: min(42vw, 480px);
        max-width: calc(100vw - 180px);
    }
    #search.btry-search-box .btry-search-box__input {
        height: 48px;
    }
}
@media (max-width: 1280px) {
    #search.btry-search-box {
        width: min(40vw, 440px);
        max-width: calc(100vw - 180px);
    }
}
@media (max-width: 1199px) {
    #search.btry-search-box {
        width: min(40vw, 480px);
        max-width: calc(100vw - 180px);
    }
}
@media (max-width: 1099px) {
    #search.btry-search-box {
        width: min(40vw, 480px);
        max-width: calc(100vw - 180px);
    }
    .btry-header-search-wrap {
        padding-top: 3px;
    }
}
@media (max-width: 1024px) {
    #search.btry-search-box {
        top: calc(50% + 3px);
    }

}

@media (max-width: 991px) {

    .header-right {
        position: static;
    }
    .btry-header-search-wrap {
        position: static;
    }
    .search-popup-btn {
        position: unset;
    }
    .btry-header-search-wrap {
        padding-top: 2px;
    }
    /*
    #search.btry-search-box {
        top: 16px;

        width: 100%;
    }

    #search.btry-search-box .btry-search-box__input {
        height: 48px;
        font-size: 15px;
        padding-left: 52px;
        padding-right: 96px;
    }

    #search.btry-search-box .btry-search-box__icon {
        left: 18px;
    }

    #search.btry-search-box .btry-search-box__actions {
        right: 16px;
        gap: 12px;
    }

        .search-popup-btn {
        position: static;
    }

    .btry-header-search-wrap {
        position: static;
    }

    #search.btry-search-box {
        top: 46px;
        left: 0;
        right: 0;
        width: calc(100vw - 32px);
        max-width: none;
        margin-left: 16px;
        margin-right: 16px;
        min-width: 0;
        transform: translateY(-10px);
    }

    #search.btry-search-box.is-open {
        transform: translateY(0) translateX(-50%);
    }

    #search.btry-search-box .btry-search-box__icon {
        left: 18px;
    }

    #search.btry-search-box .btry-search-box__input {
        height: 48px;
        padding: 0 92px 0 50px;
        border-radius: 26px !important;
        background: #ffffff;
        font-size: 18px;
    }

    */
    #search.btry-search-box.is-open {
        margin-right: 0;
    }
    #search.btry-search-box {
        position: absolute;
        top: 48px;
        left: 15px;
        right: 15px;
        width: auto;
        min-width: 0;
        max-width: none;
        transform: translateY(-10px);
        z-index: 999;
    }

    #search.btry-search-box.is-open {
        transform: translateY(0);
    }

    #search.btry-search-box .btry-search-box__icon {
        left: 18px;
    }

    #search.btry-search-box .btry-search-box__input {
        height: 48px;
        padding: 0 96px 0 32px;
        font-size: 16px;
        border-radius: 26px !important;
        background: #fff;
    }

    #search.btry-search-box .btry-search-box__input:focus {
        background: #fff;
    }

    #search.btry-search-box .btry-search-box__actions {
        right: 16px;
        gap: 16px;
    }
    /**/
}

@media (max-width: 767px) {
    #search.btry-search-box .btry-search-box__close {
        padding: 4px;
    }
    #search.btry-search-box {
        position: absolute;
        top: 51px;
        left: 15px;
        right: 15px;
        width: auto;
        min-width: 0;
        max-width: none;
        transform: translateY(-10px);
        z-index: 999;
    }

/*
    #search.btry-search-box .btry-search-box__input:focus {
        background: #ffffff;
    }

    #search.btry-search-box .btry-search-box__actions {
        right: 16px;
        gap: 10px;
    }

    #search.btry-search-box .btry-search-box__submit,
    #search.btry-search-box .btry-search-box__close {
        width: 22px;
        height: 22px;
    }*/
}
/* Search end */

/* Lang modal start */
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@400;500;600;700&display=swap');

.lang-modal,
.lang-modal * {
    box-sizing: border-box;
}

.lang-modal {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    font-family: 'Geologica', sans-serif;
}

.lang-modal__dialog {
    position: relative;
    width: 100%;
    max-width: 320px;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
    padding: 0px 20px 24px 20px;
    text-align: center;
}

.lang-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.lang-modal__close span {
    position: absolute;
    top: 15px;
    left: 8px;
    width: 16px;
    height: 2px;
    background: #9aa3ad;
    border-radius: 2px;
}

.lang-modal__close span:first-child {
    transform: rotate(45deg);
}

.lang-modal__close span:last-child {
    transform: rotate(-45deg);
}

.lang-modal__image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lang-modal__image img {
    display: block;
    width: 100%;
    max-width: 232px;
    height: auto;
}

.lang-modal__title {
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #222929;
}

.lang-modal__text {
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 300;
    color: #222929;
}

.lang-modal__actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
}

.lang-modal__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 136px;
    min-height: 38px;
    padding: 10px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 15px;
    line-height: 1;
    font-weight: 300;
    transition: all 0.2s ease;
}

.lang-modal__btn--light {
    background: #FFF;
    border: 1px solid #222929;
    color: #222929;
}

.lang-modal__btn--light:hover {
    background: #FFF;
    color: #222929;
    opacity: 0.6;
}

.lang-modal__btn--accent {
    background: #52CCC3;
    border: 1px solid #52CCC3;
    color: #ffffff;
}

.lang-modal__btn--accent:hover {
    background: #49bbbb;
    border-color: #49bbbb;
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .lang-modal {
        right: 16px;
        left: 16px;
        bottom: 16px;
    }

    .lang-modal__dialog {
        max-width: none;
        width: 100%;
    }

    .lang-modal__actions {
        flex-direction: column;
        gap: 12px;
    }

    .lang-modal__btn {
        width: 100%;
        min-width: 0;
    }
}
/* Lang modal end */

/* Search suggestion */
 
 
.search-wrapper .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 300px;
	padding: 16px 0 0;
	margin: 2px 0 0;
	font-size: 13px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	border: 0;
	border-radius: 8px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.search-wrapper .dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.search-wrapper .dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #f0f0f0;
}

.search-wrapper .dropdown-menu > li > a,
.search-wrapper .dropdown-menu li.disabled {
	display: block;
	padding: 0px 12px 0 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: unset;
	text-decoration: none;
	transition: background-color 0.2s ease;
	background-image: none !important;
}

.search-wrapper .dropdown-menu li.inline a {
	border-radius: 5px;
	padding: 6px 10px;
	margin-bottom: 5px;
	background-color: #f5f5f5;
	color: #333;
	transition: all 0.2s ease;
	border: 1px solid transparent;
	background-image: none !important;
}

.search-wrapper .dropdown-menu li.inline a:hover,
.search-wrapper .dropdown-menu li.inline a:focus {
	background-color: #fff !important;
	border-color: var(--search-accent-color);
	color: var(--search-accent-color) !important;
	background-image: none !important;
}

.search-wrapper .dropdown-menu li.more a {
	padding: 0;
	background-color: #FFF;
    border: 1px solid #222929;
	border-radius: 30px;
	color: #222922;
    height: 48px;
    line-height: 48px;
	transition: all 0.2s ease;
	background-image: none !important;
    margin: 0 17px;
}

.search-wrapper .dropdown-menu li.more a:hover {
	background-color: var(--search-accent-color) !important;
    border: 1px solid var(--search-accent-color);
    /*
	opacity: 0.85;
	transform: translateY(-1px);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);*/
	background-image: none !important;
	color: #fff !important;
}

.search-wrapper .dropdown-menu > li > a:hover,
.search-wrapper .dropdown-menu > li > a:focus {
	color: #222929 !important;
	text-decoration: none;
	background-color: #F2F2F2;
	background-image: none !important;
}

.search-wrapper .dropdown-menu > .active > a,
.search-wrapper .dropdown-menu > .active > a:hover,
.search-wrapper .dropdown-menu > .active > a:focus {
	color: #fff !important;
	text-decoration: none;
	background-color: var(--search-accent-color) !important;
	background-image: none !important;
	outline: 0;
}

.search-wrapper .dropdown-menu > .disabled > a,
.search-wrapper .dropdown-menu > .disabled > a:hover,
.search-wrapper .dropdown-menu > .disabled > a:focus {
	color: #999;
}

.search-wrapper .dropdown-menu > .disabled > a:hover,
.search-wrapper .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.search-wrapper .dropdown-menu { 
	max-width: 100%;
	overflow: hidden auto;
	max-height: 60vh;
    padding-bottom: 24px;
}

.search-wrapper .dropdown-menu::-webkit-scrollbar-track {
	background-color: transparent;
}

.search-wrapper .dropdown-menu::-webkit-scrollbar {
	width: 5px;
	background-color: #fff;
}

.search-wrapper .dropdown-menu::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}

.search-wrapper .dropdown-menu::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.25);
}

.search-wrapper .dropdown-menu li {
	list-style-image: none !important;
	clear: both;
}

.search-wrapper .dropdown-menu li:not(.disabled, .inline, .more) {
	border-bottom: 0px solid #f5f5f5;
}

.search-wrapper .dropdown-menu li:not(.disabled, .inline, .more):last-child {
	border-bottom: none;
}

.search-wrapper .dropdown-menu li.inline { 
	display: inline-block;
	margin-left: 5px;
	vertical-align: top;
}

.search-wrapper .dropdown-menu li.inline .search-suggestion{ 
	text-align: center;
}

.search-wrapper .dropdown-menu li .title {
	font-size: 1em;
	text-transform: none;
	line-height: normal;
	font-weight: 500;
	color: #333;
}

.search-wrapper .dropdown-menu li.disabled .title {
	width: fit-content;
	padding-bottom: 4px;
	border-bottom: 0;
	font-size: 1.3em;
	font-weight: 400;
	color: #333;
	margin-bottom: 8px;
}

.search-suggestion {
	overflow: hidden;
	width: 100%;
	display: flex;
	gap: 12px;
    align-items: center;
}
.search-suggestion img {
    mix-blend-mode: multiply;
}
.search-suggestion .center {
	flex-grow: 1;
	min-width: 0;
}

li:not(.inline, .more) .search-suggestion .center > div {
	margin-bottom: 0px;
}
li:not(.inline, .more) .search-suggestion .center > div.no_results {
    font-size: 1.2em;
    text-align: center;
    padding-top: 8px;
}

.search-suggestion .left, 
.search-suggestion .right {
	align-self: left;
	text-align: left;
}
.search-suggestion .right {
	min-width: 80px;
}

.search-suggestion .label {
	font-weight: normal;
	color: #999;
	padding-left: 0;
	padding-right: 5px;
	font-size: 0.9em;
}

.search-suggestion .image img {
	border-radius: 4px;
	transition: opacity 0.2s ease;
}

.search-suggestion .image img:hover {
	opacity: 0.85;
}

.search-suggestion .price-old {
	text-decoration: none;
	display: block;
	margin-right: 2px;
	color: #999;
	position: relative;
	font-weight: normal;
	font-size: 0.85em;
    text-decoration: line-through;
}

.search-suggestion .price-old:before {
	content: "";
	border-bottom: 1px solid #999;
	position: absolute;
	width: 100%;
	height: 50%;
	transform: rotate(-10deg);
    display: none;
}

.search-suggestion .price-new {
	display: block;
	color: #52CCC3;
	font-weight: 500;
	font-size: 1em;
}

.search-suggestion .price-base {
	color: #222;
	font-weight: 400;
	font-size: 1.2em;
}

.search-suggestion .more {
	line-height: 48px;
	text-align: center;
	font-size: 1.2em;
	color: #222929;
	font-weight: 400;
	border-radius: 5px;
	transition: all 0.2s ease;
}

.search-suggestion .more:hover {
    /*
	opacity: 0.85;
	transform: translateY(-1px);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);*/
}

.search-suggestion .out-stock .value {
	color: white;
	background-color: #ff2e2e;
	width: fit-content;
	padding: 2px 8px;
	border-radius: 3px;
	font-size: 0.85em;
	font-weight: 600;
}

.search-suggestion .in-stock .value {
	color: white;
	background-color: #00c853;
	width: fit-content;
	padding: 2px 8px;
	border-radius: 3px;
	font-size: 0.85em;
	font-weight: 600;
}

@media (max-width: 768px) {
	.search-wrapper .dropdown-menu {
		min-width: 280px;
		max-height: 70vh;
	}
	
	.search-suggestion {
		gap: 10px;
	}
}

/* Voice search button styles */
.search-wrapper {
  position: relative;
}
.search-wrapper.ss-voice-search-enabled input[type="text"] {
  padding-left:  30px !important;
}
.ss-voice-search-button {
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 5;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .ss-voice-search-button {
    /*top: 35px;
    left: 20px;*/
  }
}
.ss-voice-search-button svg {
  width: 22px;
  height: 22px;
  fill: #888;
}

.ss-voice-search-button:hover svg {
  fill: #333;
}

.ss-voice-search-button.ss-voice-active svg {
  fill: #d9534f;
}

.search-suggestion img {
    max-width: 80px;
    height: auto;
}
@media (max-width: 575px) {
    .search-suggestion img {
        max-width: 64px;
        height: auto;
    }
    .search-wrapper .dropdown-menu > li > a, .search-wrapper .dropdown-menu li.disabled {
        padding: 4px 12px;
    }
    .search-suggestion .price-base {
        font-size: 1.1em;
    }
    .search-suggestion .right {
        min-width: 70px;
    }
}
/* Search suggestion end */

/* Groups */
.product-groups {
    border: 0;
    padding: 12px 0 20px 0;
}
.product-groups .product-group .product-group-name {
    font-weight: 300;
    color: #222929;
}
.product-groups .product-group .product-group-products .product-group-product.current .group-text {
    border-radius: 0;
    border: 1px solid #222929;
    background: #222929;
    color: #FFF;
}
.product-groups .product-group .product-group-products .product-group-product.current .group-text:hover {
    border: 1px solid #222929;
}
.product-groups .product-group .product-group-products .product-group-product .group-text {
    border-radius: 0;
}
.product-groups .product-group .product-group-products .product-group-product .group-text:hover {
    border: 1px solid #52CCC3;
}
@media (max-width: 568px) {
    .product-groups .product-group .product-group-name {
        font-size: 13px;
    }
    .product-groups .product-group .product-group-products .product-group-product .group-text {
        margin-bottom: 0px;
    }
}
/* Groups end */

.form-request-error {
    border-bottom: 1px solid #FF2323 !important;
    /*box-shadow: inset 0 -2px 0 #d60000 !important;*/
}

.form-requests-message {
    display: none;
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 1.4;
}

.form-requests-message.error,
.form-requests-message.success {
    display: block;
}

.form-requests-message.error {
    color: #FF2323;
    font-size: 16px;
    margin-bottom: 40px;
}

.form-requests-message.success {
    color: #2D8E36;
    font-size: 18px;
    margin-bottom: 40px;
}

.form-requests-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
.form-hp {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
}
@media only screen and (max-width: 991px) {
    .form-requests-message {
        margin: 0 20px;
    }
}
.modal {
    z-index: 9999;
}

/* Stickers */
.product-stickers {
    position: absolute;
    left: 24px;
    top: 24px;

    z-index: 10;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 6px;
    pointer-events: none;
}
.product-stickers.product-detailed-sticker {
    right: 16px;
    left: unset;
    top: 0;
}
.product-sticker {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
    pointer-events: auto;
}

.product-sticker__text {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.product-sticker__tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    width: 230px;
    padding: 24px 14px 12px 14px;
    border-radius: 10px;
    background: transparent;
    color: #222222;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    white-space: normal;
    pointer-events: none;
}

.product-sticker__tooltip::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 18px;
    width: 12px;
    height: 12px;
    background: #ffffff;
    transform: rotate(45deg);
    z-index: 2;
}

.product-sticker:hover .product-sticker__tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.product-sticker__tooltip::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
    z-index: 1;
}

.product-sticker__tooltip-text {
    position: relative;
    z-index: 3;
    display: block;
    padding-top: 4px;
}

.product-sticker__tooltip-link {
    position: relative;
    z-index: 3;
    display: inline-block;
    margin-top: 10px;
    color: #222929;
    font-weight: 400;
    text-decoration: underline;
}
.product-sticker--has-tooltip {
    cursor: pointer;
}
@media (max-width: 767px) {
    .product-stickers {
        top: 8px;
        left: 8px;
        gap: 4px;
    }
    .product-stickers.product-detailed-sticker {
        right: unset;
        left: 16px;
        top: 0;
    }
    .product-sticker {
        height: 28px;
        padding: 0 12px;
        font-size: 12px;
    }

    .product-sticker__tooltip {
        display: none !important;
    }
    .product-sticker--has-tooltip {
        cursor: default;
    }
}
.product-sticker--svg {
    height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent !important;
    color: inherit;
}

.product-sticker__image {
    display: block;
    height: 32px;
    width: auto;
    max-width: 160px;
}

.product-sticker--svg.product-sticker--has-tooltip {
    cursor: pointer;
}

@media (max-width: 767px) {
    .product-sticker__image {
        height: 28px;
        max-width: 140px;
    }

    .product-sticker--svg.product-sticker--has-tooltip {
        cursor: default;
    }
}
/* Stickers end */
.required .opc-label::after {
    content: " *";
    color: #dc3545;
}


.product-group-info {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-left: 2px;
	vertical-align: middle;
}

.product-group-info > img {
	display: block;
	width: 16px;
	height: 16px;
	cursor: help;
}

.product-group-tooltip {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 8px);
	z-index: 20;
	width: max-content;
	max-width: 280px;
	padding: 8px 12px;
	border-radius: 6px;
	background: #181818;
	color: #fff;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 400;
	text-align: left;
	white-space: normal;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(-50%) translateY(4px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.product-group-info:hover .product-group-tooltip {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

.product-group-tooltip::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	border: 5px solid transparent;
	border-top-color: #181818;
	transform: translateX(-50%);
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background: #eee;
    color: #333;

}
.batteriesForm select {
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    height: 48px;
    border-radius: 8px;
    width: 100%;
    height: 52px;
    padding: 0 20px;
}
.batteriesForm select.disabled {
    color: #333;
}
.fast-order-additional-field {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
.fast-order-field-error {
    position: relative;
    z-index: 2;
    top: -17px;
    height: 0;
    padding: 0 12px;
    color: #d93025;
    font-size: 11px;
    line-height: 1.2;
    pointer-events: none;
    text-align: left;
}

.fast-order-input-error {
    border-color: #d93025 !important;
    padding-bottom: 15px;
}

.fast-order-field-error[hidden],
.fast-order-global-error[hidden] {
    display: none !important;
}

.fast-order-global-error {
    margin: 4px 0 10px;
    color: #d93025;
    font-size: 11px;
    line-height: 1.3;
}
.fast-order-success-message__text {
    padding: 80px 48px;
    font-size: 18px;
}
.category-sort-select {
    width: auto;
    min-width: 240px;
    float: right;
    margin-right: 8px;
}
.category-sort-select .select2-container--default .select2-selection--single {
    background: none;
    border: none;
}
@media (max-width: 1199px) {
    .category-sort-select {
        margin-right: 0px;
    }

}
@media (max-width: 767px) {
    .category-sort-select {
        width: 100%;
    }
    .category-sort-select .select2-container--default .select2-selection--single {
        background: #FFF;
        border: 1px solid #FFF;
    }
}
.goods .goods-prices.goods-with-pdv {
    margin-bottom: 8px;
}
.goods-price-info {
    display: flex;
    gap: 16px;
    flex-direction: row;
    margin-bottom: 24px;
}
.goods .goods-minimum {
    font-size: 12px;
    border-right: 1px solid #F2F2F2;
    padding-right: 16px;
}
.goods .goods-price-pdv {
    font-size: 12px;
}
.cart-title-qty {
    font-size: 12px;
}

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

}
@media only screen and (max-width:1540px) {
    .batteries_landing h1 {
        margin: 120px 40px 56px 40px;
    }
    .carousel {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega {
        margin-right: 15px;
        margin-left: 15px;
        max-width: 100%;
        width: unset;
    }
    header.header .mainmenunav ul.mainmenu.catalog-menu {
        margin-top: 2px;
    }
}
@media only screen and (max-width:1440px) {

    .batteries_todo_item {
        padding: 40px 24px;
    }
    .batteries_todo_item .batteries_todo_item_subheader {
        font-size: 28px;
        margin: 0 8px 16px 8px;;
    }
    .batteries_landing h1 {
        margin: 96px 0px 56px 0px;
    }
    .batteries_landing a.batteries_cta_btn {
        height: 52px;
        line-height: 52px;
        font-size: 16px;
    }
    .container {
        max-width: 1400px;
    }
    .contactTitle {
        font-size: 15px;
    }
    .contactInfo {
        font-size: 24px;
    }
    .contactItem {
        padding: 32px 28px;
    }
    .batteries_cta_btn.mb-320 {
        margin-bottom: 280px;
    }

}

@media only screen and (min-width:1200px) and (max-width:1366px) {

    .series-item .series-name {
        font-size: 18px;
    }
    .series-item .series-img {
        background: #FFF;
        width: 96px !important;
        height: 96px;
    }
    #checkout-form {
        padding: 32px;
    }
    .product .product-old-price {

    }
    header.header .mainmenunav ul.mainmenu.catalog-menu > li > a.catalog-menu-btn {
        font-size: 16px;
        padding: 0px 24px 0 60px;
        height: 48px;
        line-height: 48px;
        background: #f2f2f2 url(../svg/catalog_menu.svg) left 24px top 16px no-repeat;
        background-size: auto 14px;
        margin-top: 2px;

    }
    header.header .mainmenunav ul.mainmenu.catalog-menu > li > a {
        font-size: 14px;
    }
    header.header .mainmenunav ul.mainmenu {
        margin-top: 12px;
    }
}
@media only screen and (max-width:1366px) {
    .batteries_landing_benefits_box {
        padding: 48px 40px;
    }
    .batteries_landing_benefits_box h2 {
        font-size: 48px;
    }
    .batteries_todo h3 {
        font-size: 48px;
        margin: 0 20px 40px 20px;
    }
    .batteries_landing h1 {
        margin: 96px 0px 56px 0px;
        font-size: 48px;
    }
    .goods .goods-prices.fixed_goods_price .goods-price {
        font-size: 32px;
    }
    .goods .goods-prices.fixed_goods_price .goods-old-price {
        font-size: 20px;
    }
    .nav-tabs .nav-link.big-tabs {
        height: 48px;
        line-height: 48px;
        font-size: 16px;
        padding: 0 24px 0 64px !important;
        background-position: 28px center !important;
    }
    .nav-fill .nav-item {
        margin-right: 8px;
    }
    .goods-info {
        padding: 32px;
    }
    .goods .goods-buttons a.goods-cart-btn {
        padding: 0 48px;
        height: 48px;
        font-size: 16px;
        line-height: 48px;
    }
    .goods .goods-buttons a {
        padding: 0 24px;
        height: 48px;
        font-size: 16px;
        line-height: 48px;
    }
    .container {
        max-width: 1326px;
    }
    .header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li a span {
        font-size: 13px;
    }
    .cart-table tr {
        position: relative;
    }
    .header .mainmenunav ul.mainmenu > li > a.mainmenu-btn.mainmenu-btn-white span {
        display: none;
    }
    header.header .mainmenunav ul.mainmenu > li > ul.submenu.contacts-popup:before {
        left: unset;
        right: 88px;
    }
    /*
    .cart-table tr td.cart-table-remove {
        position: absolute;
        right: 0;
        top: 0;
        padding-right: 0;
        border: 0;
        z-index: 3;
        padding: 0;
    }
    .cart-table tr td.cart-table-img a {
        margin-left: 0;
    }*/ 
}
@media only screen and (max-width:1280px) {
    header.header .mainmenunav ul.mainmenu > li.lang-selector-btn .btn-group>.btn {
        font-size: 13px;
    }
    .owl-carousel .owl-stage-outer {
        overflow: hidden !important;
    }
    .blog-post .blog-post-content .blog-post-name {
        font-size: 22px;
    }
    .benefit-item .benefit-img {
        width: 80px;
        height: 80px ;
    }
    .benefit-item .benefit-img img {
        width: auto;
        height: 50%;
        margin: 0 auto;
    }
    .benefit-item .benefit-name {
        font-size: 20px;
    }
    .batteries_cta_btn.mb-320 {
        margin-bottom: 240px;
    }
    .batteries_landing a.batteries_cta_btn {
        height: 48px;
        line-height: 48px;
        font-size: 16px;
    }
    .nav-tabs .nav-link.big-tabs {
        height: 48px;
        line-height: 48px;
        font-size: 14px;
        padding: 0 20px 0 60px !important;
        background-position: 24px center !important;
        background-size: 20px auto !important;
    }
    .goods-info {
        padding: 24px;
    }
    div.goods-header {
        font-size: 28px;
    }
    .faq .accordion .card .card-header button.btn-link {
        font-size: 24px;
    }
    .card .card-header button::before {
        top: 36px;
    }
    .post-text-white {
        padding: 40px 56px;
        font-size: 18px;
    }
    .contactTitle {
        font-size: 15px;
    }
    .contactInfo {
        font-size: 22px;
    }
    .contactItem {
        padding: 32px 24px;
    }
    .subscribe {
        padding: 80px 0;
    }
    .subscribe .subscribeSubheader {
        font-size: 18px;
    }
    .subscribe .subscribeHeader {
        font-size: 36px;
    }
    .subscribe .subscribeText {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .series-item .series-name {
        font-size: 20px;
    }
    .series-item .series-img {
        background: #FFF;
        width: 80px !important;
        height: 80px;
    }
    .series-item .series-img img {
        width: 40px;
        height: auto;
        max-height: 40px;
    }
    header.header .mainmenunav ul.mainmenu > li > ul.submenu.contacts-popup:before {
        left: unset;
        right: 88px;
    }
    footer ul li a {
        font-size: 15px;
    }
    .phones p {
        font-size: 13px;
    }
    .categorys ul.categorys--menu li a span {
        font-size: 13px;
    }
    .not-found .not-found-404 {
        height: 220px;
    }
    .not-found .not-found-header {
        margin-top: 40px;
        font-size: 48px;
    }
    .container {
        max-width: 1240px;
    }
    .header .mainmenunav ul.mainmenu.catalog-menu > li > a {
        font-size: 10px;
    }
    .header .mainmenunav ul.mainmenu > li > a.mainmenu-btn.mainmenu-btn-white span {
        display: none;
    }
    header.header .mainmenunav ul.mainmenu.catalog-menu > li > a {
      font-size: 13px;
    }
    .slider .slider-content {
        width: 480px;
        /*
        padding: 24px 32px;
        right: 64px;
        bottom: 80px;*/
    }
    .slider .slider-content .slider-content-name {
        font-size: 32px;
    }
    .slider .slider-content .slider-content-text {
        font-size: 20px;
    }
}
@media only screen and (max-width:1199px) {
    header.header .mainmenunav ul.mainmenu > li.contacts-popup-btn > a {
        display: block;
    }
    .batteries_todo_item {
        border-bottom: 30px solid #F2F2F2;
    }
    .batteries_landing_benefits_box h2 {
        text-align: center;
        margin-bottom: 40px;
    }
    .batteries_cta_btn.mb-320 {
        margin-bottom: 240px;
    }
    .fixed_goods {
        height: 72px;
    }
    .fixed_goods_name {
        font-size: 15px;
    }
    .fixed_goods_img {
        width: 56px;
        height: 56px;
        padding: 0;
    }
    .goods .goods-prices.fixed_goods_price .goods-price {
        font-size: 24px;
    }
    .goods .goods-prices.fixed_goods_price .goods-old-price {
        font-size: 16px;
    }
    .goods .goods-buttons.fixed_goods_buttons button.goods-cart-btn {
        padding: 0 24px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
    .goods .goods-buttons.fixed_goods_buttons a.goods-fast-order-btn {
        padding: 0 16px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }
    .goods .goods-buttons a.goods-cart-btn {
        padding: 0 32px;
    }
    .goods .goods-buttons a {
        padding: 0 16px;
    }
    .tech_header {
        font-size: 28px;
        line-height: 120%;
    }
    .tech_text p {
        font-size: 15px;
    }

    .main h1 {
        margin-top: 8px;
    }
    .batteries_landing h1 {
        margin: 80px 0px 56px 0px;
        font-size: 40px;
    }
    .subcategoryHeader { 
        margin-top: 8px;
    }
    .main .breadcrumb {
        margin-bottom: 40px;
    }
    .contactTitle {
        font-size: 14px;
    }
    .contactInfo {
        font-size: 20px;
    }
    .contactItem {
        padding: 32px 20px;
    }
    header.header .mainmenunav ul.mainmenu.catalog-menu > li > a.catalog-menu-btn {
        font-size: 16px;
        padding: 0px 24px 0 64px;
        height: 48px;
        line-height: 48px;
        background: #f2f2f2 url(../svg/catalog_menu.svg) left 24px top 16px no-repeat;
        background-size: auto 14px;
        margin-top: 2px;
    }
    .header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega {
        padding-right: 0;
    }
    .header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li.start-menu-img {
        display: none;
    }
    #checkout-form {
        padding: 40px 32px;
    }
    ul.cart_steps li.cart_steps_item {
        padding: 16px 24px;
    }
    .catalog-sub-column {
        width: 25%;
        box-sizing: border-box;
        padding: 0px 12px 0 12px;
    }
    .reflect .catalog-sub-column {
        padding: 0px 12px 0 12px;
    }
    .not-found .not-found-404 {
        height: 200px;
    }
    .not-found .not-found-header {
        margin-top: 24px;
    }
    header.header .mainmenunav ul.mainmenu.icons-menu {
        margin-left: 0;
    }
    .about_text {
        padding: 40px 40px 40px 48px;
        background: #FFF;
    }
    .social a {
        margin-right: 32px;
    }
    .phones a {
        font-size: 20px;
    }
    .container {
        max-width:100%;
        width: 100%;
    }
    .search-content-wrap > .search-close {
        right: 5%;
    }
    header.header .mainmenunav ul.mainmenu.catalog-menu > li > a {
        font-size: 13px;
        line-height: 18px;
    }


    .header .mainmenunav ul.mainmenu.catalog-menu > li > a.catalog-menu-btn {
        /*margin-left: 40px;*/
    }
}
@media (max-width: 1199px) {
    .product {
        min-height: 340px;
        height: auto;
        max-height: none;
    }
    .catalog-sub-column {
        width: 33.33333333333%;
        box-sizing: border-box;
        padding: 0px 8px;
    }
    .blog-post .blog-post-content .blog-post-date {
        font-size: 13px;
        background-size: 15px auto;
        padding-left: 24px;
    }
    .blog-post .blog-post-content .blog-post-name {
        font-size: 20px;
    }
    .blog-post .blog-post-content .blog-post-text {
        font-size: 13px;
    }
    .column-20 {
      display: none;
    }
    .column-80 {
      flex: 1; 
      max-width: 100%;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .orders_item_product--btn {
        display: none;
    }
    footer ul li a {
        font-size: 14px;
    }

}

@media only screen and (min-width:992px) {

}
@media (max-width:1023px) {
    .product:hover {
        z-index: 1;
    }

    .product:hover .product_hover {
        position: relative !important;
        left: auto;
        top: auto;
        right: auto;
        z-index: 1;
        min-height: auto !important;
        height: auto;
        padding-bottom: 0;
        box-shadow: none;
    }

    .product:hover .product-params {
        display: none;
    }
    .header .mainmenunav ul.mainmenu.catalog-menu > li:not(.has-droupdown) {
        display: none;
    }
    .logo {
        height: 40px;
        width: auto;
    }

}

@media only screen and (max-width:991px) {
    .btn-load-pagination {
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        margin: 24px auto 8px auto;
    }
    .products-area {
        min-height: 400px;
    }
    .map .empty_map {
        height: 360px;
    }
    .batteries_todo_item {
        border-bottom: 16px solid #F2F2F2;
    }
    .batteries_landing_benefits_box h2 {
        font-size: 32px;
    }
    .batteries_todo h3 {
        font-size: 32px;
        margin: 0 20px 24px 20px;
    }
    .batteries_landing_benefits_box {
        padding: 40px 24px;
    }
    .benefit-item {
        flex-direction: column;
        text-align: center;
        padding: 40px 32px 40px 32px;
    }
    .benefit-item:nth-child(2n) {
        padding: 40px 32px 40px 32px;
    }
    .benefit-item .benefit-img {
        margin: 0 auto 20px auto;
    }
    .benefit-item .benefit-name {
        margin-left: 0;
    }
    .batteries_cta_btn.mb-320 {
        margin-bottom: 200px;
    }
    .batteries_landing {
        background: url(../images/batteries_bg2.jpg) center top 120px no-repeat;
        background-size: 125% auto;
    }
    .fixed_goods {
        height: 56px;
    }
    .fixed_goods_right {
        height: 56px;
        justify-content: space-between;
        width: 100%;
    }
    .fixed_goods_left {
        display: none;
    }
    .fixed_goods_info {
    }
    ul.goods-additional-info {
        margin-bottom: 16px;
        justify-content: space-between;
        padding-bottom: 16px;
    }
    ul.goods-additional-info li {
        font-size: 13px;
    }
    ul.goods-additional-info li.goods-prod-id {
        font-size: 13px;
    }
    .goods-info {
        padding: 20px;
    }
    .main .breadcrumb.goods-breadcrumb {
        margin: 4px 0 24px 0;
    }
    .post-text-white {
        position: relative;
        width: 100%;
    }
    .post-text-left:has(.post-text-white) { 
        margin-bottom: 0;
    }
    .post .post-text {
        width: 100%;
    }
    .post h2 {
        line-height: 120%;
        font-size: 28px;
    }
    .post h3 {
        line-height: 120%;
        font-size: 22px;
    }
    .post h4 {
        line-height: 120%;
        font-size: 18px;
    }
    .main .subcategoryHeader {
        font-size: 40px;
        margin-top: 0;
    }
    .product .product-info {
        margin: 0 16px;
    }
    .contacts-area {
        justify-content: space-between;
    }
    .contactTitle {
        font-size: 14px;
    }
    .contactInfo {
        font-size: 20px;
    }
    .contactItem {
        padding: 24px 20px;
    }
    .subscribe .subscribeSubheader {
        font-size: 18px;
    }
    .subscribe .subscribeHeader {
        font-size: 36px;
    }
    .subscribe .subscribeText {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .subscribeLeft {
        margin: 0 20px;
    }
    .subscribeRight {
        margin: 0 20px;
    }
    .footerRedialSend {
        margin:40px 0 0 20px;
    }
    .checkout-img img {
        height: 108px;
        width: auto;
        margin-top: 24px;
    }
    .checkout-thanks-text {
        font-size: 16px;
        margin-bottom: 32px;
    }
    a.checkout-thanks-btn {
        margin-bottom: 40px;
    }
    .ps-product--detail .ps-product__title {
        font-size: 24px;
    }
    .main .breadcrumb {
        margin-bottom: 32px;
    }
    #checkout-form {
        padding: 32px 24px;
    }
    .profile h4 {
        font-size: 24px;
        margin-bottom: 32px;
    }
    header.header .mainmenunav ul.mainmenu > li > ul.submenu.lang-selector-menu {
        top: 44px;
        padding: 16px 16px 8px 16px;
        width: 88px;
        min-width: 88px;
    }
    header.header .mainmenunav ul.mainmenu > li > ul.submenu.info-menu {
        min-width: 320px;
        padding: 32px 40px 28px 40px;
        top: 44px;
        left: -147px;
    }
    header.header .mainmenunav ul.mainmenu > li > ul.submenu.info-menu:before {
        top: -6px;
        right: 150px;
    }
    header.header .mainmenunav ul.mainmenu > li > ul.submenu.contacts-popup {
        top: 44px;
        left: -147px;
        margin: 0;
        min-width: 320px;
        padding: 32px 24px 24px 32px;

    }
    header.header .mainmenunav ul.mainmenu > li > ul.submenu.contacts-popup:before {
        top: -6px;
        right: 153px;
        left: unset;
    }

    header.header .mainmenunav ul.mainmenu > li.contacts-popup-btn {
        padding: 0;
    }
    header.header .mainmenunav ul.mainmenu > li.info-selector-btn {
        padding-bottom: 17px;
        padding-left: 0px;
    }
    header.header .mainmenunav ul.mainmenu.icons-menu {
        margin-top: 4px;
        margin-left: 8px !important;
    }
    .header-logo img {
        max-height: 32px;
    }
    .address {
        font-size: 15px;
    }
    .goods-product-status {
        left: 16px;
        top: 20px;
        right: unset;
    }
    .goods-area .ps-product__thumbnail figure {
        width: 100%;
        max-width: 100%;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .goods-area .ps-product__thumbnail .ps-product__variants {
        position: absolute;
        right: 16px;
        top: 20px;
        max-width: 48px;
        min-width: 48px;
        display: none;
    }
    .goods-area .ps-product__thumbnail {
        flex-direction: column;
    }

    .categorys ul.categorys--menu li {
        width: 25%;
    }
    ul.cart_steps li.cart_steps_item strong {
        display: none;
    }
    ul.cart_steps li.cart_steps_item span {
        margin-right: 0;
    }
    .catalog-sub-column {
        width: 33.33333333333%;
        box-sizing: border-box;
        padding: 0px 8px;
    }
    .reflect .catalog-sub-column {
        padding: 0px 8px;
    }
    .not-found {
        padding: 64px 0;
    }
    .not-found .not-found-404 {
        height: 120px;
        text-align: center;
    }
    .not-found .not-found-404 img {
        height: 120px;
    }
    .not-found .not-found-header {
        margin-top: 8px;
        text-align: center;
    }
    .not-found .not-found-text {
        text-align: center;  
    }
    .not-found-btn {

    }
    .cart-table-count button.up {
        width: 32px;
        max-width: 32px;
        overflow: hidden;
        padding: 0;
        right: 0;
        height: 40px;
    }
    .cart-table-count button.down {
        width: 32px;
        max-width: 32px;
        overflow: hidden;
        padding: 0;
        left: 0;
        height: 40px;
    }
    .slider .slider-content {
        width: 360px;
        left: 96px;
        /*
        padding: 0;
        right: 48px;
        bottom: 80px;*/
    }
    
    .slider .slider-content .slider-content-name {
        font-size: 28px;
    }
    .slider .slider-content .slider-content-text {
        font-size: 18px;
    }
    .main {
        margin-top: 148px;
    }
    .about_text h1 {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .about_text h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .about_text h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .about_text p {
        font-size: 14px;
    }
    .about_text ul li {
        font-size: 14px;
    }
    .about_text {
        padding: 40px;
        background: #FFF;
    }


    .carousel {
        padding-left: 0;
        padding-right: 0;
    }
    .orders_item_product--name {
        width: 35%;
    }
    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
    header.header {
        height: 64px;
    }
    header.header .main-header {
        margin: 16px 0 0 0;
    }
    /*
    header.header .main-header {
        margin: 24px 0 -16px 0;
    }

    .slider {
        margin-top: 135px;
    }
    .main {
        margin-top: 135px;
    }*/
    footer ul li a {
        font-size: 14px;
    }
    /*
    .header .mainmenunav {
        display: none;
    }*/
    .top-line-signin span {
        display: none;
    }
    .top-line-profile span {
        display: none;
    }
    .top-line .top-line-cart {
        display: none;
    }
    a.header-mobile-menu-button {
       /* left: 26px;*/
        display: inline-block;
    }
    a.header-mobile-cart-button {
        right: 30px;
        display: block;
    }
    .subheader {
        font-size: 30px;
        line-height: 110%;
        letter-spacing: -0.5px;
    }
    .subheader-text {
        font-size: 16px;
    }
    /*
    a.items-carousel__prev {
        margin-top: 7px;
    }
    .items-carousel__next {
        margin-top: 7px;
    }*/
    .product .product-price {
        font-size: 20px;
    }
    .product a.product-cart-btn {
        /*padding: 0 10px;*/
    }
    .ps-product--detail .ps-product__thumbnail[data-vertical='false'] {
        display: none;
    }
    .modal-content {

    }
    .ps-product--detail .ps-product__header .ps-product__info {
        max-width: 100%;
        text-align: center;
        padding-left: 0;
    }
    .ps-product--detail .ps-product__title {
        width: 100%;
    }
    .ps-product--detail .ps-product__name {
        width: 100%;
        padding: 0 10%;
    }
    .ps-product--quickview .ps-product__shopping {
        width: 100%;
        padding: 0 10%;
    }
    a.cart-popup-btn {
        height: 48px;
        line-height: 48px;
    }
    .redialSend {
        height: 48px;
        line-height: 48px;
    }
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .blog-post {
        min-height: 456px;
    }
    .cart-table tr td:nth-child(3) {
        /*display: none;*/
    }
    .main h1 {
        font-size: 40px;
        line-height: 100%;
        margin-bottom: 0px;
        margin-top: 0px;
        font-weight: 400;
    }
    .batteries_landing h1 {
        margin: 80px 20px 56px 20px;
        font-size: 40px;
    }
    .subcategoryHeader {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px;
        margin-top: 0px;
    }
}

@media only screen and (max-width:767px) {
    .product_hover {
        border-radius: 8px;
    }

    .product .product-info {
        margin: 0 16px;
    }
    .ps-product__gallery .video-frame-wrap {
        padding-bottom: 100%;
    }
    .map .empty_map {
        height: 320px;
    }
    .blog-post {
        min-height: 408px;
    }
    .batteries_faq .accordion .card {
        padding: 24px 24px 16px 24px;
    }
    .batteries_faq .accordion .card .card-header button.btn-link {
        font-size: 18px;
    }
    .batteries_faq .card-body {
        padding: 0 !important;
    }
    .batteries_faq .card .card-header button::before {
        top: 24px;
    }
    .batteries_faq h3 {
        font-size: 28px;
    }
    .batteries_cta_btn.mb-320 {
        margin-bottom: 180px;
    }
    .batteries_todo .batteries_todo_desc {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .batteries_landing a.batteries_cta_btn.mb-60 {
        margin-bottom: 56px !important;
    }
    .batteries_landing {
        background: url(../images/batteries_bg2.jpg) center top 120px no-repeat;
        background-size: 125% auto;
    }
    .goods .goods-buttons.fixed_goods_buttons {
        flex-direction: row;
        justify-content: flex-end;
        width: auto;
    }
    .goods .goods-buttons.fixed_goods_buttons button.goods-cart-btn {
        width: auto;
        padding: 0 24px;
        font-size: 13px;
    }
    .goods .goods-prices.fixed_goods_price .goods-price {
        margin: 0;
    }
    .goods .goods-buttons.fixed_goods_buttons button.goods-fast-order-btn {
        width: auto;
        padding: 0 16px;
    }
    .faq .accordion .card .card-header button.btn-link {
        gap: 24px;
        font-size: 20px;
    }
    .faq .accordion .card .card-header button.btn-link span {
        font-size: 13px;
    }
    .card-body {
        padding: 0 40px !important;
    }
    .tech_header {
        font-size: 24px;
        margin: 40px 0 0 0;
    }
    .post-text-white {
        padding: 32px 32px;
        font-size: 16px;
    }
    .about_text {
        padding: 32px 24px;
    }
    .main .breadcrumb {
        margin-bottom: 24px;
    }
    .product a.product-name {
        margin-bottom: 12px;
    }
    .product .product-price {
    
    }
    .product .product-cart-btn {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
    .product .out-of-stock {
        font-size: 11px;
        height: 40px;
        line-height: 40px;
    }
    .product .product-preorder-btn {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
    .subheader span {
        display: none;
    } 
    .not-found-btn {
        height: 48px;
        line-height: 48px;
    }
    .not-found .not-found-header {
        font-size: 36px;
        line-height: 1.1;
    }
    .not-found .not-found-text {
        font-size: 18px;
    }
    .contacts iframe {
        height: 0px;
    }
    .contacts-area {
        padding: 16px 0 24px 0;
    }
    .contactItem {
        padding: 24px 20px 8px 20px;
    }
    .series .row {
        padding: 40px 0 0 0;
    }
    .slider .slider-content {
        width: 72%;
        padding: 0;
        left: 14%;
        bottom: unset;
        right: 0;
        top: 30%;
        text-align: center;
    }
    .header-logo img {
        max-height: 32px;
    }
    header.header .mainmenunav ul.mainmenu > li > a.header-cart-status.top-line-cart.cart-active span {
        width: 20px;
        height: 20px;
        line-height: 22px !important;
        font-size: 11px;
    }
    header.header .mainmenunav ul.mainmenu > li.info-selector-btn {
        padding-bottom: 19px;
        padding-left: 0px;
    }
    header.header .mainmenunav ul.mainmenu > li a.search-open-btn img,
    header.header .mainmenunav ul.mainmenu > li a.info-menu-btn img,
    header.header .mainmenunav ul.mainmenu > li.contacts-popup-btn a img,
    header.header .mainmenunav ul.mainmenu > li a.header-cart-status img {
        height: 22px;
    }

    #reviewPopup .modal-dialog {
        max-width: 352px;
    }
    #reviewPopup .modal-content {
        padding: 32px 24px 0px 24px;
    }
    #reviewPopup .reviewIcon {
        width: 48px;
        height: 48px;
        margin-right: 16px;
    }
    #reviewPopup .modal-header .modal-title span {
        font-size: 24px;
    
    }
    .series-header {
        margin-bottom: 8px;
        margin-top: 0;
    }
    .series-item {
        padding: 20px;
    }
    .reviews-summary {
        padding-bottom: 20px;
        margin: 0 0 8px 0;
    }
    .reviews-item {
        padding: 24px 16px 8px 16px;
        margin: 0 0px 8px 0px;
    }
    .reviews-item-header div.reviews-item--name {
        margin-right: 16px;
        font-size: 15px;
    }
    .nav-tabs .nav-link.small-tabs {
        padding: 8px 8px 8px 30px;
        margin: 0 4px 0 0;
    }
    .goods .goods-description {
        padding: 20px 20px 8px 20px;
    }
    ul.goods-additional-info {
        margin-bottom: 16px;
        justify-content: space-between;
        padding-bottom: 16px;
    }
    ul.goods-additional-info li {
        font-size: 13px;
    }
    ul.goods-additional-info li.goods-prod-id {
        font-size: 13px;
    }
    .goods .goods-buttons {
        width: 100%;
        padding: 0 0 0px 0;
        display: flex;
        flex-direction: column;
    }
    .goods .goods-buttons a.goods-cart-btn {
        font-size: 16px;
        width: 100%;
    }
    .goods .goods-buttons a.goods-cart-btn:hover {

    }
    .goods .goods-buttons a {
        width: 100%;
        padding: auto;
        text-align: center;
    }
    a.goods-fast-order-btn {
        font-size: 12px;
        padding: 0 16px;
        float: left;
    }
    /*
    .goods-area .ps-product__thumbnail {
        padding: 20px 0 0 0;
    }
    .ps-product__thumbnail.mb-20 {
        margin-bottom: 8px;
    }*/
    .goods-tabs {

    }
    .video-detailed {
        margin: 8px 0 16px 0;
    }
    .goods-info {
        padding: 20px;
    }
    .categorys ul.categorys--menu li a img {
        width: 104px;
    }
    .categorys ul.categorys--menu li {
        width: 33.3333333333333%;
    }
    ul.cart_steps {
        margin-bottom: 24px;
    }
    .checkout-thanks-header {
        font-size: 28px;
    }
    header.header .mainmenunav ul.mainmenu > li.contacts-popup-btn {
        padding: 0;
    }
    .mb-60 {
        margin-bottom: 30px;
    }
    ul.cart_steps li.cart_steps_item {
        padding: 0px 24px;
        height: 64px;
    }
    ul.cart_steps li.cart_steps_line {
        height: 64px;
        min-width: 48px;
    }
    ul.cart_steps li.cart_steps_item span {
        font-size: 32px;
        line-height: 64px;
    }
    .contacts-right {
        padding: 40px 24px;
    }
    .contacts-right .phones {
        margin-left: 0px;
    }
    .contacts-right .social {
        margin-left: 0px;
    }
    .items-carousel__navigation {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        vertical-align: middle;
        margin-bottom: 32px;
    }
    .catalog-sub-column {
        width: 50%;
        padding: 0 8px;
    }
    .reflect .catalog-sub-column {
        padding: 0px 1px 0 0;
    }
    .catalog-sub-column:nth-child(2n) {
        width: 50%;
        box-sizing: border-box;
        padding: 0px 0 0 1px;
    }
    .reflect .catalog-sub-column:nth-child(2n) {
        padding: 0px 0 0 1px;
    }
    .product {
        padding-bottom: 16px;
        margin-bottom: 2px;
        border-radius: 8px;
        min-height: auto;
        height: auto;
        max-height: none;
    }
    a.items-carousel__prev {
        width: 28px;
        height: 28px;
        margin: 0;
    }
    a.items-carousel__next {
        width: 28px;
        height: 28px;
        margin: 0;
    }
    .mb-50 {
        margin-bottom: 24px;
    }
    .blog-post {
        border-bottom: 16px solid #F2F2F2;
    }
    .blog-post-content {
        top: 216px;
        left: 20px;
        margin-right: 0;
        -webkit-transition: unset;
        -moz-transition: unset;
        -o-transition: unset;
        -ms-transition: unset;
        transition: unset;
    }
    .blog-post .blog-post-link {
        transition: unset;
    }
    .blog-post .blog-post-content .blog-post-date {
        font-size: 13px;
        margin-bottom: 8px;
    }
    .blog-post .blog-post-content .blog-post-name {

    }
    .blog-post:hover .blog-post-content {
        top: 216px;
    }
    .blog-post .blog-post-content a.blog-post-btn {
        display: none;
    }
    .blog-post:hover .blog-post-content a.blog-post-btn {
        display: none;
        opacity: 1;
    }

    .main .breadcrumb .breadcrumb-item:nth-last-child(1) {
        background: linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
        -webkit-background-clip: text;
        /*color: transparent;*/
    }
    .breadcrumb-item a span {
        display: none;
    }
    footer ul {
        margin-left: 20px;
    }
    .footer_logo {
        margin-left: 24px;
    }
    .footer_logo img {
        height: 56px;
        width: auto;
        margin: 0;
    }
    .phones {
        margin-left: 20px;
    }
    .social {
        margin-left: 20px;
    }
    li .social {
        margin-left: 0;
    }
    .sidebar-cart-active .sidebar-cart-all .cart-content .cart-total div {
        font-weight: 300;
        font-size: 16px;
        text-align: left;
    }
    .sidebar-cart-active .sidebar-cart-all .cart-content .cart-total div span {
        font-size: 20px;
    }
    .sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a.cart-checkout-style {
        font-size: 15px;
        padding: 0 16px;
        background: #FFF;
    }.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a.cart-checkout-style:hover {
        background: #FFF;
    }
    .sidebar-cart-active .sidebar-cart-all .cart-content .cart-total {
        margin: 8px 0 32px;
    }
    .sidebar-cart-active .sidebar-cart-all .cart-content > h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .sidebar-cart-active .sidebar-cart-all .cart-content > .cart-status-header {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .sidebar-cart-active .sidebar-cart-all .cart-content ul li {
        padding-bottom: 16px;
        margin-bottom: 20px;
    }
    .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title {
        margin-left: 8px;

    }
    .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title span {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
    }

    .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title h4 a {
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
    }
    .search-content-wrap .search-content p {
        font-size: 16px;
        font-weight: 500;
    }
    header.header .mainmenunav ul.mainmenu > li.lang-selector-btn span {
        padding: 0;
    }
    header.header .mainmenunav ul.mainmenu > li.lang-selector-btn a {
        font-size: 14px;
        font-weight: 300;
    }
    .orders_item_product--btn {
        display: none;
    }
    ul.anchor_list li a {
        padding: 0 12px;
        font-size: 13px;
        margin: 0 4px 4px 0;
        height: 28px;
        line-height: 28px;
    }
    .goods .goods-price {
        margin: 0 0 8px 0;
    }
    /*
    .tab-content>.tab-pane {
        padding: 20px 0;
    }*/
    
    .tab-content>.tab-pane ul {
        margin: 0;
        padding-top: 0;
        padding: 0 0px 0 8px;
    }
    .goods-description.mb-40 {
        margin-bottom: 24px;
    }
    .nav-tabs {
        margin-bottom: 0px;
    }
  
    .nav-tabs .nav-link.big-tabs.tab-description {
        
    }
    .tab-content>.tab-pane ul li {
        font-size: 14px;
        line-height: 20px;
    }
    .tab-content>.tab-pane p {
        font-size: 14px;
        line-height: 20px;
    }
    /*
    .nav-tabs .nav-link {
        width: 100%;
        padding: 0.5rem 1rem;
        font-size: 14px;
    }*/
    .product .product-old-price {
        font-size: 15px;
    }
    
    .product .product-status {
        font-size: 11px;
        padding: 0 12px 0 12px;
        height: 24px;
        line-height: 24px;
        left: 12px;
        top: 12px;
    }
    .product a.product-img {
        padding: 8px 8px 0 8px;
        margin-bottom: 0;
    }
    /*
    .owl-item .product a.product-img {
        padding: 0px 32px;
        margin: 0;
    }
    .owl-item .product .product-info {
        padding: 0px 24px;
    }
    .owl-item .product a.product-name {
        font-size: 15px;
    }*/
    .brands-select .select2-container {
        width: 100% !important;
    }

    .sort-select .select2-container {
        width: 100% !important;
    }
    .reg_header {
        padding: 4rem 0;
    }
    .promoCodeCheckout input[type=text] {
        width: 56%;
    }
    .promoCodeCheckout input[type=button] {
        width: 42%;
    }
    .cart-table-sum {
        float: none;
        text-align: left;
    }

    .main h1 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 16px;
        margin-top: 0px;
    }
    .batteries_landing h1 {
        margin: 80px 20px 40px 20px;
        font-size: 32px;
        letter-spacing: -1px;
        font-weight: 300;
    }
    .main .subcategoryHeader {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .post h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .mb-160 {
        margin-bottom: 80px;
    }
    .mb-120 {
        margin-bottom: 60px;
    }
    .mb-80 {
        margin-bottom: 40px;
    }
    header.header .mainmenunav ul.mainmenu.icons-menu {
        margin-left: 0;
    }
    .product .product-info {
        margin: 0 16px;
    }
    .product a.product-name {
        font-size: 15px;
        line-height: 120%; 
        min-height: 40px;
    }
    .brands .row {
        padding: 20px 0;
    }
    .offer_item {
        margin-bottom: 30px;
    }
    .offer_item a span {
        font-size: 13px;
        line-height: 18px;
        left: 20px;
        bottom: 24px;
    }
    .footer-subheader {
        margin: 40px 0 20px 0;
    }
    .social a:nth-last-child(1) {
        margin-right: 0;
    }
    .address {
        margin: 40px 0 40px 20px;
    }
    /*
    a.footer_logo {
        height: auto;
        width: 50%;
        display: block;
        margin: 10px auto 50px  auto;
    }*/
    .teaser {
        margin: 0px auto;
    }
    .first_header {
        font-size: 24px;
        line-height: 30px;
    }
    .first_text {
        font-size: 18px;
        width: 90%;
    }
    .search-content-wrap .search-content .search-form input {
        font-size: 16px;
        padding: 16px 24px 16px 24px;
    }
    .search-content-wrap .search-content .search-form .button-search {
        width: 28px;
        height: 28px;
        background-size: 28px 28px;
        top: 15px;
    }
    .search-content-wrap > .search-close {
        width: 22px;
        height: 22px;
        background-size: 22px 22px;
    }
    .modal-dialog {
        width: auto;
        margin: 1rem auto; 
    }
    .cart-table tr td.cart-table-name {
       /* display: none;*/
       width: 64%;
    }

    .copyright {
        margin: 8px 0 8px 20px;
    }
}
@media only screen and (min-width:575px) and (max-width:991px) {
    .slider {
        padding-top: 0px;
        margin-top: 64px;
    }
}
@media only screen and (max-width:575px) {
    .catalog-sub-column {
        width: 50%;
        padding: 0 6px;
    }

    .product .product-info {
        margin: 0 12px;
    }

    .product {
        min-height: auto;
        height: auto;
        max-height: none;
    }

    .product .product-params {
        margin: 20px 12px 0 12px;
    }
    .benefit-item .benefit-img {
        width: 64px;
        height: 64px;
    }
    .batteries_landing_benefits_box {
        padding: 40px 0 24px 0px;
    }
    .benefit-item .benefit-name {
        font-size: 16px;
    }
    .benefit-item:nth-child(2n) {
        padding: 24px 16px 24px 16px;
    }
    .benefit-item{
        padding: 24px 16px 24px 16px;
    }
    .batteries_cta_btn.mb-320 {
        margin-bottom: 180px;
    }
    .batteries_landing {
        background: url(../images/batteries_bg2.jpg) center top 200px no-repeat;
        background-size: 165% auto;
    }
    .goods .goods-buttons.fixed_goods_buttons a.goods-fast-order-btn {
        display: none;
    }
    ul.goods-description-deliverys li {
        font-size: 13px;
    }
    .nav-tabs .nav-link.big-tabs {
        width: 100%;
        margin: 0 0 4px 0;
        font-size: 15px;
    }
    .product .product-info {
        margin: 0 12px;
    }
    .product .product-old-price {
        font-size: 16px;
    }

    .product .product-price {
        font-size: 18px;
    }
    .product a.product-cart-btn {
        height: 36px;
        line-height: 36px;
        font-size: 13px;
        padding: 0 20px;
        background-size: 18px auto;
    }
    .product a.product-preorder-btn {
        height: 36px;
        line-height: 36px;
        font-size: 13px;
        padding: 0 20px;
        background-size: 18px auto;
        background: none;
        text-align: center;
    }
    .product a.product-preorder-btn:hover {
        background: none;
    }
    .product a.product-name {
        font-size: 13px;
        height: 44px;
        overflow: hidden;
        line-height: 120%; 
    }
    .series-item {
        flex-direction: column;
        padding: 0 20px;
    }
    .series-item .series-name {
        font-size: 16px;
        text-align: center;
        width: 100%;
        margin: 16px 0;
    }
    .series-item .series-img {
        background: unset;
        width: auto;
        height: 48px;
        border-radius: 0;
        margin: 0 auto;
    }
    .series-item .series-img img {
        width: 48px;
        height: auto;
        max-height: 48px;
    }
    .main h1 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 12px;
        margin-top: 40px;
    }
    .batteries_landing h1 {
        margin: 56px 0px 40px 0px;
        font-size: 28px;
    }
    .main .subcategoryHeader {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 12px;
        margin-top: 40px !important;
    }
    .main .breadcrumb { 
        margin-top: 0;
    }
    .phones a {
        font-size: 28px;
        font-weight: 300;
    }
    .main {
        margin-top: 108px;
    }
    .categorys ul.categorys--menu li {
        width: 50%;
    }
    .js-example-basic-single {
        width: 100% !important;
    }
    .pr-8 {
        padding-right: 8px !important;
    }
    .pl-8 {
        padding-left: 8px !important;
    }
    .cart-table tr td {
        border: none;
    }
    .modal-dialog.modal-sm {
        max-width: 352px;
    }
    .modal-dialog.modal-lg {
        max-width: 352px;
    }
    #batteriesPopup .modal-dialog {
        max-width: 352px;
    }
    .slider .slider-content {
        width: 72%;
        padding: 0;
        left: 14%;
        bottom: unset;
        right: 0;
        top: 30%;
        text-align: center;

    }
    .slider .slider-content .slider-content-name {
        line-height: 110%;
        font-size: 28px;
        margin-bottom: 16px;
        /*text-shadow:1px 1px 16px rgba(0, 0, 0, 0.5);*/
    }
    .slider .slider-content .slider-content-text {
        font-size: 14px;
        margin-bottom: 16px;
        font-weight: 500;
    }
    .slider .slider-content a.slider-content-btn {
        font-size: 13px;
    }
    /*
    .blog {
        padding-right: 8px;
        padding-left: 8px; 
    }
    .blog .col-6 {
        padding-right: 8px;
        padding-left: 8px;
    }
    .blog-post {
        border-bottom: 16px solid #F2F2F2;
    }



    /*
    header.header .mainmenunav ul.mainmenu > li > ul.submenu.contacts-popup {
        right: 0;
        margin: 0 -196px 0 0px;
        min-width: 320px;
        padding: 32px 24px 16px 32px;
        top: 48px;
    }
    header.header .mainmenunav ul.mainmenu > li > ul.submenu.contacts-popup:before {
        left: 102px;
    }*/
    header.header {
        height: 64px;
    }
    header.header .main-header {
        margin: 16px 0 0 0;
    }
    .mainmenunav {
        margin: 4px 0 0 16px;
    }
    header.header .mainmenunav ul.mainmenu > li.lang-selector-btn a {
        height: 24px;
        line-height: 24px;
        font-size: 15px;
        font-weight: 400;
    }
    header.header .mainmenunav ul.mainmenu > li {
        margin: 0;
    }
    .header .col-4 {
        padding-right: 0;
        padding-left: 0;
    }
    .header .col-8 {
        padding-right: 0;
        padding-left: 0;
    }
    .orders_item_product--price {
        display: none;
    }
    .orders_item_product--qty {
        display: none;
    }
    .orders_item_product--cost {
        display: none;
    }
    .orders_item_product--name {
        width: 72%;
        margin-right: 0;
    }
    ul.profile_menu li a {
        font-size: 14px;
        height: 28px;
        line-height: 28px;
    }
    .slider {
        margin-top: 64px;
    }
    #mobile-header-logo {
        display: block;
        margin: 0;
    }
    #header-logo {
        display: none;
    }
    header.header .mainmenunav ul.mainmenu > li > a {
        height: 28px;
    }
    .mobile-lang-selector {
        display: none;
    }
    .contacts-popup-btn {
       
    }
    .info-selector-btn {
        /* display: none;*/
    }
    .lang-selector-btn {
        display: block;
    }
    .header .mainmenunav ul.mainmenu.icons-menu {
        margin: 4px 0 0 0;
    }
    .slider .carousel-item {
        
    }
    .slider .carousel-item img {

    }
    /*
    a.footer_logo {
        height: auto;
        width: 70%;
        display: block;
        margin: 10px auto 0px  auto;
    }*/
    .top-line a.top-line-phone {
        display: none;
        padding-left: 0;
        background: none;
        margin-left: 10px;
    }

    .top-line a.messengers_icon {
        margin-left: 24px;
    }
    .top-line a.top-line-phone span {
    }
    .top-line a.top-line-wishlist {
        margin-left: 10px;
    }
    .top-line a.top-line-signin {
        margin-left: 10px;
    }
    .top-line a.top-line-profile {
        margin-left: 10px;
    }
    .top-line a.top-line-search {
        margin-left: 10px;
    }
    .top-line a {
        padding: 0;
    }
    a.header-mobile-menu-button {
       /* left: 16px;*/
    }
    a.header-mobile-cart-button {
        right: 24px;
    }
    .cart-table tr td.cart-table-img a {
        width: 100%;
        margin: 0;
    }
    .mb-60.profile {
        margin-bottom: 16px;
    }
    #checkout-form {
        padding: 24px 24px 8px 24px;
    }
    .checkout-product-list {
        padding: 24px 24px 40px 24px;
    }
    .cart-table {
        margin: 0;
    }
    .cart-table tr {
        position: relative;
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
        padding-bottom: 20px;
        border-bottom: 1px solid #F5F5F5;
        margin-bottom: 20px;
    }
    /*
    .cart-table tr:nth-last-child(1) {
        border-bottom: none;
    }*/
    .cart-table tr td {
        display: inline-block;
    }
    .cart-table tr td.cart-table-remove {
        position: absolute;
        right: 0;
        top: 0;
        /*width: 28%;*/
        padding-right: 0;
    }
    .cart-table tr td.cart-table-remove {
        padding: 0;
    }
    .cart-table tr td.cart-table-img {
        /*width: 60%;*/
        width: 24%;
        padding: 0 16px 0 0;
        /*float: left;*/
    }
    .cart-table tr td.cart-table-price {
        line-height: 40px;
        padding: 0;
        margin-left: 16px;
    }
    .cart-table tr td.cart-table-recount {
        margin-left: 24%;
        /*float: left;
        padding: 0px 10px 20px 0px;*/
    }
    .cart-right-info {
        padding: 0px;
    }
    /*
    .cart-table tr td:nth-child(5) {
        padding: 0px 10px 20px 10px;
    }
    .cart-table tr td:nth-child(6) {
        padding: 0px 0px 20px 0px;
        position: absolute;
        right: 10px;
        top: 16px;
        margin: 0;
    }*/
    .cart-table-count {
        max-width: 104px;
    }
    .cart-table-count .cart-count-control {
        max-width: 104px;
    }
    .cart-table tr td a.cart-remove-btn {
        margin: 0;
    }
    .cart-table tr td {
        padding: 0;
    }
    /*
    .cart-table tr:nth-last-child(1) td:nth-child(1) {
        width: 100%;
        padding: 16px 24px;
    }*/
    .cart-table tr td.cart-table-name a {
        font-size: 15px;
        margin: 0;
        font-weight: 300;
    }
    .cart-table tr td.cart-table-name .cart-table-volume {
        margin-top: 10px;
    }
}
@media only screen and (min-width:480px) and (max-width:767px) {
    /*
    a.footer_logo {
        height: auto;
        width: 80%;
        display: block;
        margin: 10px auto 50px  auto;
    }*/
}
@media only screen and (min-width:480px) {

}
@media only screen and (max-width:480px) {
    .header .mainmenunav ul.mainmenu.icons-menu {
        margin: 0px 0 0 0;
    }
    .not-found {
        padding: 64px 0;
    }
    /*
    .goods .goods-buttons a.goods-cart-btn {
        width: 100%;
    }
    .goods form.oneclick-form {
        width: 100%;
    }
    input.goods-oneclick {
        width: 55%;
    }
    button.goods-oneclick-submit {
        width: 40%;
        float: right;
    }*/
}
@media only screen and (max-width:374px) {
    header.header .mainmenunav ul.mainmenu > li.info-selector-btn {
        padding-bottom: 18px;
        padding-left: 0px;
    }
    .top-line a.top-line-wishlist {
        margin-left: 4px;
    }
    .top-line a.top-line-signin {
        margin-left: 4px;
    }
    .top-line a.top-line-profile {
        margin-left: 4px;
    }
    .top-line a.top-line-search {
        margin-left: 4px;
    }
    a.header-mobile-menu-button {
        padding: 0 24px;
    }
}
@media (max-width:320px) {

    .search-content-wrap .search-content .search-form input {
        font-size: 22px;
        padding: 20px 30px 20px 26px;
    }
}